Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Jul 5, 2023
1 parent 549068a commit 46103ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ private void flushBatch(AccumulatingBulkRequest accumulatingBulkRequest) {
bulkRequestTimer.record(() -> {
try {
LOG.debug("Sending data to OpenSearch");
LOG.warn("Flushing batch with {} operations", accumulatingBulkRequest.getOperationsCount());
bulkRetryStrategy.execute(accumulatingBulkRequest);
bulkRequestSizeBytesSummary.record(accumulatingBulkRequest.getEstimatedSizeInBytes());
} catch (final InterruptedException e) {
Expand Down

0 comments on commit 46103ea

Please sign in to comment.