Skip to content

Commit c65f559

Browse files
committed
Remove
1 parent 8a4be88 commit c65f559

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/action/bulk/IncrementalBulkService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public void onFailure(Exception e) {
158158
}
159159
}, () -> {
160160
bulkInProgress = false;
161-
coordinating.close();
162161
toRelease.forEach(Releasable::close);
163162
coordinating.close();
164163
nextItems.run();

0 commit comments

Comments
 (0)