Remove left over no commit from TransportReplicationAction
It asks to double check thread pool rejection. I did and don't see problems with it.
This commit is contained in:
parent
999d5ab801
commit
7adf9929ba
|
@ -456,7 +456,6 @@ public abstract class TransportReplicationAction<Request extends ReplicationRequ
|
|||
performOnPrimary(primary, shardsIt);
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
// no commit: check threadpool rejection.
|
||||
finishAsFailed(t);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue