[jira] [Resolved] (LENS-1421) Release LENS 2.7

2018-02-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti resolved LENS-1421.

Resolution: Fixed

> Release LENS 2.7
> 
>
> Key: LENS-1421
> URL: https://issues.apache.org/jira/browse/LENS-1421
> Project: Apache Lens
>  Issue Type: Task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
>
> This task is for tracking the Lens 2.7 release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (LENS-1421) Release LENS 2.7

2018-02-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti closed LENS-1421.
--

> Release LENS 2.7
> 
>
> Key: LENS-1421
> URL: https://issues.apache.org/jira/browse/LENS-1421
> Project: Apache Lens
>  Issue Type: Task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
>
> This task is for tracking the Lens 2.7 release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (LENS-1422) Verify Lens 2.7 release

2018-02-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti resolved LENS-1422.

Resolution: Fixed

> Verify Lens 2.7 release
> ---
>
> Key: LENS-1422
> URL: https://issues.apache.org/jira/browse/LENS-1422
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Divakar Tomar
>Priority: Major
> Fix For: 2.7
>
>
> This ticket is for verify all the issues in the 2.7 release. We can start 
> working on this once we prepared a release branch. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1503) Fix version id in the documentation

2018-02-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1503:
---
Attachment: LENS-1503.patch

> Fix version id in the documentation
> ---
>
> Key: LENS-1503
> URL: https://issues.apache.org/jira/browse/LENS-1503
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Trivial
> Fix For: 2.8
>
> Attachments: LENS-1503.patch
>
>
> Version number was pointing to 2.7.0 instead of 2.7.1 in the site 
> documentation files. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1503) Fix version id in the documentation

2018-02-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1503:
---
Status: Patch Available  (was: Open)

Attached patch as it is a trivial change

> Fix version id in the documentation
> ---
>
> Key: LENS-1503
> URL: https://issues.apache.org/jira/browse/LENS-1503
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Trivial
> Fix For: 2.8
>
> Attachments: LENS-1503.patch
>
>
> Version number was pointing to 2.7.0 instead of 2.7.1 in the site 
> documentation files. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (LENS-1503) Fix version id in the documentation

2018-02-05 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1503:
--

 Summary: Fix version id in the documentation
 Key: LENS-1503
 URL: https://issues.apache.org/jira/browse/LENS-1503
 Project: Apache Lens
  Issue Type: Bug
  Components: docs
Reporter: Raju Bairishetti
Assignee: Raju Bairishetti
 Fix For: 2.8


Version number was pointing to 2.7.0 instead of 2.7.1 in the site documentation 
files. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1299) Thread should have ability to wait for Events to be processed

2018-01-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1299:
---
Issue Type: Improvement  (was: New Feature)

> Thread should have ability to wait for Events to be processed
> -
>
> Key: LENS-1299
> URL: https://issues.apache.org/jira/browse/LENS-1299
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
>Priority: Major
> Fix For: 2.7
>
>
> When a thread notifies event service to process any event, it should have a 
> way to wait for it to be finished.
> {code}
> LensEvent event = new LensEvent();
> synchronized(event) {
>eventservice.notifyEvent(event);
>event.wait();
> }
> {code}
> The EventHandler will do a notifyall() on the event it is done handling. 
> {code}
> public void run() {
>   try {
> Class evtClass = event.getClass();
> // Call listeners directly listening for this event type
> handleEvent(eventListeners.get(evtClass), event);
> Class superClass = evtClass.getSuperclass();
> // Call listeners which listen of super types of this event type
> while (LensEvent.class.isAssignableFrom(superClass)) {
>   if (eventListeners.containsKey(superClass)) {
> handleEvent(eventListeners.get(superClass), event);
>   }
>   superClass = superClass.getSuperclass();
> }
>   } finally {
> synchronized (event) {
>   event.notifyAll();
> }
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1298) Thread should have ability to wait for Events to be processed

2018-01-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1298:
---
Issue Type: Improvement  (was: New Feature)

> Thread should have ability to wait for Events to be processed
> -
>
> Key: LENS-1298
> URL: https://issues.apache.org/jira/browse/LENS-1298
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
>Priority: Major
> Fix For: 2.7
>
> Attachments: notifySync.patch, notifysync-bug.patch
>
>
> When a thread notifies event service to process any event, it should have a 
> way to wait for it to be finished.
> {code}
> LensEvent event = new LensEvent();
> synchronized(event) {
>eventservice.notifyEvent(event);
>event.wait();
> }
> {code}
> The EventHandler will do a notifyall() on the event it is done handling. 
> {code}
> public void run() {
>   try {
> Class evtClass = event.getClass();
> // Call listeners directly listening for this event type
> handleEvent(eventListeners.get(evtClass), event);
> Class superClass = evtClass.getSuperclass();
> // Call listeners which listen of super types of this event type
> while (LensEvent.class.isAssignableFrom(superClass)) {
>   if (eventListeners.containsKey(superClass)) {
> handleEvent(eventListeners.get(superClass), event);
>   }
>   superClass = superClass.getSuperclass();
> }
>   } finally {
> synchronized (event) {
>   event.notifyAll();
> }
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1499) findbug errors in multiple modules

2018-01-24 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1499:
---
Fix Version/s: (was: 2.7)
   2.8

> findbug errors in multiple modules
> --
>
> Key: LENS-1499
> URL: https://issues.apache.org/jira/browse/LENS-1499
> Project: Apache Lens
>  Issue Type: Bug
>  Components: api, cube
>Reporter: Raju Bairishetti
>Priority: Major
> Fix For: 2.8
>
>
> Seeing the following errors while running *site:stage*
> *lens-server-api* module
> {noformat}
> [INFO] Nullcheck of excpList at line 46 of value previously dereferenced in 
> new org.apache.lens.server.api.error.LensMultiCauseException(ImmutableList) 
> [org.apache.lens.server.api.error.LensMultiCauseException, 
> org.apache.lens.server.api.error.LensMultiCauseException] At 
> LensMultiCauseException.java:[line 45]Redundant null check at 
> LensMultiCauseException.java:[line 46]
> [INFO] Class org.apache.lens.server.api.query.PreparedQueryContext defines 
> non-transient non-serializable instance field prepareHandle 
> [org.apache.lens.server.api.query.PreparedQueryContext] In 
> PreparedQueryContext.java
> [INFO] 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
> lens-server-api: failed to get report for 
> org.codehaus.mojo:cobertura-maven-plugin: Failed to execute goal 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.1:check (findbugs-check) on 
> project lens-server-api: failed with 2 bugs and 1 errors -> [Help 1]
> {noformat}
> *lens-cube* module:
> {noformat}
> [INFO] Class org.apache.lens.cube.error.LensCubeErrorCode defines 
> non-transient non-serializable instance field errorInfo 
> [org.apache.lens.cube.error.LensCubeErrorCode] In LensCubeErrorCode.java
> [INFO] Nullcheck of column at line 46 of value previously dereferenced in new 
> org.apache.lens.cube.metadata.CubeMeasure(FieldSchema, String, String, 
> String, String, Date, Date, Double, Double, Double, Map) 
> [org.apache.lens.cube.metadata.CubeMeasure, 
> org.apache.lens.cube.metadata.CubeMeasure] At CubeMeasure.java:[line 
> 44]Redundant null check at CubeMeasure.java:[line 46]
> [INFO] 
> org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache is 
> serializable but also an inner class of a non-serializable class 
> [org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache] At 
> CubeMetastoreClient.java:[lines 363-585]
> [INFO] Class org.apache.lens.cube.parse.join.JoinTree$1$1 defines 
> non-transient non-serializable instance field this$1 
> [org.apache.lens.cube.parse.join.JoinTree$1$1] In JoinTree.java
> [INFO] Class org.apache.lens.cube.parse.join.JoinTree$2$1 defines 
> non-transient non-serializable instance field this$1 
> [org.apache.lens.cube.parse.join.JoinTree$2$1] In JoinTree.java
> [INFO] 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work started] (LENS-1421) Release LENS 2.7

2018-01-24 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on LENS-1421 started by Raju Bairishetti.
--
> Release LENS 2.7
> 
>
> Key: LENS-1421
> URL: https://issues.apache.org/jira/browse/LENS-1421
> Project: Apache Lens
>  Issue Type: Task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
>
> This task is for tracking the Lens 2.7 release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1498) findbug-maven-plugin is failing while it is generating reports through cobertura

