zhangmeng916 opened a new issue #1435: URL: https://github.com/apache/helix/issues/1435
### Describe the bug In customized state provider, there is a local variable of Helix data accessor, which is get from Helix manager. When Helix manager disconnect and reconnect, the data accessor actually causes some stale data to exist. ### To Reproduce The zkclient status in helix data accessor keeps the same no matter whether Helix manager connects or not. ### Expected behavior Use new data accessor every time from Helix manager. ### Additional context Add any other context about the problem here. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
