Github user jinossy commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/554#discussion_r29207664
  
    --- Diff: 
tajo-client/src/main/java/org/apache/tajo/client/SessionConnection.java ---
    @@ -87,6 +87,10 @@ public SessionConnection(ServiceTracker tracker, 
@Nullable String baseDatabase,
         this.properties = properties;
     
         this.manager = RpcClientManager.getInstance();
    +    
this.manager.setRetries(properties.getInt(RpcConstants.RPC_CLIENT_RETRY_MAX, 
RpcConstants.DEFAULT_RPC_RETRIES));
    +    this.manager.setTimeoutSeconds(
    +        properties.getInt(RpcConstants.RPC_CLIENT_TIMEOUT_SECS, 0)); // 
disable rpc timeout
    --- End diff --
    
    IMO, It should be handled in session timeout. 
    If timeout is set to properties, it will work


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to