You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by you Zhuang <zh...@gmail.com> on 2019/07/23 06:36:10 UTC

Kylin-jdbc support timeout set

I spot that web-query-timeout is just set in post http request, but query will be processed in Kylin backend server after the frontend disconnect the server. When query has been processed completely, server will fail to write response to the frontend because of the broken pipe.

I wonder if Kylin-jdbc can be set query timeout in jdbc interface setQueryTimeout , much appreciation.