You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/06/03 17:04:37 UTC

[GitHub] [geode] nabarunnag commented on a diff in pull request #7762: GEODE-10356: Corrected the comment

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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org