abhishekrb19 commented on code in PR #14640:
URL: https://github.com/apache/druid/pull/14640#discussion_r1271141724
##########
server/src/main/java/org/apache/druid/segment/handoff/CoordinatorBasedSegmentHandoffNotifier.java:
##########
@@ -114,7 +114,7 @@ void checkForSegmentHandoffs()
catch (Exception e) {
log.error(
e,
- "Exception while checking handoff for dataSource[%s]
Segment[%s], Will try again after [%d]secs",
+ "Exception while checking handoff for dataSource[%s]
Segment[%s], Will try again after [%d]ms",
Review Comment:
```suggestion
"Exception while checking handoff for datasource[%s]
segment[%s]; will try again after [%s]",
```
```
--
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]