NealSun96 opened a new issue #1735: URL: https://github.com/apache/helix/issues/1735
### Describe the bug Currently, old TaskCurrentState session cleanup is dependent on regular CurrentState sessions: for each session in the CurrentState path, the same session will be removed in the TaskCurrentState path. If there is a TaskCurrentState session that isn't also in the CurrentState path, then the session will not be cleaned up correctly. ### To Reproduce Create a mock TaskCurrentState session. It will never be cleaned up. ### Expected behavior All old sessions should be cleaned up automatically. ### 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]
