You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -811,7 +811,7 @@ public void onFailure(Throwable t)
811
811
// (1) catch all exceptions while reading from kafka
812
812
if (Throwables.getRootCause(e) instanceofInterruptedException) {
813
813
// Suppress InterruptedException stack trace to avoid flooding the logs
814
-
log.error("Encounted InterrupedException in run() before persisting");
814
+
log.error("Encountered InterruptedException in run() before persisting");
815
815
} else {
816
816
log.error(e, "Encountered exception in run() before persisting.");
0 commit comments