nabarunnag commented on code in PR #7762:
URL: https://github.com/apache/geode/pull/7762#discussion_r889168564
##########
geode-core/src/main/java/org/apache/geode/internal/cache/wan/serial/SerialGatewaySenderQueue.java:
##########
@@ -611,7 +611,8 @@ private void removeOldEntry(Conflatable object, Long
tailKey) throws CacheExcept
keepOldEntry = true;
}
- // Replace the object's value into the queue if necessary
+ // Remove the old entry from the queue if necessary. The new entry is
already present
+ // in the queue region.
Review Comment:
Just following the protocols.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]