Skip to content

Commit

Permalink
Changing log level to warn in shouldProcessCheckpoint() of IndexShard…
Browse files Browse the repository at this point in the history
….java class.

Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
  • Loading branch information
Rishikesh1159 committed Aug 10, 2022
1 parent 226f1c0 commit 66fbfcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ public final boolean shouldProcessCheckpoint(ReplicationCheckpoint requestCheckp
return false;
}
if (getReplicationTracker().isPrimaryMode()) {
logger.trace(
logger.warn(
() -> new ParameterizedMessage(
"Ignoring new replication checkpoint - shard is in primaryMode and cannot receive any checkpoints."
)
Expand Down

0 comments on commit 66fbfcb

Please sign in to comment.