[
https://issues.apache.org/jira/browse/PHOENIX-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242890#comment-17242890
]
Xinyi Yan commented on PHOENIX-4419:
------------------------------------
Close this Jira for now since we don't have enough information to repro it, but
feel free to reopen it if any of you have reproduced steps.
> The result of the query table row count by phoenix is not correct
> ------------------------------------------------------------------
>
> Key: PHOENIX-4419
> URL: https://issues.apache.org/jira/browse/PHOENIX-4419
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.6.0
> Environment: The os version is : Red Hat Enterprise Linux Server
> release 7.3 (Maipo)
> The hbase is : 1.1.1
> The phoenix is 4.6.0
> Reporter: luanchangmiao
> Priority: Major
>
> Hi support,
> When we use phoenix view to query table count, the result is as below:
> Phoenix View:
> select count(1) from "TESTTABLE";
> # 133702226
> When we use RowCounter query table count, the result is as below:
> HBase:
> ./hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'TESTTABLE'
> # 132873423
> The result of phoenix view is greater than RowCounter. Could you helo look
> into it?
> Thanks
> Jacky
--
This message was sent by Atlassian Jira
(v8.3.4#803005)