better desc
This commit is contained in:
parent
a342029d36
commit
4b06eeb75a
|
@ -233,7 +233,7 @@ public class RecoveryTarget extends AbstractComponent {
|
|||
}
|
||||
|
||||
if (cause instanceof IndexShardClosedException) {
|
||||
listener.onIgnoreRecovery(true, "source node disconnected");
|
||||
listener.onIgnoreRecovery(true, "source shard is closed");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue