neils-dev commented on a change in pull request #2901:
URL: https://github.com/apache/ozone/pull/2901#discussion_r779171193
##########
File path:
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/OzoneServiceProvider.java
##########
@@ -73,8 +73,13 @@ public void init() {
throw new IllegalArgumentException(OZONE_OM_NODES_KEY
+ "." + serviceId + " is not defined");
}
- omServiceAddr = new Text(OzoneS3Util.buildServiceNameForToken(conf,
- serviceId, omNodeIds));
+ // CODE NEEDS TO BE REMOVED, NOT USING TOKENS
Review comment:
@bharatviswa504, discussed previously offline for this issue with _no
longer using token_ that caused failure shutdown when s3gateway is initialized
before the omService is ready. Resolved here by trapping exception as
commented. Thanks.
--
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]