Why does PrepRequestProcessor.shutdown() call submittedRequests.clear(); before adding the death request? What if there are pending requests? I’m trying to track down a bug reported in Curator. It only happens in Standalone ZK instances. From what I can tell, shutting down a standalone instance might result in lost transactions. Am I looking down the wrong path or is this a possibility?
-Jordan