James Taylor created PHOENIX-1584: ------------------------------------- Summary: 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)