kfaraz commented on code in PR #14636:
URL: https://github.com/apache/druid/pull/14636#discussion_r1270581478
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java:
##########
@@ -3271,7 +3271,9 @@ private void checkPendingCompletionTasks()
log.warn("All tasks in group [%d] failed to publish, killing all
tasks for these partitions", groupId);
} else {
log.makeAlert(
- "No task in [%s] for taskGroup [%d] succeeded before the
completion timeout elapsed [%s]!",
+ "No task in [%s] for taskGroup [%d] succeeded before the
completion timeout elapsed [%s]! "
+ + "Check metrics and logs to see if the creation, publish or
handoff of any segment is taking longer "
+ + "than usual.",
Review Comment:
Nit: break the line sooner
```suggestion
+ "Check metrics and logs to see if the creation, publish or
handoff"
+ " of any segment is taking longer than usual.",
```
--
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]