pan3793 commented on issue #1624:
URL:
https://github.com/apache/incubator-kyuubi/issues/1624#issuecomment-1000708368
The Kyuubi server log indicates that launch engine timeout, try increase
`kyuubi.session.engine
.initialize.timeout` can alleviate this problem. And yea, the cleanup logic
is not robust because it doesn't check if sessionHandle is `null`.
```
if (_client != null) _client.closeSession()
```
--
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]