Dan Smith created GEODE-5360: -------------------------------- Summary: AcceptorImpl.close calls shutdownNow, which interrupts threads Key: GEODE-5360 URL: https://issues.apache.org/jira/browse/GEODE-5360 Project: Geode Issue Type: Bug Components: client/server Reporter: Dan Smith
We saw a hang during close cache where a member was stuck waiting for a reply. I tracked it down to the fact that AcceptorImpl.close was calling shutdownNow on it's thread pools, and interrupted a clientQueueInitialization thread in the middle of a GII. I believe this caused a lost message due to GEODE-5348, resulting in a hang. -- This message was sent by Atlassian JIRA (v7.6.3#76005)