xyuanlu opened a new issue, #2554:
URL: https://github.com/apache/helix/issues/2554

   ### Describe the bug
   
   ZkClient tries to resubscribe one time watcher when reading an entry that 
has listener subscribed. In metaclient use case, we do not need to resubscribe 
as we are using persist watcher.
   
   ### To Reproduce
   subscribe listener to an entry
   read the entry
   - get exception for subscribe one time watcher on a node that already have 
persist watcher.
   
   ### Expected behavior
   exception should be thrown.
   
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to