narendly commented on a change in pull request #924: WIP: fix
ZkHelixPropertyStore loses Zookeeper notification issue
URL: https://github.com/apache/helix/pull/924#discussion_r401175129
##########
File path:
helix-core/src/test/java/org/apache/helix/store/zk/TestZkHelixPropertyStore.java
##########
@@ -88,6 +92,57 @@ public void afterClass() {
deleteCluster(getShortClassName());
}
+ @Test
+ public void testSessionExpirationWithSharedZkClient() throws Exception {
+ /*
+ This test is to make sure SharedZkClient would work with
+ HelixPropertyStore when session expiration happens. More specifically
+ HelixPropertyStore would register all the callbacks after session
+ expiration.
+ */
Review comment:
This is not how you would enter JavaDoc in a public method. Could you please
review the javadoc best practice guidelines?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]