Skip to content

Commit

Permalink
[Segment Replication] Log diff.different files
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 committed Jan 27, 2023
1 parent 67e3b19 commit bbac488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void getFiles(CheckpointInfoResponse checkpointInfo, StepListener<GetSeg
if (diff.different.isEmpty() == false) {
getFilesListener.onFailure(
new IllegalStateException(
new ParameterizedMessage("Shard {} has local copies of segments that differ from the primary", indexShard.shardId())
new ParameterizedMessage("Shard {} has local copies of segments that differ from the primary {}", indexShard.shardId(), Arrays.toString(diff.different.toArray()))
.getFormattedMessage()
)
);
Expand Down

0 comments on commit bbac488

Please sign in to comment.