Skip to content

Commit

Permalink
GEODE-5393: StateFlushOperation hangs waiting for non-existant operat…
Browse files Browse the repository at this point in the history
…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
bschuchardt committed Jul 9, 2018
1 parent 1564e56 commit 9d87117
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 183 deletions.
Loading

0 comments on commit 9d87117

Please sign in to comment.