2018-01-24 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1498:
---
Fix Version/s: (was: 2.7)
   2.8

> findbug-maven-plugin is failing while it is generating reports through 
> cobertura
> 
>
> Key: LENS-1498
> URL: https://issues.apache.org/jira/browse/LENS-1498
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Priority: Major
> Fix For: 2.8
>
>
> Seeing the following error while generating site:staging step 
> {noformat}
> [INFO] BugInstance size is 26
> [INFO] Error size is 0
> [INFO] Total bugs: 26
> [INFO] Uncallable method 
> org.apache.lens.api.scheduler.SchedulerJobInstanceState$1.__cobertura_classmap(LightClassmapListener)
>  defined in anonymous class 
> [org.apache.lens.api.scheduler.SchedulerJobInstanceState$1] In 
> SchedulerJobInstanceState.java
> [INFO] Uncallable method 
> org.apache.lens.api.scheduler.SchedulerJobInstanceState$1.__cobertura_get_and_reset_counters()
>  defined in anonymous class 
> [org.apache.lens.api.scheduler.SchedulerJobInstanceState$1] In 
> SchedulerJobInstanceState.java
> {noformat}
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
> lens-api: failed to get report for org.codehaus.mojo:cobertura-maven-plugin: 
> Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.1:check 
> (findbugs-check) on project lens-api: failed with 26 bugs and 0 errors -> 
> [Help 1]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (LENS-1501) Skip cobertura plugin reporting while generating the site

2018-01-08 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti resolved LENS-1501.

Resolution: Fixed

committing myself as it is trivial patch

> Skip cobertura plugin reporting while generating the site
> -
>
> Key: LENS-1501
> URL: https://issues.apache.org/jira/browse/LENS-1501
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1501.patch
>
>
> We are seeing some findbug issues while generating the site. Not getting any 
> errors with `mvn findbugs` alone.
> Planning to skip cobertura plugin while generating the site to unblock the 
> 2.7 release. Created the jiras for fixing those find bug issues from 
> cobertura plugin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1501) Skip cobertura plugin reporting while generating the site

2018-01-08 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1501:
---
Attachment: LENS-1501.patch

> Skip cobertura plugin reporting while generating the site
> -
>
> Key: LENS-1501
> URL: https://issues.apache.org/jira/browse/LENS-1501
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1501.patch
>
>
> We are seeing some findbug issues while generating the site. Not getting any 
> errors with `mvn findbugs` alone.
> Planning to skip cobertura plugin while generating the site to unblock the 
> 2.7 release. Created the jiras for fixing those find bug issues from 
> cobertura plugin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1501) Skip cobertura plugin reporting while generating the site

2018-01-08 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1501:
--

 Summary: Skip cobertura plugin reporting while generating the site
 Key: LENS-1501
 URL: https://issues.apache.org/jira/browse/LENS-1501
 Project: Apache Lens
  Issue Type: Bug
  Components: build
Reporter: Raju Bairishetti
Assignee: Raju Bairishetti
 Fix For: 2.7


We are seeing some findbug issues while generating the site. Not getting any 
errors with `mvn findbugs` alone.
Planning to skip cobertura plugin while generating the site to unblock the 2.7 
release. Created the jiras for fixing those find bug issues from cobertura 
plugin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Work started] (LENS-1501) Skip cobertura plugin reporting while generating the site

2018-01-08 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on LENS-1501 started by Raju Bairishetti.
--
> Skip cobertura plugin reporting while generating the site
> -
>
> Key: LENS-1501
> URL: https://issues.apache.org/jira/browse/LENS-1501
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
>
> We are seeing some findbug issues while generating the site. Not getting any 
> errors with `mvn findbugs` alone.
> Planning to skip cobertura plugin while generating the site to unblock the 
> 2.7 release. Created the jiras for fixing those find bug issues from 
> cobertura plugin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2018-01-07 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti closed LENS-1484.
--

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, 
> LENS-1484.03.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2018-01-07 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1484:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

committed patch to both master and release branch. Thanks [~puneet884]

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, 
> LENS-1484.03.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2018-01-07 Thread Raju Bairishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315696#comment-16315696
 ] 

Raju Bairishetti commented on LENS-1484:


Looks like, we are hitting this issue 
https://issues.apache.org/jira/browse/MNG-6298
This issue occurs only with maven 3.5.2 version. Updated pre-commit build 
configuration with maven-3.5.0.

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, 
> LENS-1484.03.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1499) findbug errors in multiple modules

2018-01-01 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1499:
---
Description: 
Seeing the following errors while running *site:stage*

*lens-server-api* module

{noformat}
[INFO] Nullcheck of excpList at line 46 of value previously dereferenced in new 
org.apache.lens.server.api.error.LensMultiCauseException(ImmutableList) 
[org.apache.lens.server.api.error.LensMultiCauseException, 
org.apache.lens.server.api.error.LensMultiCauseException] At 
LensMultiCauseException.java:[line 45]Redundant null check at 
LensMultiCauseException.java:[line 46]
[INFO] Class org.apache.lens.server.api.query.PreparedQueryContext defines 
non-transient non-serializable instance field prepareHandle 
[org.apache.lens.server.api.query.PreparedQueryContext] In 
PreparedQueryContext.java
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
lens-server-api: failed to get report for 
org.codehaus.mojo:cobertura-maven-plugin: Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.1:check (findbugs-check) on project 
lens-server-api: failed with 2 bugs and 1 errors -> [Help 1]
{noformat}

*lens-cube* module:
{noformat}
[INFO] Class org.apache.lens.cube.error.LensCubeErrorCode defines non-transient 
non-serializable instance field errorInfo 
[org.apache.lens.cube.error.LensCubeErrorCode] In LensCubeErrorCode.java
[INFO] Nullcheck of column at line 46 of value previously dereferenced in new 
org.apache.lens.cube.metadata.CubeMeasure(FieldSchema, String, String, String, 
String, Date, Date, Double, Double, Double, Map) 
[org.apache.lens.cube.metadata.CubeMeasure, 
org.apache.lens.cube.metadata.CubeMeasure] At CubeMeasure.java:[line 
44]Redundant null check at CubeMeasure.java:[line 46]
[INFO] org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache 
is serializable but also an inner class of a non-serializable class 
[org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache] At 
CubeMetastoreClient.java:[lines 363-585]
[INFO] Class org.apache.lens.cube.parse.join.JoinTree$1$1 defines non-transient 
non-serializable instance field this$1 
[org.apache.lens.cube.parse.join.JoinTree$1$1] In JoinTree.java
[INFO] Class org.apache.lens.cube.parse.join.JoinTree$2$1 defines non-transient 
non-serializable instance field this$1 
[org.apache.lens.cube.parse.join.JoinTree$2$1] In JoinTree.java
[INFO] 
{noformat}

  was:
Seeing the following errors while running *site:stage*
{noformat}
[INFO] Nullcheck of excpList at line 46 of value previously dereferenced in new 
org.apache.lens.server.api.error.LensMultiCauseException(ImmutableList) 
[org.apache.lens.server.api.error.LensMultiCauseException, 
org.apache.lens.server.api.error.LensMultiCauseException] At 
LensMultiCauseException.java:[line 45]Redundant null check at 
LensMultiCauseException.java:[line 46]
[INFO] Class org.apache.lens.server.api.query.PreparedQueryContext defines 
non-transient non-serializable instance field prepareHandle 
[org.apache.lens.server.api.query.PreparedQueryContext] In 
PreparedQueryContext.java
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
lens-server-api: failed to get report for 
org.codehaus.mojo:cobertura-maven-plugin: Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.1:check (findbugs-check) on project 
lens-server-api: failed with 2 bugs and 1 errors -> [Help 1]
{noformat}

Cube:
{noformat}
[INFO] Class org.apache.lens.cube.error.LensCubeErrorCode defines non-transient 
non-serializable instance field errorInfo 
[org.apache.lens.cube.error.LensCubeErrorCode] In LensCubeErrorCode.java
[INFO] Nullcheck of column at line 46 of value previously dereferenced in new 
org.apache.lens.cube.metadata.CubeMeasure(FieldSchema, String, String, String, 
String, Date, Date, Double, Double, Double, Map) 
[org.apache.lens.cube.metadata.CubeMeasure, 
org.apache.lens.cube.metadata.CubeMeasure] At CubeMeasure.java:[line 
44]Redundant null check at CubeMeasure.java:[line 46]
[INFO] org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache 
is serializable but also an inner class of a non-serializable class 
[org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache] At 
CubeMetastoreClient.java:[lines 363-585]
[INFO] Class org.apache.lens.cube.parse.join.JoinTree$1$1 defines non-transient 
non-serializable instance field this$1 
[org.apache.lens.cube.parse.join.JoinTree$1$1] In JoinTree.java
[INFO] Class org.apache.lens.cube.parse.join.JoinTree$2$1 defines non-transient 
non-serializable instance field this$1 
[org.apache.lens.cube.parse.join.JoinTree$2$1] In JoinTree.java
[INFO] 
{noformat}


