From 125aaf4b0c6e048b842705607a56833fb2d57c4f Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:33:38 -0800 Subject: [PATCH] [Segment Replication] Log diff.different files for debuggability (#6049) (#6051) * [Segment Replication] Log diff.different files * Remove unnecessary conversion * Spotless fix --------- (cherry picked from commit 8d4bbef8466b441e3711c5090e4dd3427b2b92bb) Signed-off-by: Suraj Singh Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../indices/replication/SegmentReplicationTarget.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/server/src/main/java/org/opensearch/indices/replication/SegmentReplicationTarget.java b/server/src/main/java/org/opensearch/indices/replication/SegmentReplicationTarget.java index aadcb577f6174..1a73b1ca4fb4b 100644 --- a/server/src/main/java/org/opensearch/indices/replication/SegmentReplicationTarget.java +++ b/server/src/main/java/org/opensearch/indices/replication/SegmentReplicationTarget.java @@ -183,8 +183,11 @@ private void getFiles(CheckpointInfoResponse checkpointInfo, StepListener