Skip to content

Commit b27da48

Browse files
authored
apache/master->master: a6316e1 (#1264)
2 parents be1398d + a6316e1 commit b27da48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ public void onFailure(Throwable t)
811811
// (1) catch all exceptions while reading from kafka
812812
if (Throwables.getRootCause(e) instanceof InterruptedException) {
813813
// 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");
815815
} else {
816816
log.error(e, "Encountered exception in run() before persisting.");
817817
}

licenses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,7 +3414,7 @@ libraries:
34143414
---
34153415

34163416
name: Apache Kafka
3417-
version: 3.9.1
3417+
version: 3.9.2
34183418
license_category: binary
34193419
module: extensions/druid-kafka-indexing-service
34203420
license_name: Apache License version 2.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
7676
<aether.version>0.9.0.M2</aether.version>
7777
<apache.curator.version>5.8.0</apache.curator.version>
78-
<apache.kafka.version>3.9.1</apache.kafka.version>
78+
<apache.kafka.version>3.9.2</apache.kafka.version>
7979
<!-- when updating apache ranger, verify the usage of aws-bundle-sdk vs aws-logs-sdk
8080
and update as needed in extensions-contrib/druid-ranger-security/pom.xml -->
8181
<apache.ranger.version>2.8.0</apache.ranger.version>

0 commit comments

Comments
 (0)