> findbug errors in multiple modules
> --
>
> Key: LENS-1499
> 

[jira] [Created] (LENS-1499) findbug errors in multiple modules

2018-01-01 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1499:
--

 Summary: findbug errors in multiple modules
 Key: LENS-1499
 URL: https://issues.apache.org/jira/browse/LENS-1499
 Project: Apache Lens
  Issue Type: Bug
  Components: api, cube
Reporter: Raju Bairishetti
 Fix For: 2.7


Seeing the following errors while running *site:stage*
{noformat}
[INFO] Nullcheck of excpList at line 46 of value previously dereferenced in new 
org.apache.lens.server.api.error.LensMultiCauseException(ImmutableList) 
[org.apache.lens.server.api.error.LensMultiCauseException, 
org.apache.lens.server.api.error.LensMultiCauseException] At 
LensMultiCauseException.java:[line 45]Redundant null check at 
LensMultiCauseException.java:[line 46]
[INFO] Class org.apache.lens.server.api.query.PreparedQueryContext defines 
non-transient non-serializable instance field prepareHandle 
[org.apache.lens.server.api.query.PreparedQueryContext] In 
PreparedQueryContext.java
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
lens-server-api: failed to get report for 
org.codehaus.mojo:cobertura-maven-plugin: Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.1:check (findbugs-check) on project 
lens-server-api: failed with 2 bugs and 1 errors -> [Help 1]
{noformat}

Cube:
{noformat}
[INFO] Class org.apache.lens.cube.error.LensCubeErrorCode defines non-transient 
non-serializable instance field errorInfo 
[org.apache.lens.cube.error.LensCubeErrorCode] In LensCubeErrorCode.java
[INFO] Nullcheck of column at line 46 of value previously dereferenced in new 
org.apache.lens.cube.metadata.CubeMeasure(FieldSchema, String, String, String, 
String, Date, Date, Double, Double, Double, Map) 
[org.apache.lens.cube.metadata.CubeMeasure, 
org.apache.lens.cube.metadata.CubeMeasure] At CubeMeasure.java:[line 
44]Redundant null check at CubeMeasure.java:[line 46]
[INFO] org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache 
is serializable but also an inner class of a non-serializable class 
[org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache] At 
CubeMetastoreClient.java:[lines 363-585]
[INFO] Class org.apache.lens.cube.parse.join.JoinTree$1$1 defines non-transient 
non-serializable instance field this$1 
[org.apache.lens.cube.parse.join.JoinTree$1$1] In JoinTree.java
[INFO] Class org.apache.lens.cube.parse.join.JoinTree$2$1 defines non-transient 
non-serializable instance field this$1 
[org.apache.lens.cube.parse.join.JoinTree$2$1] In JoinTree.java
[INFO] 
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1498) findbug-maven-plugin is failing while it is generating reports through cobertura

2018-01-01 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1498:
--

 Summary: findbug-maven-plugin is failing while it is generating 
reports through cobertura
 Key: LENS-1498
 URL: https://issues.apache.org/jira/browse/LENS-1498
 Project: Apache Lens
  Issue Type: Bug
  Components: build
Reporter: Raju Bairishetti
 Fix For: 2.7


Seeing the following error while generating site:staging step 

{noformat}
[INFO] BugInstance size is 26
[INFO] Error size is 0
[INFO] Total bugs: 26
[INFO] Uncallable method 
org.apache.lens.api.scheduler.SchedulerJobInstanceState$1.__cobertura_classmap(LightClassmapListener)
 defined in anonymous class 
[org.apache.lens.api.scheduler.SchedulerJobInstanceState$1] In 
SchedulerJobInstanceState.java
[INFO] Uncallable method 
org.apache.lens.api.scheduler.SchedulerJobInstanceState$1.__cobertura_get_and_reset_counters()
 defined in anonymous class 
[org.apache.lens.api.scheduler.SchedulerJobInstanceState$1] In 
SchedulerJobInstanceState.java
{noformat}


{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project 
lens-api: failed to get report for org.codehaus.mojo:cobertura-maven-plugin: 
Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.1:check 
(findbugs-check) on project lens-api: failed with 26 bugs and 0 errors -> [Help 
1]
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-844) querying a measure with dim attributes not queryable with it gives wrong error

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-844:
--
Fix Version/s: (was: 2.7)
   2.8

> querying a measure with dim attributes not queryable with it gives wrong error
> --
>
> Key: LENS-844
> URL: https://issues.apache.org/jira/browse/LENS-844
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.8
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-530) Add documentation for reading response of REST APIs and error handling for the same

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-530:
--
Fix Version/s: (was: 2.7)
   2.8

> Add documentation for reading response of REST APIs and error handling for 
> the same
> ---
>
> Key: LENS-530
> URL: https://issues.apache.org/jira/browse/LENS-530
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: docs
>Reporter: Himanshu Gahlaut
> Fix For: 2.8
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1251) Hive server restart without lens server restart results in ClassNotFoundException sometimes

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1251:
---
Fix Version/s: (was: 2.7)
   2.8

> Hive server restart without lens server restart results in 
> ClassNotFoundException sometimes
> ---
>
> Key: LENS-1251
> URL: https://issues.apache.org/jira/browse/LENS-1251
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Amareshwari Sriramadasu
>Assignee: Amareshwari Sriramadasu
> Fix For: 2.8
>
> Attachments: LENS-1251.patch
>
>
> We have seen the following scenario in production :
> - Restart hive server without restarting lens server.
> - DB resources are not added properly by lens server to existing hive 
> sessions - which results in ClassNotFoundException for the classes used in 
> the queries later.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1372) QueryRetryTest is flaky

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1372:
---
Fix Version/s: (was: 2.7)
   2.8

> QueryRetryTest is flaky
> ---
>
> Key: LENS-1372
> URL: https://issues.apache.org/jira/browse/LENS-1372
> Project: Apache Lens
>  Issue Type: Test
>  Components: server, test
>Affects Versions: 2.7
>Reporter: Ted Yu
>Assignee: Rajat Khandelwal
>Priority: Minor
> Fix For: 2.8
>
>
> From 
> https://builds.apache.org/job/PreCommit-Lens-Build/1145/testReport/junit/org.apache.lens.server.query.retry/QueryRetryTest/testRestartWhileRetry/
>  :
> {code}
> java.lang.NullPointerException: null
>   at 
> org.apache.lens.server.query.retry.QueryRetryTest.testRestartWhileRetry(QueryRetryTest.java:201)
> {code}
> Here is related code:
> {code}
> ctx = getQueryService().getQueryContext(handle);
> while (!ctx.getStatus().finished()) {
> {code}
> The test should handle the case where status is null.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1492:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

committed patch to current-release-line branch

> Update cli.apt file (i.e. not updated by previous patches)
> --
>
> Key: LENS-1492
> URL: https://issues.apache.org/jira/browse/LENS-1492
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1492.patch
>
>
> cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1492:
---
Status: Patch Available  (was: Open)

> Update cli.apt file (i.e. not updated by previous patches)
> --
>
> Key: LENS-1492
> URL: https://issues.apache.org/jira/browse/LENS-1492
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1492.patch
>
>
> cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1492:
---
Status: Patch Available  (was: Open)

> Update cli.apt file (i.e. not updated by previous patches)
> --
>
> Key: LENS-1492
> URL: https://issues.apache.org/jira/browse/LENS-1492
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1492.patch
>
>
> cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1492:
---
Attachment: LENS-1492.patch

> Update cli.apt file (i.e. not updated by previous patches)
> --
>
> Key: LENS-1492
> URL: https://issues.apache.org/jira/browse/LENS-1492
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1492.patch
>
>
> cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1492:
--

 Summary: Update cli.apt file (i.e. not updated by previous patches)
 Key: LENS-1492
 URL: https://issues.apache.org/jira/browse/LENS-1492
 Project: Apache Lens
  Issue Type: Bug
  Components: docs
Reporter: Raju Bairishetti
Assignee: Raju Bairishetti
 Fix For: 2.7


cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1491) Disable testEstimateRejectionException and testSearchStoreJob test cases temporarily

