GitHub user vkorukanti opened a pull request:

    https://github.com/apache/drill/pull/359

    DRILL-4353: Add HttpSessionListener to release resources of 
expired/invalidated sessions

    Testing:
    
    Send a curl request (5 secs apart) in a loop for about an hour and session 
timeout set to 30secs. Observed the openfiles in Drill. Openfile counts 
stabilizes after first few minutes (as the sessions expire for every 5 seconds 
after first 30secs and new session created every 5seconds)
    
    @jaltekruse Could you please run the regression suites and review?

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

    $ git pull https://github.com/vkorukanti/drill DRILL-4353

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

    https://github.com/apache/drill/pull/359.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 #359
    
----
commit af18fa8c5d0b52a15c2686fe6ed6ba34956ff351
Author: vkorukanti <[email protected]>
Date:   2016-02-04T21:06:54Z

    DRILL-4353: Add HttpSessionListener to release resources of 
expired/invalidated sessions

----


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