jackjlli commented on code in PR #12045:
URL: https://github.com/apache/pinot/pull/12045#discussion_r1408175585


##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##########
@@ -1491,9 +1515,26 @@ public RealtimeSegmentDataManager(SegmentZKMetadata 
segmentZKMetadata, TableConf
       _realtimeTableDataManager.addSegmentError(_segmentNameStr, new 
SegmentErrorInfo(now(),
           "Failed to initialize segment data manager", e));
       _segmentLogger.warn(
-          "Calling controller to mark the segment as OFFLINE in Ideal State 
because of initialization error: '{}'",
+          "Scheduling task to call controller to mark the segment as OFFLINE 
in Ideal State due"
+           + "to initialization error: '{}'",

Review Comment:
   nit: missing one space between `due` and `to`.



-- 
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]

Reply via email to