You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "anton-vinogradov (via GitHub)" <gi...@apache.org> on 2023/06/29 13:20:21 UTC

[GitHub] [ignite] anton-vinogradov commented on a diff in pull request #10814: IGNITE-19874 GridDhtTxLocal initial cleanup

anton-vinogradov commented on code in PR #10814:
URL: https://github.com/apache/ignite/pull/10814#discussion_r1246611542


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTxLocal.java:
##########
@@ -244,13 +244,6 @@ public void nearFutureId(IgniteUuid nearFutId) {
         return cacheCtx.isDht() && isNearEnabled(cacheCtx) && !cctx.localNodeId().equals(nearNodeId());

Review Comment:
   It's just an initial dummy cleanup.
   Going to refactor later.



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