I wanted to clean up old indices so I deleted them. Now, I have started seeing the following exceptions.
[2018-12-31T07:22:02,260][WARN ][o.e.i.s.GlobalCheckpointSyncAction] [elkelastic01.host1] unexpected error during the primary phase for action [indices:admin/seq_no/global_checkpoint_sync], request [GlobalCheckpointSyncAction.Request{shardId=[log_type1-2018.12.23][20], timeout=1m, index='log_type1-2018.12.23', waitForActiveShards=1}]
org.elasticsearch.index.IndexNotFoundException: no such index
[2018-12-31T07:22:02,261][INFO ][o.e.i.s.GlobalCheckpointSyncAction] [elkelastic01.host1] [log_type1-2018.12.23][20] global checkpoint sync failed
Is the DELETE call not a distributed commit? Will these exceptions stop after some attempts ?