2017-12-03 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1491:
---
Status: Patch Available  (was: In Progress)

> Disable testEstimateRejectionException and testSearchStoreJob test cases 
> temporarily
> 
>
> Key: LENS-1491
> URL: https://issues.apache.org/jira/browse/LENS-1491
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1491.patch
>
>
>  testEstimateRejectionException and testSearchStoreJob  test cases are 
> failing intermittently. Created tickets already for fixing these test cases. 
> Disabling temporarily to unblock the release



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1491) Disable testEstimateRejectionException and testSearchStoreJob test cases temporarily

2017-12-03 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1491:
---
Attachment: LENS-1491.patch

> Disable testEstimateRejectionException and testSearchStoreJob test cases 
> temporarily
> 
>
> Key: LENS-1491
> URL: https://issues.apache.org/jira/browse/LENS-1491
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1491.patch
>
>
>  testEstimateRejectionException and testSearchStoreJob  test cases are 
> failing intermittently. Created tickets already for fixing these test cases. 
> Disabling temporarily to unblock the release



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Work started] (LENS-1491) Disable testEstimateRejectionException and testSearchStoreJob test cases temporarily

2017-12-03 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on LENS-1491 started by Raju Bairishetti.
--
> Disable testEstimateRejectionException and testSearchStoreJob test cases 
> temporarily
> 
>
> Key: LENS-1491
> URL: https://issues.apache.org/jira/browse/LENS-1491
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1491.patch
>
>
>  testEstimateRejectionException and testSearchStoreJob  test cases are 
> failing intermittently. Created tickets already for fixing these test cases. 
> Disabling temporarily to unblock the release



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1485) Fix javadocs errors and warnings

2017-11-28 Thread Raju Bairishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16270203#comment-16270203
 ] 

Raju Bairishetti commented on LENS-1485:


Looks like, it is an Issue is with enunciate plugin. Last few builds were 
failing with the same reason
{noformat}
Caused by: java.lang.NoClassDefFoundError: 
javax/annotation/security/RolesAllowed
at 
com.webcohesion.enunciate.modules.jaxrs.model.ResourceMethod.getSecurityRoles(ResourceMethod.java:834)
at 
com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl.getSecurityRoles(MethodImpl.java:144)
... 182 more
Caused by: java.lang.ClassNotFoundException: 
javax.annotation.security.RolesAllowed
at 
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
{noformat}

We may need to add this dependency to enunciate plugin as a work around.  
Reference: https://github.com/stoicflame/enunciate/issues/763  

> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1485.patch
>
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (LENS-1490) Unable to use lombok generated builder methods with apache-release profile

2017-11-28 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti resolved LENS-1490.

Resolution: Invalid

Closing this as invalid as profile *javadoc* has lombok plugin. We just need to 
update the release doc on the confluence page for running with apache-release 
profile.

> Unable to use lombok generated builder methods with apache-release profile
> --
>
> Key: LENS-1490
> URL: https://issues.apache.org/jira/browse/LENS-1490
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>
> Seeing the following errors while building with the *apache-release* profile. 
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on 
> project lens-cube: MavenReportException: Error while creating archive:
> [ERROR] Exit code: 1 - 
> /Users/rajubairishetti/Desktop/apache/2.7-lens/lens/lens-cube/src/main/java/org/apache/lens/cube/metadata/TimeRange.java:91:
>  error: cannot find symbol
> [ERROR] public TimeRangeBuilder cloneAsBuilder() {
> [ERROR] ^
> [ERROR] symbol:   class TimeRangeBuilder
> [ERROR] location: class TimeRange
> [ERROR] 
> /Users/rajubairishetti/Desktop/apache/2.7-lens/lens/lens-cube/src/main/java/org/apache/lens/cube/parse/UnionCandidate.java:296:
>  error: cannot find symbol
> [ERROR] TimeRange.TimeRangeBuilder builder) {
> [ERROR] ^
> [ERROR] symbol:   class TimeRangeBuilder
> [ERROR] location: class TimeRange
> {noformat}
> Looks like, lombok-maven-plugin is not part of the apache-release profile. 
> Able to fix this issue by adding to the lombok-maven-plugin to the profile.
> Not sure, whether the following profile is activated by default or not when 
> it is building with some specific profile like building with the 
> apache-release profile.
> {noformat} 
>   lombok-needs-tools-jar
>   
> 
>   ${java.home}/../lib/tools.jar
> 
>   
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1485) Fix javadocs errors and warnings

2017-11-28 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1485:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed patch

> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1485.patch
>
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1485) Fix javadocs errors and warnings

2017-11-28 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1485:
---
Fix Version/s: 2.7
   Status: Patch Available  (was: Open)

> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1485.patch
>
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1485) Fix javadocs errors and warnings

2017-11-28 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1485:
---
Attachment: LENS-1485.patch

Attaching directly here as it is a minor patch

> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
> Attachments: LENS-1485.patch
>
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (LENS-1485) Fix javadocs errors and warnings

2017-11-28 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti reassigned LENS-1485:
--

Assignee: Raju Bairishetti

> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Attachments: LENS-1485.patch
>
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1425) Update 2.7 release documentation

2017-11-27 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1425:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed patch

> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1425.patch, LENS-1425_1.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1490) Unable to use lombok generated builder methods with apache-release profile

2017-11-26 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1490:
--

 Summary: Unable to use lombok generated builder methods with 
apache-release profile
 Key: LENS-1490
 URL: https://issues.apache.org/jira/browse/LENS-1490
 Project: Apache Lens
  Issue Type: Bug
  Components: build
Reporter: Raju Bairishetti


Seeing the following errors while building with the *apache-release* profile. 
{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on 
project lens-cube: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - 
/Users/rajubairishetti/Desktop/apache/2.7-lens/lens/lens-cube/src/main/java/org/apache/lens/cube/metadata/TimeRange.java:91:
 error: cannot find symbol
[ERROR] public TimeRangeBuilder cloneAsBuilder() {
[ERROR] ^
[ERROR] symbol:   class TimeRangeBuilder
[ERROR] location: class TimeRange
[ERROR] 
/Users/rajubairishetti/Desktop/apache/2.7-lens/lens/lens-cube/src/main/java/org/apache/lens/cube/parse/UnionCandidate.java:296:
 error: cannot find symbol
[ERROR] TimeRange.TimeRangeBuilder builder) {
[ERROR] ^
[ERROR] symbol:   class TimeRangeBuilder
[ERROR] location: class TimeRange
{noformat}

Looks like, lombok-maven-plugin is not part of the apache-release profile. Able 
to fix this issue by adding to the lombok-maven-plugin to the profile.

Not sure, whether the following profile is activated by default or not when it 
is building with some specific profile like building with the apache-release 
profile.
{noformat} 
  lombok-needs-tools-jar
  

  ${java.home}/../lib/tools.jar

  
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (LENS-1485) Fix javadocs errors and warnings

2017-11-26 Thread Raju Bairishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266438#comment-16266438
 ] 

Raju Bairishetti edited comment on LENS-1485 at 11/27/17 6:46 AM:
--

One workaround is disabling the *doclint* rules checker in the 2.7 release   
{noformat}
 
  org.apache.maven.plugins
  maven-javadoc-plugin
   ${javadoc.plugin.version}
  
 -Xdoclint:none
  
 
{noformat}

Proper fix:
  Fixing the existing javadoc warnings and errors in all the files. 
To avoid new javadoc errors, We should add javadoc plugin to build section so 
that build itself validates the javadocs generation. Build shoul be failed in 
case of errors in generating javadocs(i.e enabling  ).
   {noformat} 
  org.apache.maven.plugins
  maven-javadoc-plugin
   ${javadoc.plugin.version}
  
 true
  
 
 {noformat} 



was (Author: raju.bairishetti):
One workaround is disabling the *doclint* rules checker in the 2.7 release   
{noformat}
 
  org.apache.maven.plugins
  maven-javadoc-plugin
   ${javadoc.plugin.version}
  
 -Xdoclint:none
  
 
{noformat}

Proper fix:
  We should add javadoc plugin to build section so that build it self validates 
the javadocs generation. Build shoul be failed in case of errors in generating 
javadocs(i.e enabling  ).
   {noformat} 
  org.apache.maven.plugins
  maven-javadoc-plugin
   ${javadoc.plugin.version}
  
 true
  
 
 {noformat} 


> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1485) Fix javadocs errors and warnings

