anton-vinogradov commented on a change in pull request #9814:
URL: https://github.com/apache/ignite/pull/9814#discussion_r816964022
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/visor/consistency/VisorConsistencyRepairTask.java
##########
@@ -117,15 +117,25 @@ protected
VisorConsistencyRepairJob(VisorConsistencyRepairTaskArg arg, boolean d
log.info("Consistency check started " +
"[grp=" + grpCtx.cacheOrGroupName() + ", part=" + p + ",
strategy=" + strategy + "]");
- VisorConsistencyStatusTask.MAP.put(arg, "0/" + part.fullSize());
+ StringBuilder sb = new StringBuilder();
+
+ sb.append("[node=").append(ignite.localNode());
+ sb.append(", cacheGroup=").append(grpCtx.cacheOrGroupName());
+ sb.append(", part=").append(p).append("]");
Review comment:
Let's keep common style?
--
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]