ankitsultana commented on code in PR #15780: URL: https://github.com/apache/pinot/pull/15780#discussion_r2114646907
########## pinot-core/src/main/java/org/apache/pinot/core/routing/TablePartitionInfo.java: ########## @@ -19,24 +19,26 @@ package org.apache.pinot.core.routing; import java.util.List; -import java.util.Set; +/** + * Tracks segments by partition for a table. Also tracks the invalid partition segments. Review Comment: note: moved existing `TablePartitionInfo` to `TablePartitionReplicatedServersInfo`. This one only tracks segments by partition and the invalid partition segments. -- 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