Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladsz83 committed Feb 11, 2025
1 parent 1939e8d commit 564b405
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,9 @@ private PartitionHashRecord calculateDumpedPartitionHash(Dump dump, String grpNa
bldr.addPartitionHashes(data);
}

if (bldr.hasErrors())
return;

IdleVerifyResult verifyResult = bldr.build();

if (!verifyResult.hasConflicts())
if (!bldr.hasErrors() && !verifyResult.hasConflicts())
return;

GridStringBuilder buf = new GridStringBuilder();
Expand Down

0 comments on commit 564b405

Please sign in to comment.