kfaraz commented on code in PR #13197: URL: https://github.com/apache/druid/pull/13197#discussion_r991340240
########## server/src/main/java/org/apache/druid/server/coordinator/LoadQueuePeon.java: ########## @@ -21,37 +21,48 @@ import org.apache.druid.timeline.DataSegment; +import java.util.Map; import java.util.Set; /** * This interface exists only to support configurable load queue management via curator or http. Once HttpLoadQueuePeon * has been verified enough in production, CuratorLoadQueuePeon and this interface would be removed. */ @Deprecated -public abstract class LoadQueuePeon +public interface LoadQueuePeon Review Comment: Change summary: Added methods to `cancelLoad`, `cancelDrop`, and `loadSegment(segment, type)` (primary, replica or balance) -- 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]
