You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/14 19:51:40 UTC

[jira] [Resolved] (PHOENIX-1584) Ensure stats are correct if simultaneous split and merge

     [ https://issues.apache.org/jira/browse/PHOENIX-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor resolved PHOENIX-1584.
-----------------------------------
    Resolution: Not A Problem

No longer necessary with PHOENIX-2143

> Ensure stats are correct if simultaneous split and merge
> --------------------------------------------------------
>
>                 Key: PHOENIX-1584
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1584
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: James Taylor
>
> During splits, we update the rowCount and byteCount via StatisticsWriter.splitStats() and at the same time compaction also updates the stats. So we are not able to get a consistent result for the rowCount and byteCount under these conditions.  So for now these are not asserted when doing a select from the STATS table in the statistics unit tests.  However on the client side it is asserted. All tests passes with this.



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