GitHub user selvaganesang opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/488

    [TRAFODION-1956] Timeout for arkcmp process

    A new CQD COMPILER_IDLE_TIMEOUT is added to control the compiler
    timeout duration. Default value is 1800 seconds.
    
    The compiler processes are killed when a SQL session ends at the
    time of ODBC/JDBC disconnection. For an active session the compiler
    process is killed when a compiler process remains idle more
    than the compiler idle timeout.
    
    The process in session needs to do some SQL for this feature to
    kick in. For the idle connected process, the connection idle
    timeout will enable killing compiler process. The compiler idle
    timeout will be honored but it would take at least connection
    idle timeout duration.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/selvaganesang/incubator-trafodion 
trafodion-1956

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/488.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #488
    
----
commit decb08cc3c928b4033cae28a81e0cc31b9d18d10
Author: selvaganesang <[email protected]>
Date:   2016-05-18T00:35:55Z

    [TRAFODION-1956] Timeout for arkcmp process
    
    A new CQD COMPILER_IDLE_TIMEOUT is added to control the compiler
    timeout duration. Default value is 1800 seconds.
    
    The compiler processes are killed when a SQL session ends at the
    time of ODBC/JDBC disconnection. For an active session the compiler
    process is killed when a compiler process remains idle more
    than the compiler idle timeout.
    
    The process in session needs to do some SQL for this feature to
    kick in. For the idle connected process, the connection idle
    timeout will enable killing compiler process. The compiler idle
    timeout will be honored but it would take at least connection
    idle timeout duration.

----


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