reddycharan commented on a change in pull request #1747: Set ConnectionExpired
Listener to MetadataClientDriver in AR
URL: https://github.com/apache/bookkeeper/pull/1747#discussion_r224652338
##########
File path:
metadata-drivers/etcd/src/main/java/org/apache/bookkeeper/metadata/etcd/EtcdMetadataClientDriver.java
##########
@@ -72,4 +72,12 @@ public synchronized void close() {
}
super.close();
}
+
+ @Override
+ public void setSessionStateListener(SessionStateListener
sessionStateListener) {
+ /*
+ * TODO: EtcdMetadataClientDriver has to implement this method.
+ */
+ throw new UnsupportedOperationException();
Review comment:
@codingwangqi im just throwing exception for now. As part of
metadataclientdriver/etcd changes can you please take care of this.
@sijie
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services