keith-turner opened a new pull request, #5008: URL: https://github.com/apache/accumulo/pull/5008
This change indirectly fixes ZombieScanIT. That test was creating scanners running in thread and interrupting those threads. The interrupts were routinely being ingnored by code in zoocache that ignores interrupts when reading from zookeeper. Looking at the code that was reading from zookeeper, that code was attempting clear entries in the cache. Modified this code to avoid reading from zookeeper when clearing the cache. -- 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]
