kaisun2000 opened a new issue #1454: URL: https://github.com/apache/helix/issues/1454
Currently selective update can result in "phantom read". For example, when job1 cfg is added and then workflow cfg containing job 1 is updated. The selective update may only see updated workflow cfg but not job 1 cfg. This would cause job1 cfg and ctx removed. THus hanging tests. Currently we work around this issue by setting purge interval to -1 and enhance logging in task to make test stable. ---------------------------------------------------------------- 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]