2017-11-26 Thread Raju Bairishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266438#comment-16266438
 ] 

Raju Bairishetti commented on LENS-1485:


One workaround is disabling the *doclint* rules checker in the 2.7 release   
{noformat}
 
  org.apache.maven.plugins
  maven-javadoc-plugin
   ${javadoc.plugin.version}
  
 -Xdoclint:none
  
 
{noformat}

Proper fix:
  We should add javadoc plugin to build section so that build it self validates 
the javadocs generation. Build shoul be failed in case of errors in generating 
javadocs(i.e enabling  ).
   {noformat} 
  org.apache.maven.plugins
  maven-javadoc-plugin
   ${javadoc.plugin.version}
  
 true
  
 
 {noformat} 


> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1489) SchedulerDAOTest.testSearchStoreJob test is failing intermittently

2017-11-22 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1489:
--

 Summary: SchedulerDAOTest.testSearchStoreJob test is failing 
intermittently
 Key: LENS-1489
 URL: https://issues.apache.org/jira/browse/LENS-1489
 Project: Apache Lens
  Issue Type: Bug
  Components: server
Reporter: Raju Bairishetti
 Fix For: 2.8


SchedulerDAOTest.testSearchStoreJob test is failing intermittently

{noformat}
testSearchStoreJob(org.apache.lens.server.scheduler.SchedulerDAOTest)  Time 
elapsed: 0.012 sec  <<< FAILURE!
java.lang.AssertionError: expected [2] but found [0]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertEquals(Assert.java:123)
at org.testng.Assert.assertEquals(Assert.java:370)
at org.testng.Assert.assertEquals(Assert.java:380)
at 
org.apache.lens.server.scheduler.SchedulerDAOTest.testSearchStoreJob(SchedulerDAOTest.java:195)

Results :

Failed tests:
  SchedulerDAOTest.testSearchStoreJob:195 expected [2] but found [0]

Tests run: 330, Failures: 1, Errors: 0, Skipped: 20

{noformat}

I will add test logs later.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1488) TestQueryService.testEstimateRejectionException test is failing consistently

2017-11-21 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1488:
--

 Summary: TestQueryService.testEstimateRejectionException test is 
failing consistently
 Key: LENS-1488
 URL: https://issues.apache.org/jira/browse/LENS-1488
 Project: Apache Lens
  Issue Type: Bug
  Components: server
Reporter: Raju Bairishetti


TestQueryService.testEstimateRejectionException is failing. 

{noformat}
Tests run: 70, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 333.018 sec 
<<< FAILURE! - in org.apache.lens.server.query.TestQueryService
testEstimateRejectionException(org.apache.lens.server.query.TestQueryService)  
Time elapsed: 5.145 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertTrue(Assert.java:42)
at org.testng.Assert.assertTrue(Assert.java:52)
at 
org.apache.lens.server.query.TestQueryService.testEstimateRejectionException(TestQueryService.java:2114)

testEstimateRejectionException(org.apache.lens.server.query.TestQueryService)  
Time elapsed: 4.269 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertTrue(Assert.java:42)
at org.testng.Assert.assertTrue(Assert.java:52)
at 
org.apache.lens.server.query.TestQueryService.testEstimateRejectionException(TestQueryService.java:2114)

Results :

Failed tests: 
  TestQueryService.testEstimateRejectionException:2114 expected [true] but 
found [false]
  TestQueryService.testEstimateRejectionException:2114 expected [true] but 
found [false]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1485) Fix javadocs errors and warnings

2017-11-19 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1485:
--

 Summary: Fix javadocs errors and warnings 
 Key: LENS-1485
 URL: https://issues.apache.org/jira/browse/LENS-1485
 Project: Apache Lens
  Issue Type: Bug
  Components: build
Reporter: Raju Bairishetti


Right now, we are building and running Lens on only on java8 and higher 
versions. We are not able to generate javadocs with java8 due to some new 
rules/constraints on javadocs.

Creating this jira for fixing the javadoc errors and warnings. We should fail 
the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1481) Missing License headers in some .js files

2017-11-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1481:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed patch to current-release-line branch.

> Missing License headers in some .js files
> -
>
> Key: LENS-1481
> URL: https://issues.apache.org/jira/browse/LENS-1481
> Project: Apache Lens
>  Issue Type: Bug
>  Components: UI
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Minor
> Fix For: 2.7
>
> Attachments: LENS-1481.patch
>
>
> License header is missing in some .js files under UI module. We have to add 
> the licence header to all the files.
> {noformat}
> lens-ui/app/actions/SessionAction.js
> lens-ui/app/adapters/SessionAdapter.js
> lens-ui/app/components/SessionListComponent.js
> lens-ui/app/constants/SessionConstants.js
> lens-ui/app/stores/SessionStore.js
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1425) Update 2.7 release documentation

2017-11-05 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1425:
---
Attachment: LENS-1425_1.patch

Updated patch by addressing Puneet review comments

> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1425.patch, LENS-1425_1.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1425) Update 2.7 release documentation

2017-10-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1425:
---
Status: Patch Available  (was: In Progress)

> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
> Attachments: LENS-1425.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1425) Update 2.7 release documentation

2017-10-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1425:
---
Attachment: LENS-1425.patch

Attaching directly here 

> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
> Attachments: LENS-1425.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Work started] (LENS-1425) Update 2.7 release documentation

2017-10-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on LENS-1425 started by Raju Bairishetti.
--
> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
> Attachments: LENS-1425.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1481) Missing License headers in some .js files

2017-10-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1481:
---
Status: Patch Available  (was: In Progress)

> Missing License headers in some .js files
> -
>
> Key: LENS-1481
> URL: https://issues.apache.org/jira/browse/LENS-1481
> Project: Apache Lens
>  Issue Type: Bug
>  Components: UI
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1481.patch
>
>
> License header is missing in some .js files under UI module. We have to add 
> the licence header to all the files.
> {noformat}
> lens-ui/app/actions/SessionAction.js
> lens-ui/app/adapters/SessionAdapter.js
> lens-ui/app/components/SessionListComponent.js
> lens-ui/app/constants/SessionConstants.js
> lens-ui/app/stores/SessionStore.js
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1481) Missing License headers in some .js files

2017-10-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1481:
---
Attachment: LENS-1481.patch

Attaching directly as it is a trivial patch.

> Missing License headers in some .js files
> -
>
> Key: LENS-1481
> URL: https://issues.apache.org/jira/browse/LENS-1481
> Project: Apache Lens
>  Issue Type: Bug
>  Components: UI
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1481.patch
>
>
> License header is missing in some .js files under UI module. We have to add 
> the licence header to all the files.
> {noformat}
> lens-ui/app/actions/SessionAction.js
> lens-ui/app/adapters/SessionAdapter.js
> lens-ui/app/components/SessionListComponent.js
> lens-ui/app/constants/SessionConstants.js
> lens-ui/app/stores/SessionStore.js
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Work started] (LENS-1481) Missing License headers in some .js files

2017-10-31 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on LENS-1481 started by Raju Bairishetti.
--
> Missing License headers in some .js files
> -
>
> Key: LENS-1481
> URL: https://issues.apache.org/jira/browse/LENS-1481
> Project: Apache Lens
>  Issue Type: Bug
>  Components: UI
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
>
> License header is missing in some .js files under UI module. We have to add 
> the licence header to all the files.
> {noformat}
> lens-ui/app/actions/SessionAction.js
> lens-ui/app/adapters/SessionAdapter.js
> lens-ui/app/components/SessionListComponent.js
> lens-ui/app/constants/SessionConstants.js
> lens-ui/app/stores/SessionStore.js
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1303) list of queries on ui should use time filters

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1303:
---
Component/s: UI

> list of queries on ui should use time filters
> -
>
> Key: LENS-1303
> URL: https://issues.apache.org/jira/browse/LENS-1303
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: UI
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1303.04.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1326) session/sessions API returning no data on GUI/API though there are active sessions

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1326:
---
Component/s: server

