GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/406
[TRAFODION-1823] ESP idle timeout does not kick in, leading to too maâ¦
â¦ny ESPs on the system
Close message from the master was not sent to ESP by the platform
agnostic messaging layer in Trafodion. Fixed this bug and then ESP idle time
works as expected.
ESP_IDLE_TIMEOUT can now be given as a CQD. Internally, it would be
changed to SET SESSION DEFAULT and used by the IPC layer of Trafodion.
ESP_IDLE_TIMEOUT is set to 30 minutes by default in the CQD too.
Added test in core/TESTRTS to test ESP_IDLE_TIMEOUT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion
trafodion-1823
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/406.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 #406
----
commit 87eb03471199117c6f6585b255d430ef1325dcc7
Author: selvaganesang <[email protected]>
Date: 2016-03-29T21:37:05Z
[TRAFODION-1823] ESP idle timeout does not kick in, leading to too many
ESPs on the system
Close message from the master was not sent to ESP by the platform
agnostic messaging layer in Trafodion. Fixed this bug and then ESP idle time
works as expected.
ESP_IDLE_TIMEOUT can now be given as a CQD. Internally, it would be
changed to SET SESSION DEFAULT and used by the IPC layer of Trafodion.
ESP_IDLE_TIMEOUT is set to 30 minutes by default in the CQD too.
Added test in core/TESTRTS to test ESP_IDLE_TIMEOUT
----
---
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.
---