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/02 21:32:13 UTC

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

pivotal-jbarrett commented on code in PR #7762:
URL: https://github.com/apache/geode/pull/7762#discussion_r888430312


##########
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:
   Not sure this needed a full on ticket and PR but hey... Thanks for cleaning up the messes. 



-- 
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