You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2019/05/16 03:11:00 UTC

[jira] [Commented] (PHOENIX-5282) "--debug" option for Sqlline

    [ https://issues.apache.org/jira/browse/PHOENIX-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840952#comment-16840952 ] 

Hadoop QA commented on PHOENIX-5282:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12968846/PHOENIX-5282.master.v1.patch
  against master branch at commit 7b0246e4f031eabab12a4176052de5ac7bcbe1f3.
  ATTACHMENT ID: 12968846

    {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 1 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.join.HashJoinMoreIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RowValueConstructorIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2583//testReport/
Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2583//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2583//console

This message is automatically generated.

> "--debug" option for Sqlline
> ----------------------------
>
>                 Key: PHOENIX-5282
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5282
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.7.0, 4.14.0, 5.0.0
>            Reporter: Karthik Palanisamy
>            Priority: Minor
>         Attachments: PHOENIX-5282.master.v1.patch
>
>
> This provides a simple flag "–debug" or "-d" for enabling client-side debug log in Sqlline/Sqlline-thin console.  No changes required from log4j property.
> {code:java}
> sqlline.py --help
> usage: sqlline.py [-h] [-v VERBOSE] [-c COLOR] [-fc FASTCONNECT] [-d]
> [zookeepers] [sqlfile]
> ...
> optional arguments:
> ...
> -d, --debug           Enable debug logger.{code}



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