adoroszlai commented on PR #4523: URL: https://github.com/apache/ozone/pull/4523#issuecomment-1495573505
Thanks @ivanzlenko for updating the patch. Build timed out in the previous run, so acceptance tests were skipped. Now we have acceptance test [results](https://github.com/ivanzlenko/ozone/actions/runs/4604484442), and they are failing. S3 Gateway fails to start due to: ``` s3g_1 | javax.servlet.ServletException: javax.servlet.ServletException: Principal not defined in configuration s3g_1 | at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:215) s3g_1 | at org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:194) s3g_1 | at org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:180) ... s3g_1 | at org.apache.hadoop.hdds.server.http.HttpServer2.start(HttpServer2.java:1192) s3g_1 | at org.apache.hadoop.hdds.server.http.BaseHttpServer.start(BaseHttpServer.java:324) s3g_1 | at org.apache.hadoop.ozone.s3.Gateway.start(Gateway.java:95) ``` -- 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]