> session/sessions API returning no data on GUI/API though there are active 
> sessions
> --
>
> Key: LENS-1326
> URL: https://issues.apache.org/jira/browse/LENS-1326
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Lavkesh Lahngir
> Fix For: 2.7
>
> Attachments: getsession-error.patch, getsession-error.patch, 
> session-default-value.patch, session-default-value.patch
>
>
> The lens GUI and API is showing no sessions via sessions REST end point.
> Server metrics are showing active sessions  though. 
> {noformat}
> "org.apache.lens.server.api.session.SessionService.active-sessions" : {
>  "value" : 5324
>},
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1357) Seeing NPE in stop lens services after a failed attempt of start

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1357:
---
Component/s: server

> Seeing NPE in stop lens services after a failed attempt of start
> 
>
> Key: LENS-1357
> URL: https://issues.apache.org/jira/browse/LENS-1357
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1357.01.patch, LENS-1357.02.patch, 
> LENS-1357.03.patch, screenshot-1.png
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1381) Support Fact to Fact Union

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1381:
---
Component/s: cube

> Support Fact to Fact Union
> --
>
> Key: LENS-1381
> URL: https://issues.apache.org/jira/browse/LENS-1381
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: cube
>Reporter: Puneet Gupta
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1381_4.patch, LENS-1381_checkstyle_fix.patch, 
> LENS-1381_checkstyle_fix_1.patch
>
>
> Currently Lens supports Union-ing data across different storages in a single 
> Fact. With this JIRA Lens server will be able to Union Data Across Facts too.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1318) Query Resource in the lens server offers very limited information on the getAllQueries call

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1318:
---
Component/s: client

> Query Resource in the lens server offers very limited information on the 
> getAllQueries call
> ---
>
> Key: LENS-1318
> URL: https://issues.apache.org/jira/browse/LENS-1318
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: client, server
>Affects Versions: 2.7
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
> Attachments: LENS-1318.patch
>
>
> {code}
> List getAllQueries(sessionid, states, user, driver, queryName, 
> fromDate, toDate);
> {code}
> Currently provides very limited information (Query handle) upon this call. If 
> consuming service where to tabulate minimal information of query history, the 
> call to getAllQueries have to be followed by a series of 
> {code}
> LensQuery getStatus(sessionid, queryHandle)
> {code}.
> It would be very helpful to have a resource method that can provide a richer 
> set of information as an additional method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1318) Query Resource in the lens server offers very limited information on the getAllQueries call

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1318:
---
Component/s: server

> Query Resource in the lens server offers very limited information on the 
> getAllQueries call
> ---
>
> Key: LENS-1318
> URL: https://issues.apache.org/jira/browse/LENS-1318
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 2.7
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
> Attachments: LENS-1318.patch
>
>
> {code}
> List getAllQueries(sessionid, states, user, driver, queryName, 
> fromDate, toDate);
> {code}
> Currently provides very limited information (Query handle) upon this call. If 
> consuming service where to tabulate minimal information of query history, the 
> call to getAllQueries have to be followed by a series of 
> {code}
> LensQuery getStatus(sessionid, queryHandle)
> {code}.
> It would be very helpful to have a resource method that can provide a richer 
> set of information as an additional method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1283) Map failure APIResult to Exception in Lens client

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1283:
---
Component/s: client
 api

> Map failure APIResult to Exception in Lens client
> -
>
> Key: LENS-1283
> URL: https://issues.apache.org/jira/browse/LENS-1283
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: api, client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1283.02.patch, LENS-1283.05.patch, 
> LENS-1283.06.patch, LENS-1283.07.patch, LENS-1283.08.patch, 
> LENS-1283.09.patch, LENS-1283.10.patch, LENS-1283.11.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1387) Move Lens to java 8

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1387:
---
Affects Version/s: 2.6

> Move Lens to java 8
> ---
>
> Key: LENS-1387
> URL: https://issues.apache.org/jira/browse/LENS-1387
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: 2.7, build
>Affects Versions: 2.6
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1387.01.patch, LENS-1387.02.patch
>
>
> Deprecating java7 and restricting lens to only compile with java 8 + 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1387) Move Lens to java 8

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1387:
---
Labels: incompatible  (was: )

> Move Lens to java 8
> ---
>
> Key: LENS-1387
> URL: https://issues.apache.org/jira/browse/LENS-1387
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: 2.7, build
>Affects Versions: 2.6
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1387.01.patch, LENS-1387.02.patch
>
>
> Deprecating java7 and restricting lens to only compile with java 8 + 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1320) Limit the maximum number of scheduled jobs per user

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1320:
---
Component/s: server
 api

> Limit the maximum number of scheduled jobs per user
> ---
>
> Key: LENS-1320
> URL: https://issues.apache.org/jira/browse/LENS-1320
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: api, server
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
> Fix For: 2.7
>
> Attachments: 0001-job_validataion.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1355) Lens unable to parse "date" in queries

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1355:
---
Component/s: cube

> Lens unable to parse "date" in queries
> --
>
> Key: LENS-1355
> URL: https://issues.apache.org/jira/browse/LENS-1355
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1355.01.patch, LENS-1355.02.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1317:
---
Component/s: server

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: server
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch, LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1374) Add logs in FieldValidator

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1374:
---
Component/s: cube

> Add logs in FieldValidator
> --
>
> Key: LENS-1374
> URL: https://issues.apache.org/jira/browse/LENS-1374
> Project: Apache Lens
>  Issue Type: Task
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1374.2016-11-09_17:58:38.patch
>
>
> Exceptions of fieldValidator don't provide any info in logs and it's 
> difficult to debug why fields are not queryable together. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1396) Checkstyle failing with java8 syntax

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1396:
---
Component/s: (was: 2.7)
 build

> Checkstyle failing with java8 syntax
> 
>
> Key: LENS-1396
> URL: https://issues.apache.org/jira/browse/LENS-1396
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1396.01.patch
>
>
> checkstyle is failing with lambda functions



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1287) Create command in cli to create schema taking parent directory where schema is stored

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1287:
---
Component/s: client

> Create command in cli to create schema taking parent directory where schema 
> is stored
> -
>
> Key: LENS-1287
> URL: https://issues.apache.org/jira/browse/LENS-1287
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1287.07.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1224) Druid rewriter in lens

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1224:
---
Component/s: driver-jdbc

> Druid rewriter in lens
> --
>
> Key: LENS-1224
> URL: https://issues.apache.org/jira/browse/LENS-1224
> Project: Apache Lens
>  Issue Type: Task
>  Components: driver-jdbc
>Reporter: Rajitha R
>Assignee: Rajitha R
> Fix For: 2.7
>
> Attachments: LENS-1224_sept26.patch
>
>
> Druid is case sensitive while Lens isn't. To integrate both, there is a need 
> to have some rewriter in Lens which can rewrite Lens query to a Druid query 
> with the right cases.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1361) Ignore DB failure while scheduler startup.

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1361:
---
Component/s: server

> Ignore DB failure while scheduler startup.
> --
>
> Key: LENS-1361
> URL: https://issues.apache.org/jira/browse/LENS-1361
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
> Fix For: 2.7
>
> Attachments: 0001-DB-fixes.patch, ignore-db.patch, ignore-db.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1279) Improve Scheduler API messages

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1279:
---
Component/s: server

> Improve Scheduler API messages  
> 
>
> Key: LENS-1279
> URL: https://issues.apache.org/jira/browse/LENS-1279
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: server
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
> Fix For: 2.7
>
> Attachments: Scheduler-API-fixes.patch
>
>
> This patch includes more clearer scheduler APIs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1267) Instances which are in waiting state while restart are not getting resumed

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1267:
---
Component/s: server

> Instances which are in waiting state while restart are not getting resumed
> --
>
> Key: LENS-1267
> URL: https://issues.apache.org/jira/browse/LENS-1267
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Archana H
>Assignee: Lavkesh Lahngir
> Fix For: 2.7
>
>
> The Scheduler can not recover from restarting when it was in the middle of 
> launching a query. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1319) Lens Client doesn't provide the option to pass query conf while submitting the query

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1319:
---
Component/s: client

> Lens Client doesn't provide the option to pass query conf while submitting 
> the query
> 
>
> Key: LENS-1319
> URL: https://issues.apache.org/jira/browse/LENS-1319
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Affects Versions: 2.7
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
> Attachments: LENS-1319.patch
>
>
> Lens Client doesn't provide the option to pass query conf while submitting 
> the query. Lens Server however allow the conf to posted as a form param along 
> with other parameters. Lens Client need to be extended to pass the LensConf 
> along.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1275) Launch Time should be set before executeAsync is called on selected driver

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1275:
---
Component/s: server

