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

Hadoop QA commented on PHOENIX-4156:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12885415/PHOENIX-4156_v4.patch
  against master branch at commit 0a3ef6c1b5f2013ce6b3e5158e0417294ab7d92b.
  ATTACHMENT ID: 12885415

    {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:
    +        serverProps.put(QueryServices.INDEX_REBUILD_RPC_RETRIES_COUNTER, 
Long.toString(numRpcRetries));
+        
serverProps.put(QueryServices.INDEX_FAILURE_HANDLING_REBUILD_OVERLAP_FORWARD_TIME_ATTRIB,
 Long.toString(forwardOverlapMs));
+        serverProps.put(QueryServices.INDEX_REBUILD_TASK_INITIAL_DELAY, 
Long.toString(Long.MAX_VALUE));
+        
serverProps.put(QueryServices.INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD, 
Long.toString(disableTimestampThresholdMs));
+    private void checkStateAfterRebuild(Connection conn, String fullIndexName, 
PIndexState expectedIndexState) throws InterruptedException, SQLException {
+            executor.scheduleWithFixedDelay(task, initialRebuildTaskDelay, 
rebuildIndexTimeInterval, TimeUnit.MILLISECONDS);
+    public static final String INDEX_REBUILD_TASK_INITIAL_DELAY = 
"phoenix.index.rebuild.task.initial.delay";

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

     {color:red}-1 core zombie tests{color}.  There are 2 zombie test(s):       
at 
org.apache.hadoop.hbase.master.assignment.TestAssignmentManager.testRetriesExhaustedFailure(TestAssignmentManager.java:283)
        at 
org.apache.hadoop.hbase.master.assignment.TestAssignmentManager.testServerNotYetRunning(TestAssignmentManager.java:269)

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

This message is automatically generated.

> Fix flapping MutableIndexFailureIT
> ----------------------------------
>
>                 Key: PHOENIX-4156
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4156
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Samarth Jain
>            Assignee: Samarth Jain
>         Attachments: PHOENIX-4156_v1.patch, PHOENIX-4156_v2.patch, 
> PHOENIX-4156_v3.patch, PHOENIX-4156_v4.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to