Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed May 14, 2024
1 parent b471c27 commit 0698f31
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@ public void sendRequest(
TransportRequestOptions options
) {
if (semaphore.tryAcquire()) {
if (action.startsWith("indices:data/write/bulk")) {
logger.error("Failed Bulk {}, {}", request, request.getParentTask());
}
toClose.add(connection);
semaphore.release();
} else {
Expand Down

0 comments on commit 0698f31

Please sign in to comment.