Fix global checkpoint sync log message

The log message here is incorrect, a failure here is occuring on the
post-operation global checkpoint sync, not the background sync. This
commit fixes the log message.
This commit is contained in:
Jason Tedor 2017-09-25 16:38:08 -04:00
parent eb754a71be
commit 530d80fdc1
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public abstract class TransportReplicationAction<
if (ExceptionsHelper.unwrap(e, AlreadyClosedException.class, IndexShardClosedException.class) == null) {
logger.info(
new ParameterizedMessage(
"{} failed to execute background global checkpoint sync",
"{} failed to execute post-operation global checkpoint sync",
shard.shardId()),
e);
// intentionally swallow, a missed global checkpoint sync should not fail this operation