Skip to content

Commit

Permalink
GEODE-1926: Removing the extra getObjectInSerialSenderQueue call
Browse files Browse the repository at this point in the history
	* This was causing few tests to hang waiting for queues to drain.
  • Loading branch information
nabarunnag committed Oct 10, 2016
1 parent 4b3ae78 commit a0acc3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ private AsyncEvent peekAhead() throws CacheException {
logger.trace("{}: Trying head key + offset: {}", this, currentKey);
}
currentKey = inc(currentKey);
object = getObjectInSerialSenderQueue(currentKey);
if (this.stats != null) {
this.stats.incEventsNotQueuedConflated();
}
Expand Down

0 comments on commit a0acc3c

Please sign in to comment.