Jackie-Jiang commented on code in PR #11476: URL: https://github.com/apache/pinot/pull/11476#discussion_r1311997282
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java: ########## @@ -719,8 +720,13 @@ private SegmentPartitionMetadata getPartitionMetadataFromTableConfig(TableConfig if (columnPartitionMap.size() == 1) { Map.Entry<String, ColumnPartitionConfig> entry = columnPartitionMap.entrySet().iterator().next(); ColumnPartitionConfig columnPartitionConfig = entry.getValue(); + if (numPartitionGroups != columnPartitionConfig.getNumPartitions()) { + LOGGER.warn("Number of partition groups fetched from the stream is different than " Review Comment: Should we also include both numbers in the log for debugging purpose? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org