[
https://issues.apache.org/jira/browse/DRILL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133119#comment-15133119
]
ASF GitHub Bot commented on DRILL-4354:
---------------------------------------
GitHub user vkorukanti opened a pull request:
https://github.com/apache/drill/pull/360
DRILL-4354: Remove sessions in anonymous (auth disabled) WebUI access
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vkorukanti/drill DRILL-4354
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/360.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 #360
----
commit af18fa8c5d0b52a15c2686fe6ed6ba34956ff351
Author: vkorukanti <[email protected]>
Date: 2016-02-04T21:06:54Z
DRILL-4353: Add HttpSessionListener to release resources of
expired/invalidated sessions
commit 0ed8fe8056f87d50660f4a8d8c61e3519952fd0f
Author: vkorukanti <[email protected]>
Date: 2016-02-02T14:48:18Z
DRILL-4354: Remove sessions in anonymous (auth disabled) WebUI access
----
> Remove sessions in anonymous (user auth disabled) mode in WebUI server
> ----------------------------------------------------------------------
>
> Key: DRILL-4354
> URL: https://issues.apache.org/jira/browse/DRILL-4354
> Project: Apache Drill
> Issue Type: Bug
> Components: Server
> Affects Versions: 1.5.0
> Reporter: Venki Korukanti
> Assignee: Venki Korukanti
> Fix For: 1.5.0
>
>
> Currently we open anonymous sessions when user auth disabled. These sessions
> are cleaned up when they expire (controlled by boot config
> {{drill.exec.http.session_max_idle_secs}}). This may lead to unnecessary
> resource accumulation. This JIRA is to remove anonymous sessions and only
> have sessions when user authentication is enabled.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)