Galen O'Sullivan created GEODE-2324: ---------------------------------------
Summary: If AcceptorImpl is interrupted during shutdown, it does not clean up properly. Key: GEODE-2324 URL: https://issues.apache.org/jira/browse/GEODE-2324 Project: Geode Issue Type: Bug Components: client/server Reporter: Galen O'Sullivan In `AcceptorImpl,close()`, the call to `this.pool.awaitTermination(PoolImpl.SHUTDOWN_TIMEOUT, TimeUnit.MILLISECONDS))` can throw an `InterruptedException`, in which case the pool (nor `hsPool`, or anything else that comes after) is properly closed and an error message is logged. I believe that the thread will be interrupted if a shutdown command is issued (for example, through gfsh), though I haven't created a reproduction yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)