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

Hadoop QA commented on PHOENIX-5383:
------------------------------------

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

    {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:
    +          
metricSource.updatePostIndexUpdateTime(EnvironmentEdgeManager.currentTimeMillis()
 - start);
+          
metricSource.updatePostIndexUpdateFailureTime(EnvironmentEdgeManager.currentTimeMillis()
 - start);
+          
metricSource.updatePreIndexUpdateFailureTime(EnvironmentEdgeManager.currentTimeMillis()
 - start);
+  String PRE_INDEX_UPDATE_TIME_DESC = "Histogram for the time in milliseconds 
for index updates pre data updates";
+  String POST_INDEX_UPDATE_TIME_DESC = "Histogram for the time in milliseconds 
for index updates post data updates";
+  String PRE_INDEX_UPDATE_FAILURE_TIME_DESC = "Histogram for the time in 
milliseconds on failures of index updates pre data updates";
+  String POST_INDEX_UPDATE_FAILURE_TIME_DESC = "Histogram for the time in 
milliseconds on failures of index updates post data updates";
+  String POST_INDEX_UPDATE_FAILURE_DESC = "The number of failures of index 
updates post data updates";

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

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

This message is automatically generated.

> Metrics for the IndexRegionObserver coprocesor
> ----------------------------------------------
>
>                 Key: PHOENIX-5383
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5383
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.15.0, 5.1.0
>            Reporter: Priyank Porwal
>            Assignee: Priyank Porwal
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0, 4.14.3
>
>         Attachments: PHOENIX-5383.master.v1.patch, PHOENIX-5383.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Need to track index write failures in phase1 and phase3 after the index 
> re-design done as part of PHOENIX-5156 and -PHOENIX-5211.-



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to