[
https://issues.apache.org/jira/browse/LENS-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105109#comment-15105109
]
Hadoop QA commented on LENS-924:
--------------------------------
Applied patch:
[lens-924.v2.patch|https://issues.apache.org/jira/secure/attachment/12782846/lens-924.v2.patch]
and ran command: mvn clean install -fae. Result: Success. Build Job:
https://builds.apache.org/job/PreCommit-Lens-Build/249/
> Lens Session Config gets corrupted on server restart
> ----------------------------------------------------
>
> Key: LENS-924
> URL: https://issues.apache.org/jira/browse/LENS-924
> Project: Apache Lens
> Issue Type: Bug
> Reporter: Puneet Gupta
> Assignee: Puneet Gupta
> Attachments: lens-924.v2.patch
>
>
> lens.query.enable.persistent.resultset = true by default. For one the
> queries this value was overridden to false. This query had not finished and
> the lens server was restarted .On server restart all sessions had a
> lens.query.enable.persistent.resultset turned to false.
> Reason :
> LensSessionImpl.createDefaultConf() is being called by
> QueryExecutionServiceImpl.start() on server restart.
> If a persisted query has
> lens.query.enable.persistent.resultset.indriver=false, then on startup the
> default conf can get corrupted with
> lens.query.enable.persistent.resultset.indriver being set to false . This
> will affect all the queries
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)