somandal commented on code in PR #16811:
URL: https://github.com/apache/pinot/pull/16811#discussion_r2373083937
##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##########
@@ -2717,16 +2727,15 @@ public void
repairSegmentsInErrorStateForPauselessConsumption(TableConfig tableC
assert idealStateMap != null;
String aliveServer = pickServerToReingest(idealStateMap.keySet());
if (aliveServer == null) {
- LOGGER.warn("No alive server found to re-ingest segment: {} in
table: {}, skipping re-ingestion", segmentName,
- realtimeTableName);
+ LOGGER.warn("No alive server found to re-ingest segment: {} in
table: {}", segmentName, realtimeTableName);
Review Comment:
nit: was there some reason to remove ", skipping re-ingestion"? seems to be
easier to understand the log if this is included, right?
--
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]