> Launch Time should be set before executeAsync is called on selected driver
> --
>
> Key: LENS-1275
> URL: https://issues.apache.org/jira/browse/LENS-1275
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1275.02.patch, LENS-1275.03.patch, 
> LENS-1275.04.patch, LENS-1275.05.patch, LENS-1275.2016-08-11_16:06:44.patch, 
> LENS-1275.2016-08-11_18:31:13.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1243) Support Asynchronous status updates from drivers

2017-10-29 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1243:
---
Component/s: server
 drivers

> Support Asynchronous status updates from drivers
> 
>
> Key: LENS-1243
> URL: https://issues.apache.org/jira/browse/LENS-1243
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: drivers, server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1243.07.patch, LENS-1243.09.patch, 
> LENS-1243.10.patch, LENS-1243.12.patch, LENS-1243.13.patch, LENS-1243.14.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1481) Missing License headers in some .js files

2017-10-25 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1481:
---
Description: 
License header is missing in some .js files under UI module. We have to add the 
licence header to all the files.

{noformat}
lens-ui/app/actions/SessionAction.js
lens-ui/app/adapters/SessionAdapter.js
lens-ui/app/components/SessionListComponent.js
lens-ui/app/constants/SessionConstants.js
lens-ui/app/stores/SessionStore.js
{noformat}

  was:License header is missing in some .js files under UI module. We have to 
add the licence header to all the files.


> Missing License headers in some .js files
> -
>
> Key: LENS-1481
> URL: https://issues.apache.org/jira/browse/LENS-1481
> Project: Apache Lens
>  Issue Type: Bug
>  Components: UI
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Minor
> Fix For: 2.7
>
>
> License header is missing in some .js files under UI module. We have to add 
> the licence header to all the files.
> {noformat}
> lens-ui/app/actions/SessionAction.js
> lens-ui/app/adapters/SessionAdapter.js
> lens-ui/app/components/SessionListComponent.js
> lens-ui/app/constants/SessionConstants.js
> lens-ui/app/stores/SessionStore.js
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1481) Missing License headers in some .js files

2017-10-25 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1481:
--

 Summary: Missing License headers in some .js files
 Key: LENS-1481
 URL: https://issues.apache.org/jira/browse/LENS-1481
 Project: Apache Lens
  Issue Type: Bug
  Components: UI
Reporter: Raju Bairishetti
Assignee: Raju Bairishetti
Priority: Minor
 Fix For: 2.7


License header is missing in some .js files under UI module. We have to add the 
licence header to all the files.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1468) Expressions in having clauses are not getting rewritten properly for join queries

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1468:
---
Fix Version/s: (was: 2.8)
   2.7

> Expressions in having clauses are not getting rewritten properly for join 
> queries
> -
>
> Key: LENS-1468
> URL: https://issues.apache.org/jira/browse/LENS-1468
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1468.01.patch, LENS-1468.02.patch
>
>
> The issue is not seen in test cases yet since somehow the order of child 
> candidates in {{JoinCandidate}} has been fixed. We have observed the order 
> being non-deterministic in production. And in one ordering, having clause 
> works fine and in another it doesn't. Will be adding test cases to reproduce 
> this issue and the fix as well. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1475) Override equals(Object obj) and hashcode() methods of SegmentationCandidate

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1475:
---
Fix Version/s: 2.7

> Override equals(Object obj) and hashcode() methods of SegmentationCandidate
> ---
>
> Key: LENS-1475
> URL: https://issues.apache.org/jira/browse/LENS-1475
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1475.patch
>
>
> Override both equals() and hashcode() 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1474) Null pointer exception in expression resolver for Segmentation candidate

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1474:
---
Fix Version/s: (was: 2.8)
   2.7

> Null pointer exception in expression resolver for Segmentation candidate
> 
>
> Key: LENS-1474
> URL: https://issues.apache.org/jira/browse/LENS-1474
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Fix For: 2.7
>
> Attachments: LENS-1474.patch
>
>
> This happens when there are two expressions . Say expr1 answered from fact 
> and expr2 answered from Segmentation. 
> Segmentation specific inner rewrite is passed expr1 as 0.0 and later in the 
> flow expr1 is looked up which throws up NullPointerException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1451) Enforcing valid fact tables doesn't filter out segmentations

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1451:
---
Fix Version/s: 2.7

> Enforcing valid fact tables doesn't filter out segmentations
> 
>
> Key: LENS-1451
> URL: https://issues.apache.org/jira/browse/LENS-1451
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1451.01.patch
>
>
> valid fact tables key is used to enforce which facts can be picked. 
> Currently, this property still lets segmentations remain valid candidates and 
> enforcing doesn't happen. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1473) Cubevirtualfact table relative start time has incorrect config field name

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1473:
---
Fix Version/s: (was: 2.8)
   2.7

> Cubevirtualfact table relative start time has incorrect config field name
> -
>
> Key: LENS-1473
> URL: https://issues.apache.org/jira/browse/LENS-1473
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Fix For: 2.7
>
> Attachments: LENS-1473.patch
>
>
> Cubevirtualfact table relative start time has incorrect config field name



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1463) Valid Columns addition in Virtual Fact

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1463:
---
Fix Version/s: (was: 2.8)
   2.7

> Valid Columns addition in Virtual Fact 
> ---
>
> Key: LENS-1463
> URL: https://issues.apache.org/jira/browse/LENS-1463
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Fix For: 2.7
>
> Attachments: LENS-1463.patch
>
>
> This feature would allow virtual fact to override valid columns of its 
> base/source fact.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1443) Fallback ranges not working for virtual facts

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1443:
---
Fix Version/s: 2.7

> Fallback ranges not working for virtual facts
> -
>
> Key: LENS-1443
> URL: https://issues.apache.org/jira/browse/LENS-1443
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1443.01.patch, LENS-1443.03.patch
>
>
> fallback should also take source fact name, but it's operating with fact 
> name. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1446) Cube latestdate api broken after virtual fact

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1446:
---
Fix Version/s: 2.7

