Guoliang Sun created KYLIN-5984: ----------------------------------- Summary: 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
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)