abhishekrb19 commented on PR #18071:
URL: https://github.com/apache/druid/pull/18071#issuecomment-2938468796
That’s right from a task logs perspective, @kfaraz. However, on 32.0.1, I
noticed some error and warning logs on the Overlord that lacked the additional
context, which prompted me to add the datasource name to the error messages to
make them more actionable. For example:
```
ERROR [task-runner-0-priority-0]
org.apache.druid.indexing.seekablestream.SeekableStreamIndexTaskRunner -
Encountered exception while running task.
java.util.concurrent.ExecutionException:
org.apache.druid.java.util.common.ISE: Failed to publish segments because of
[org.apache.druid.error.DruidException: The new start metadata
state[KafkaDataSourceMetadata{SeekableStreamStartSequenceNumbers=SeekableStreamStartSequenceNumbers{stream=...multiTopicPartition=false}=4278168656}}}].
Try resetting the supervisor.]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]