turboFei commented on PR #4022: URL: https://github.com/apache/kyuubi/pull/4022#issuecomment-1365606513
> ``` > AdminRestApiSuite: > *** RUN ABORTED *** > org.apache.kyuubi.KyuubiException: Failed to Start KyuubiServer > at org.apache.kyuubi.service.CompositeService.$anonfun$start$1(CompositeService.scala:52) > at org.apache.kyuubi.service.CompositeService.$anonfun$start$1$adapted(CompositeService.scala:45) > at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62) > at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55) > at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49) > at org.apache.kyuubi.service.CompositeService.start(CompositeService.scala:45) > at org.apache.kyuubi.service.Serverable.start(Serverable.scala:51) > at org.apache.kyuubi.server.KyuubiServer.start(KyuubiServer.scala:147) > at org.apache.kyuubi.server.KyuubiServer$.startServer(KyuubiServer.scala:65) > at org.apache.kyuubi.WithKyuubiServer.beforeAll(WithKyuubiServer.scala:62) > ... > Cause: org.apache.kyuubi.KyuubiException: Cannot start KyuubiRestFrontendService > ``` > > https://github.com/apache/kyuubi/actions/runs/3779542104/jobs/6424890802 > > FYI: you can run the UT locally, You can also check the GA log(click the upper left corner summary button). <img alt="image" width="1727" src="https://user-images.githubusercontent.com/6757692/209590953-2d9c8bd2-2dfc-412c-8f3c-994f58fbb214.png"> The ut failure does not make sense. would you like to rebase the code and have a try? -- 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]