> Cube latestdate api broken after virtual fact
> -
>
> Key: LENS-1446
> URL: https://issues.apache.org/jira/browse/LENS-1446
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Fix For: 2.7
>
> Attachments: LENS-1446.patch
>
>
> We are observing could not get table for virtual fact when cube latest date 
> is queried for :
> Caused by: org.apache.lens.server.api.error.LensException: Could not get table
>   at 
> org.apache.lens.cube.metadata.CubeMetastoreClient.getTable(CubeMetastoreClient.java:1616)
>  ~[lens-cube-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
>   at 
> org.apache.lens.cube.metadata.CubeMetastoreClient.getTable(CubeMetastoreClient.java:1596)
>  ~[lens-cube-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
>   at 
> org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache.loadTimeLines(CubeMetastoreClient.java:463)
>  ~[lens-cube-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
>   at 
> org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache.get(CubeMetastoreClient.java:444)
>  ~[lens-cube-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
>   at 
> org.apache.lens.cube.metadata.CubeMetastoreClient$PartitionTimelineCache.get(CubeMetastoreClient.java:589)
>  ~[lens-cube-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
>   at 
> org.apache.lens.cube.metadata.CubeMetastoreClient.getLatestDateOfCube(CubeMetastoreClient.java:164)
>  ~[lens-cube-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
>   at 
> org.apache.lens.server.metastore.CubeMetastoreServiceImpl.getLatestDateOfCube(CubeMetastoreServiceImpl.java:1169)
>  ~[classes/:na]
>   at 
> org.apache.lens.server.metastore.MetastoreResource.getLatestDateOfCube(MetastoreResource.java:1519)
>  ~[classes/:na]
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[na:1.8.0_92]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1439) Having clause getting skipped if query goes to a segmentation containing single segment

2017-10-04 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1439:
---
Fix Version/s: (was: 2.8)

> Having clause getting skipped if query goes to a segmentation containing 
> single segment
> ---
>
> Key: LENS-1439
> URL: https://issues.apache.org/jira/browse/LENS-1439
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1439.01.patch, LENS-1439.01.patch, 
> LENS-1439.02.patch
>
>
> The condition of {{setHaving(null)}} is wrong in singleCandidatehqlcontext



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (LENS-1423) Merge master with current-release-line for 2.7

2017-08-22 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti resolved LENS-1423.

Resolution: Fixed

We did this already. Verification is going on the release branch.

> Merge master with current-release-line for 2.7
> --
>
> Key: LENS-1423
> URL: https://issues.apache.org/jira/browse/LENS-1423
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
>
> Merge master branch into current-release-branch for preparing a release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (LENS-1424) Bump version in master to 2.8.0-SNAPSHOT

2017-08-22 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti resolved LENS-1424.

Resolution: Fixed

Updated commit directly to git 
https://github.com/apache/lens/commit/34500f1b3eb483b1c0cff96291901d5dd899f0f5

> Bump version in master to 2.8.0-SNAPSHOT
> 
>
> Key: LENS-1424
> URL: https://issues.apache.org/jira/browse/LENS-1424
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
>
> Update the project version to 2.8.0-SNAPSHOT in master branch



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1439) Having clause getting skipped if query goes to a segmentation containing single segment

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1439:
---
Fix Version/s: 2.7

> Having clause getting skipped if query goes to a segmentation containing 
> single segment
> ---
>
> Key: LENS-1439
> URL: https://issues.apache.org/jira/browse/LENS-1439
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1439.01.patch
>
>
> The condition of {{setHaving(null)}} is wrong in singleCandidatehqlcontext



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1433) Virtual Fact over a fact with single storage - multi update period is writing wrong query

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1433:
---
Fix Version/s: 2.7

> Virtual Fact over a fact with single storage - multi update period is writing 
> wrong query
> -
>
> Key: LENS-1433
> URL: https://issues.apache.org/jira/browse/LENS-1433
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajitha R
> Fix For: 2.7
>
> Attachments: LENS-1433.patch
>
>
> it's rewriting {{from storage_virtualfact}} whereas it should be {{from 
> storage_fact}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1438) Testcase failure after LENS-1432

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1438:
---
Fix Version/s: 2.7

> Testcase failure after LENS-1432
> 
>
> Key: LENS-1438
> URL: https://issues.apache.org/jira/browse/LENS-1438
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1438.2017-06-13_15:01:36.patch
>
>
> Test failing: org.apache.lens.server.rewrite.TestRewriting#testCubeQuery



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1429) Queries failing intermittently with NO_REF_COL_AVAILABLE

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1429:
---
Fix Version/s: 2.7

> Queries failing intermittently with NO_REF_COL_AVAILABLE
> 
>
> Key: LENS-1429
> URL: https://issues.apache.org/jira/browse/LENS-1429
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1429.patch
>
>
> Have seen queries failing intermittently with below error.
> {CODE}
> 16 May 2017 11:59:39 [5af8e7ad-b9d7-44db-abdf-d8a28bdb9f3c] 
> [f38a238e-abcb-4168-a052-7114cee1c3a6 estimate-128] WARN  
> org.apache.lens.server.rewrite.RewriteUtil - Driver : hive/prod  Skipped for 
> the query rewriting due to
> org.apache.lens.server.api.error.LensException: 
> NO_REF_COL_AVAILABLE[my_ref_col]
> at 
> org.apache.lens.cube.parse.DenormalizationResolver$DenormalizationContext.pickColumnsForTable(DenormalizationResolver.java:227)
>  ~[lens-cube-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
> at 
> org.apache.lens.cube.parse.DenormalizationResolver$DenormalizationContext.rewriteDenormctx(DenormalizationResolver.java:150)
>  ~[lens-cube-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
> at 
> org.apache.lens.cube.parse.DimHQLContext.addDenormDims(DimHQLContext.java:119)
>  ~[lens-cube-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
> at 
> org.apache.lens.cube.parse.MultiCandidateQueryWriterContext.addDenormDims(MultiCandidateQueryWriterContext.java:56)
>  ~[lens-cube-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
> at 
> org.apache.lens.cube.parse.CubeQueryContext.getQueryWriter(CubeQueryContext.java:927)
>  ~[lens-cube-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
> at 
> org.apache.lens.cube.parse.CubeQueryContext.toHQL(CubeQueryContext.java:947) 
> ~[lens-cube-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
> at 
> org.apache.lens.server.rewrite.RewriteUtil$DriverRewriterRunnable.run(RewriteUtil.java:396)
>  ~[classes/:na]
> at 
> org.apache.lens.server.query.QueryExecutionServiceImpl$RewriteEstimateRunnable.run(QueryExecutionServiceImpl.java:1855)
>  [classes/:na]
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_40]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_40]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_40]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_40]
> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_40]
> {CODE}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1430) Expressions are not getting resolved correctly in union query

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1430:
---
Fix Version/s: 2.7

> Expressions are not getting resolved correctly in union query
> -
>
> Key: LENS-1430
> URL: https://issues.apache.org/jira/browse/LENS-1430
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1430_1.patch, LENS-1430.patch
>
>
> Expressions are not getting resolved correctly for the below case
> {CODE} 
> case when expr1 = 0 then 0 else expr2 * 100 / expr1 end 
> {CODE}
> expr1 is answerable by Candidate1 and Candidate2
> expr2 is answerable by Candidate1 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1428) Common measures are getting repeated in UnionQuery for JoinCandidate

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1428:
---
Fix Version/s: 2.7

> Common measures are getting repeated in UnionQuery for JoinCandidate
> 
>
> Key: LENS-1428
> URL: https://issues.apache.org/jira/browse/LENS-1428
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1428_1.patch, LENS-1428_2.patch, LENS-1428_3.patch
>
>
> For JoinCandidate if a measure is answerable by its children, getting 
> projected in both. Instead the measure should be projected in one of the 
> children and default measure i.e 0.0 for the other in the rewritten union 
> query.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1432) Map Join tuning broken for this query leading to Map timeouts

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1432:
---
Fix Version/s: 2.7

> Map Join tuning broken for this query leading to Map timeouts
> -
>
> Key: LENS-1432
> URL: https://issues.apache.org/jira/browse/LENS-1432
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1432_2.patch, LENS-1432_3.patch
>
>
> CubeQueryContext.getDimsToQuery() is empty, causing the problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1431) Data Availability Feature broken

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1431:
---
Fix Version/s: 2.7

> Data Availability Feature broken 
> -
>
> Key: LENS-1431
> URL: https://issues.apache.org/jira/browse/LENS-1431
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushrut Meghshyam Ikhar
>Assignee: Sushrut Meghshyam Ikhar
> Fix For: 2.7
>
> Attachments: LENS-1431.01.patch, LENS-1431.patch
>
>
> If data availability is enabled on a partition-coulmn-
> and availability for measure is > threshold still availability is shown as 
> FALSE



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1435) Cube xml files are missing in lens-example

2017-06-18 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-1435:
---
Fix Version/s: 2.7

> Cube xml files are missing in lens-example
> --
>
> Key: LENS-1435
> URL: https://issues.apache.org/jira/browse/LENS-1435
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Fix For: 2.7
>
> Attachments: LENS-1435.patch
>
>
> cube11, cube22 and cube33  schema are missing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1422) Verify Lens 2.7 release

2017-06-11 Thread Raju Bairishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16046155#comment-16046155
 ] 

Raju Bairishetti commented on LENS-1422:


[~archana.h] Can you share the progress of this task? We are supposed to start 
release voting today.

> Verify Lens 2.7 release
> ---
>
> Key: LENS-1422
> URL: https://issues.apache.org/jira/browse/LENS-1422
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Archana H
> Fix For: 2.7
>
>
> This ticket is for verify all the issues in the 2.7 release. We can start 
> working on this once we prepared a release branch. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LENS-981) Add Memory gatekeepers for InMemoryResultSet to prevent any OOM on lens server

2017-06-11 Thread Raju Bairishetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju Bairishetti updated LENS-981:
--
Fix Version/s: (was: 2.7)

> Add Memory gatekeepers for InMemoryResultSet to prevent any OOM on lens server
> --
>
> Key: LENS-981
> URL: https://issues.apache.org/jira/browse/LENS-981
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Sushrut Meghshyam Ikhar
>
> In Some cases operations on InMemoryResultSet can result is high memory usage 
> on LensServer 
> 1. InMemoryResultSet.toQueryResult()  is done for a huge result
> 2. lens.query.prefetch.inmemory.resultset.rows = Huge Number . 
> In both cases we need to have some gate keeping as these features can be 
> accessed/configured by users 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


  1   2   3   >