[
https://issues.apache.org/jira/browse/KYLIN-5984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17915893#comment-17915893
]
ASF GitHub Bot commented on KYLIN-5984:
---------------------------------------
gleonSun opened a new pull request, #2247:
URL: https://github.com/apache/kylin/pull/2247
* when gluten is disabled, preload gluten cache is disabled
> Inner Table Pre-Cache Load Gluten Cache Timeout
> -----------------------------------------------
>
> Key: KYLIN-5984
> URL: https://issues.apache.org/jira/browse/KYLIN-5984
> Project: Kylin
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Assignee: Guoliang Sun
> Priority: Major
>
> h3. RootCause
> When initializing RestClient, SO_TIMEOUT= 120000, CONNECTION_TIMEOUT=30000
> are set.
> When forwarding the gluten cache request, the execution is slower than the
> set timeout time, so an exception SocketTimeoutException: Read timed out is
> thrown.
> Add parameter kylin.cache.gluten-cache-request-timeout to control the timeout
> period of the request. The default value is 1d, which means the timeout
> period is 1d.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)