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

Hadoop QA commented on PHOENIX-4967:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12943738/PHOENIX-4967-4.x-HBase-1.4.v1.txt
  against 4.x-HBase-1.4 branch at commit 
bd3e32f24f6f27ad09c41e117e212046549cb67a.
  ATTACHMENT ID: 12943738

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines 
longer than 100:
    +        TableName physicalTableName = 
SchemaUtil.getPhysicalTableName(tableName.getBytes(), isNamespaceMapped);
+            conn1.createStatement().execute("CREATE LOCAL INDEX " + indexName 
+ " ON " + tableName + "(v1)");
+            HBaseAdmin admin = driver.getConnectionQueryServices(getUrl(), 
TestUtil.TEST_PROPERTIES).getAdmin();
+                                || (isReverse && 
previousScan.getScan().getStopRow().length > 0 && 
Bytes.compareTo(scanPair.getFirst().getAttribute(SCAN_ACTUAL_START_ROW),

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SplitIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2088//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2088//console

This message is automatically generated.

> Reverse scan along LOCAL index does not always return all data
> --------------------------------------------------------------
>
>                 Key: PHOENIX-4967
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4967
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Major
>         Attachments: PHOENIX-4967-4.x-HBase-1.4.v1.txt, PHOENIX-4967-test.txt
>
>
> Will attach a test-case soon.
> (Note that this independent of PHOENIX-4964)
> I've not been able to make this fail in any real usage. There seems to be 
> something specific about this test.



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

Reply via email to