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

Hadoop QA commented on PHOENIX-2763:
------------------------------------

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

    {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:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
20 warning messages.

    {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:
    +        conn.createStatement().execute("CREATE TABLE " + tableName + "(k 
CHAR(1) PRIMARY KEY, v INTEGER, w INTEGER) "
+        int nDeletedRows = conn.createStatement().executeUpdate("DELETE FROM " 
+ tableName + " WHERE V < " + nRows / 2);
+                + PhoenixDatabaseMetaData.SYSTEM_STATS_NAME + " WHERE 
PHYSICAL_NAME='" + tableName + "'");

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

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s): 

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/273//testReport/
Javadoc warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/273//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/273//console

This message is automatically generated.

> rowcount stats not correct after major compaction
> -------------------------------------------------
>
>                 Key: PHOENIX-2763
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2763
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.7.0
>            Reporter: Lars Hofhansl
>            Assignee: Ankit Singhal
>             Fix For: 4.8.0
>
>         Attachments: PHOENIX-2763.patch
>
>
> I just loaded a table with a few million rows. After the load I flushed and 
> major compacted the table.
> In the stats table I see that GUIDE_POSTS_ROW_COUNT was exactly 10485760 for 
> each guide post (that's exactly 1024 * 1024 * 10), which is strange... and 
> not correct - the table has 16m rows, but the guide posts added up to over 
> 30m rows. Running UPDATE STATISTICS fixed it to about 3.5m rows per guide 
> post, it should not be by a factor of 3 off from a major compaction.
> Not sure about the cause, but wanted to report to that I (or someone) can 
> keep track of it.
> This was with a build from the 4.7.0-0.98 tag.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to