egor-ryashin commented on a change in pull request #7306: Reconcile terminology and method naming to 'used/unused segments'; Rename MetadataSegmentManager to MetadataSegments URL: https://github.com/apache/incubator-druid/pull/7306#discussion_r309847122
########## File path: server/src/main/java/org/apache/druid/server/coordinator/duty/CoordinatorDuty.java ########## @@ -17,26 +17,25 @@ * under the License. */ -package org.apache.druid.server.coordinator.helper; +package org.apache.druid.server.coordinator.duty; +import org.apache.druid.server.coordinator.DruidCoordinator; import org.apache.druid.server.coordinator.DruidCoordinatorRuntimeParams; import javax.annotation.Nullable; /** * */ -public interface DruidCoordinatorHelper +public interface CoordinatorDuty Review comment: I don't understand that change, as `Duty` and `Helper` is of the same abstract level for me. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org