adoroszlai commented on issue #177: HDDS-2442. Added support for service name in OM for CSR URL: https://github.com/apache/hadoop-ozone/pull/177#issuecomment-555853276 Unfortunately this is a case where the known failing tests hide a newly introduced failure. `TestSecureOzoneCluster` has been failing recently (being fixed in #207). However, the following two failures are related to this patch: ``` testDelegationToken(org.apache.hadoop.ozone.TestSecureOzoneCluster) Time elapsed: 4.405 s <<< ERROR! java.io.IOException: DestHost:destPort localhost:9862 , LocalHost:localPort pr-hdds-2442-62n7p-2882829386/192.168.157.225:0. Failed on local exception: java.io.IOException: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS] ``` https://github.com/elek/ozone-ci-03/blob/b44bc5fe755201d85802dcf23c977f49bcbe0a57/pr/pr-hdds-2442-62n7p/integration/hadoop-ozone/integration-test/org.apache.hadoop.ozone.TestSecureOzoneCluster.txt#L95-L147 and ``` testDelegationTokenRenewal(org.apache.hadoop.ozone.TestSecureOzoneCluster) Time elapsed: 12.462 s <<< ERROR! TOKEN_ERROR_OTHER org.apache.hadoop.ozone.om.exceptions.OMException: Get delegation token failed. ``` https://github.com/elek/ozone-ci-03/blob/b44bc5fe755201d85802dcf23c977f49bcbe0a57/pr/pr-hdds-2442-62n7p/integration/hadoop-ozone/integration-test/org.apache.hadoop.ozone.TestSecureOzoneCluster.txt#L326-L367 I'm [reverting](https://github.com/apache/hadoop-ozone/pull/207/commits/d653b24189103a62d614b713e8c3aefb136d43e5) (in the other PR) the [config added to `TestSecureOzoneCluster`](https://github.com/abhishekaypurohit/hadoop-ozone/commit/0a77cab4fbece979105bac777a7e63a7515474df#diff-5b3d54b8098fc3e80ee6034c511457a4) in this PR, because I couldn't come up with a fix in a reasonable amount of time.
---------------------------------------------------------------- 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]
