Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-5393: StateFlushOperation hangs waiting for non-existant operat…
…ion to complete I've added additional debugging to DistributionAdvisor so that it knows which threads are performing operations and can log them at debug level. This let me determine that a putAll operation was the source of the hang due to an exception being thrown during message distribution in DistributedCacheOperation.startOperation(). The exception resulted in DistributionAdvisor.endOperation() not being invoked correctly.
- Loading branch information