[
https://issues.apache.org/jira/browse/LENS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214095#comment-15214095
]
Hudson commented on LENS-993:
-----------------------------
SUCCESS: Integrated in Lens-Commit-Java8 #124 (See
[https://builds.apache.org/job/Lens-Commit-Java8/124/])
LENS-993 : Fix thread pool creations on server (amareshwari: rev
aeca66ad432d7717b9d7651d7a3c9277da25bb70)
*
lens-server-api/src/main/java/org/apache/lens/server/api/events/AsyncEventListener.java
*
lens-server/src/main/java/org/apache/lens/server/query/QueryExecutionServiceImpl.java
* lens-server/src/main/java/org/apache/lens/server/query/QueryEndNotifier.java
* lens-server/src/main/java/org/apache/lens/server/query/ResultFormatter.java
* lens-server/src/test/java/org/apache/lens/server/query/TestEventService.java
> Estimate thread pool does not grow beyond minimum pool size.
> ------------------------------------------------------------
>
> Key: LENS-993
> URL: https://issues.apache.org/jira/browse/LENS-993
> Project: Apache Lens
> Issue Type: Bug
> Components: server
> Reporter: Amareshwari Sriramadasu
> Assignee: Amareshwari Sriramadasu
> Fix For: 2.6
>
> Attachments: LENS-993.2.patch, LENS-993.3.patch
>
>
> We noticed that there are only 3 threads (the min pool size) on the server
> and not growing. And 3 threads are blocked on JDBC connection and all
> subsequent estimate calls timeout as there are no threads.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)