You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/05 08:26:49 UTC

[GitHub] [ignite] Vladsz83 commented on a diff in pull request #10396: Ignite-17793 : Historical rebalance must use HWM instead of LWM, v2: store pending counter instead

Vladsz83 commented on code in PR #10396:
URL: https://github.com/apache/ignite/pull/10396#discussion_r1039286568


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManager.java:
##########
@@ -670,7 +670,12 @@ interface CacheDataStore {
         long updateCounter();
 
         /**
-         * @return Reserved counter (HWM).
+         * @return Highest applied update counter (HWM).

Review Comment:
   ok. I'll add only the method. Without HWM docs renaming.



-- 
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@ignite.apache.org

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