Remove norelease
Issue elastic/x-pack-elasticsearch#820 filed to track progress of better error handling, but not a blocker so removing the norelease Original commit: elastic/x-pack-elasticsearch@82cf6eebe2
This commit is contained in:
parent
cf6bca96db
commit
c680b79641
|
@ -103,7 +103,6 @@ public class JobStorageDeletionTask extends Task {
|
|||
|
||||
// Step 2. DBQ done, delete the state
|
||||
// -------
|
||||
// TODO norelease more robust handling of failures?
|
||||
ActionListener<BulkByScrollResponse> dbqHandler = ActionListener.wrap(bulkByScrollResponse -> {
|
||||
if (bulkByScrollResponse.isTimedOut()) {
|
||||
logger.warn("DeleteByQuery for indices [" + indexName + ", " + indexPattern + "] timed out.");
|
||||
|
|
Loading…
Reference in New Issue