apucher commented on a change in pull request #6613: URL: https://github.com/apache/incubator-pinot/pull/6613#discussion_r594752354
########## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java ########## @@ -305,6 +312,12 @@ public static final String CONFIG_OF_CONTROLLER_HTTPS_PORT = "controller.port"; public static final String CONFIG_OF_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS = "upload.request.timeout.ms"; + /** + * Service token for accessing protected controller APIs. Review comment: all these do the same thing: authenticate with controller APIs. The only need for their replication is due to pinot's handling of configuration subsets. segment fetcher, uploader, etc. all manage their token separately. ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org