[
https://issues.apache.org/jira/browse/PHOENIX-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858290#comment-16858290
]
Hadoop QA commented on PHOENIX-5321:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12971126/PHOENIX-5321.master.v1.patch
against master branch at commit 5303d292a4c875f8ee8f484094c897f8e7595e63.
ATTACHMENT ID: 12971126
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 release audit{color}. The applied patch generated 2 release
audit warnings (more than the master's current 0 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.UpgradeIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexRebuildTaskIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2636//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2636//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2636//console
This message is automatically generated.
> Set Log4j Threshold to ALL
> --------------------------
>
> Key: PHOENIX-5321
> URL: https://issues.apache.org/jira/browse/PHOENIX-5321
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Karthik Palanisamy
> Assignee: Karthik Palanisamy
> Priority: Minor
> Attachments: PHOENIX-5321.master.v1.patch
>
>
> The problem in enabling debug log with the export command (export
> PHOENIX_OPTS="-Dpsql.root.logger=DEBUG,console"). Log4j.properties file has a
> hardcoded value for log4j.threshold which set to INFO as our default value.
> So all log events with lower level than threshold are ignored by the appender
> (ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF). for INFO
> threshold, DEBUG and TRACE logs are ignored.
> Log4j.threshold is not required since we pass root logger
> (-Dpsql.root.logger=INFO,DRFA) setting during Query server startup
> (queryserver.py).
> Log4j.threshold can be removed or set to ALL (default).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)