nit0906 commented on a change in pull request #487:
URL: https://github.com/apache/jackrabbit-oak/pull/487#discussion_r803867086
##########
File path:
oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexMBean.java
##########
@@ -26,19 +25,18 @@
import org.apache.jackrabbit.oak.api.CommitFailedException;
import org.apache.jackrabbit.oak.api.jmx.Description;
import org.apache.jackrabbit.oak.api.jmx.Name;
+import org.apache.jackrabbit.oak.plugins.index.search.IndexMBean;
-public interface LuceneIndexMBean {
+public interface LuceneIndexMBean extends IndexMBean {
String TYPE = "LuceneIndex";
- TabularData getIndexStats() throws IOException;
-
Review comment:
Just confirming - since these are moved to the base interface -
IndexMBean - this wouldn't require a major version bump in the package
versioning - right ? Since the contract effectively stays the same.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]