codingwangqi commented on a change in pull request #1747: Set ConnectionExpired 
Listener to MetadataClientDriver in AR
URL: https://github.com/apache/bookkeeper/pull/1747#discussion_r224680008
 
 

 ##########
 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:
   @reddycharan thank you for letting me know about this. I will take care of 
it.

----------------------------------------------------------------
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

Reply via email to