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 2020/05/27 23:40:00 UTC

[jira] [Commented] (PHOENIX-5921) Phoenix Index verification logging Exception with huge huge row

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

Hadoop QA commented on PHOENIX-5921:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/13004163/PHOENIX-5921.master.001.patch
  against master branch at commit 5a9ec5552fb63fdf640e0c9adbb81eb6eec0ccae.
  ATTACHMENT ID: 13004163

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

    {color:green}+1 tests included{color}.  The patch appears to include 0 new or modified tests.

    {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:
    +            sendMutations(unverifiedIndexMutations.entrySet().iterator(), span, indexMetaDataPtr, false);
+            sendMutations(physicalTableMutationMap.entrySet().iterator(), span, indexMetaDataPtr, false);
+                sendMutations(verifiedOrDeletedIndexMutations.entrySet().iterator(), span, indexMetaDataPtr, true);
+                        "Ignoring exception that happened during setting index verified value to verified=TRUE ",
+    private void sendMutations(Iterator<Entry<TableInfo, List<Mutation>>> mutationsIterator, Span span, ImmutableBytesWritable indexMetaDataPtr, boolean isVerifiedPhase)
+    INDEX_COMMIT_FAILURE_SIZE("p3s", "Number of mutations that failed in phase 3", LogLevel.OFF, PLong.INSTANCE),
+            publishedMetricsForTable.put(metric.getNumOfIndexCommitFailedMutations().getMetricType(), metric.getNumOfIndexCommitFailedMutations().getValue());
+        public MutationMetric(long numMutations, long mutationsSizeBytes, long commitTimeForMutations, long numFailedMutations, long numOfPhase3Failed) {

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

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3897//testReport/
Code Coverage results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3897//artifact/phoenix-core/target/site/jacoco/index.html
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3897//console

This message is automatically generated.

> Phoenix Index verification logging Exception with huge huge row
> ---------------------------------------------------------------
>
>                 Key: PHOENIX-5921
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5921
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Gokcen Iskender
>            Assignee: Gokcen Iskender
>            Priority: Minor
>         Attachments: PHOENIX-5921.4.x.001.patch, PHOENIX-5921.master.001.patch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 3ppnx`20200523045831.177``4142`0`0``````4aeb16f3f1064824`0```fT:020`224.22.5```Ignoring exception that happened during setting index verified value to verified=TRUE {org.apache.phoenix.execute.MutationState$TableInfo
>  
> This logging line is huge



--
This message was sent by Atlassian Jira
(v8.3.4#803005)