jiajunwang opened a new issue #767: URL: https://github.com/apache/helix/issues/767
Please see the attachment, the baseline node is empty. I observed this multiple times in the stress test.  I suspect this is about the GC thread. 1. ZkBucketDataAccessor.GC_THREAD should be created as a single thread pool instead of creating by newScheduledThreadPool() which could have more threads. 2. To ensure the order of the clean tasks, we'd better leverage a queue instead of relying on the TTL. ---------------------------------------------------------------- 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]
