[
https://issues.apache.org/jira/browse/PHOENIX-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16149978#comment-16149978
]
Hadoop QA commented on PHOENIX-4147:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12884836/PHOENIX-4147.patch
against master branch at commit 1aabbfa0d04261d1cebba845deaebf4c4048ae62.
ATTACHMENT ID: 12884836
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
62 warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateQueryIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1342//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1342//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1342//console
This message is automatically generated.
> Reduce the number of threads for index writer in tests
> ------------------------------------------------------
>
> Key: PHOENIX-4147
> URL: https://issues.apache.org/jira/browse/PHOENIX-4147
> Project: Phoenix
> Issue Type: Bug
> Reporter: Samarth Jain
> Assignee: Samarth Jain
> Attachments: PHOENIX-4147.patch
>
>
> In tests, we create lots of tables and hence lots of regions. For every such
> region, the indexer co-processor is installed. For every such co-processor
> instance, we have a writer pool whose default size is 10. Although we have a
> keep alive policy on the thread pool, still we can have more than a 100 index
> writer threads active at a time doing nothing. We should just dial that
> number down to 1 for our tests.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)