eolivelli commented on a change in pull request #2845:
URL: https://github.com/apache/bookkeeper/pull/2845#discussion_r735286963
##########
File path:
metadata-drivers/etcd/src/main/java/org/apache/bookkeeper/metadata/etcd/EtcdLedgerManagerFactory.java
##########
@@ -91,6 +92,11 @@ public LedgerUnderreplicationManager
newLedgerUnderreplicationManager()
throw new UnsupportedOperationException();
}
+ @Override
+ public LedgerAuditorManager newLedgerAuditorManager() throws IOException,
InterruptedException {
+ return null;
Review comment:
Can you throw an UnsupportedOperationException?
--
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]