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

Hadoop QA commented on PHOENIX-4239:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12889972/PHOENIX-4239_v6.patch
  against master branch at commit 3f28cc0ad609a6afd6a70a32aa598a5bb5e66dd8.
  ATTACHMENT ID: 12889972

    {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:
    +    private static void runIndexRebuilder(List<String> tables) throws 
InterruptedException, SQLException {
+    private static void runIndexRebuilderAsync(final int interval, final 
boolean[] cancel, String table) {
+    private static void runIndexRebuilderAsync(final int interval, final 
boolean[] cancel, final List<String> tables) {
+    private static void waitForIndexState(Connection conn, String 
fullTableName, String fullIndexName, PIndexState expectedIndexState) throws 
InterruptedException, SQLException {
+            if ((actualIndexState = TestUtil.getIndexState(conn, 
fullIndexName)) == expectedIndexState) {
+            waitForIndexState(conn, fullTableName, fullIndexName, 
indexStateOnFailure == PIndexState.DISABLE ? PIndexState.INACTIVE : 
PIndexState.ACTIVE);
+            waitForIndexState(conn, fullTableName, fullIndexName, 
indexStateOnFailure == PIndexState.DISABLE ? PIndexState.INACTIVE : 
PIndexState.ACTIVE);
+                executor.scheduleWithFixedDelay(task, initialRebuildTaskDelay, 
rebuildIndexTimeInterval, TimeUnit.MILLISECONDS);
+        public BuildIndexScheduleTask(RegionCoprocessorEnvironment env, 
List<String> onlyTheseTables) {
+            this.onlyTheseTables = onlyTheseTables == null ? null : 
ImmutableList.copyOf(onlyTheseTables);

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

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

This message is automatically generated.

> Fix flapping test in PartialIndexRebuilderIT
> --------------------------------------------
>
>                 Key: PHOENIX-4239
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4239
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: James Taylor
>            Assignee: James Taylor
>             Fix For: 4.12.0
>
>         Attachments: PHOENIX-4239.patch, PHOENIX-4239_v2.patch, 
> PHOENIX-4239_v3.patch, PHOENIX-4239_v4.patch, PHOENIX-4239_v5.patch, 
> PHOENIX-4239_v6.patch
>
>
> To get more info on this flapper: 
> https://www.google.com/url?q=https%3A%2F%2Fbuilds.apache.org%2Fjob%2FPhoenix-master%2F1810%2FtestReport%2Fjunit%2Forg.apache.phoenix.end2end.index%2FPartialIndexRebuilderIT%2FtestIndexWriteFailureLeavingIndexActive%2F&sa=D&sntz=1&usg=AFQjCNEj0LexiK8bm4GzGex9JUvu0DBJag



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

Reply via email to