Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladsz83 committed Sep 26, 2023
1 parent b8afa69 commit 36cd51a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ private void validateIndexes(Ignite ignite) {
log.error("Exception while validation indexes on node id=" + e.getKey().id().toString(), e.getValue());
}

taskRes.results().forEach((nodeId, res) -> {
taskRes.results().forEach((nodeInfo, res) -> {
if (res.hasIssues()) {
log.error("Validate indexes issues had been found on node id=" + nodeId.id().toString());
log.error("Validate indexes issues had been found on node id=" + nodeInfo.id().toString());

log.error("Integrity check failures: " + res.integrityCheckFailures().size());

Expand Down

0 comments on commit 36cd51a

Please sign in to comment.