Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Jan 22, 2020
1 parent bfdaea8 commit cefa7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ protected void doNextBulk(BulkRequest request, ActionListener<BulkResponse> next
deduplicatedFailures.values()
);
if (irrecoverableException == null) {
String failureMessage = getBulkIndexDetailedFailureMessage(" Significant falures: ", deduplicatedFailures);
String failureMessage = getBulkIndexDetailedFailureMessage(" Significant failures: ", deduplicatedFailures);
logger.debug("[{}] Bulk index experienced [{}] failures.{}", getJobId(), failureMessage);

Exception firstException = deduplicatedFailures.values().iterator().next().getFailure().getCause();
Expand Down

0 comments on commit cefa7b3

Please sign in to comment.