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:
Zachary Tong 2017-03-23 13:07:50 -04:00
parent cf6bca96db
commit c680b79641
1 changed files with 0 additions and 1 deletions

View File

@ -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.");