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

    https://github.com/apache/incubator-trafodion/pull/488#discussion_r63748945
  
    --- Diff: core/sql/cli/SessionDefaults.cpp ---
    @@ -193,6 +194,8 @@ SessionDefaults::SessionDefaults(CollHeap * heap)
       setEspStopIdleTimeout(60);
       // Default is 1800 (idle ESPs time out in 30 minutes)
       setEspIdleTimeout(30*60);
    +  // Default is 1800 (Compiler Idle time out in 30 minutes)
    +  setCompilerIdleTimeout(30*60);
    --- End diff --
    
    Yes. DDL and update statistics would start a new compiler. We could. But, I 
would leave it for 30 minutes for now to avoid the possibility of increasing 
the regression run time due to arkcmp startup assuming the regression tests 
wouldn't take more than 30 minutes between consequent DDL statements. 


---
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