jihoonson 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/druid/pull/7306#discussion_r369380862
########## 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 think `duty` is more clear to me than `helper`. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
