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:
Boaz Leskes 2015-07-21 15:54:36 +02:00
parent 999d5ab801
commit 7adf9929ba
1 changed files with 0 additions and 1 deletions

View File

@ -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 {