[
https://issues.apache.org/jira/browse/PHOENIX-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193778#comment-15193778
]
Hudson commented on PHOENIX-2763:
---------------------------------
FAILURE: Integrated in Phoenix-master #1171 (See
[https://builds.apache.org/job/Phoenix-master/1171/])
PHOENIX-2763 rowcount stats not correct after major compaction (ankitsinghal59:
rev cc98e469d7bdb41c822fbf4f395d0c796f12be74)
* phoenix-core/src/it/java/org/apache/phoenix/end2end/StatsCollectorIT.java
*
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/DefaultStatisticsCollector.java
> 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)