Sergey Chernolyas created PHOENIX-3076: ------------------------------------------
Summary: Incorrect work of function 'count' Key: PHOENIX-3076 URL: https://issues.apache.org/jira/browse/PHOENIX-3076 Project: Phoenix Issue Type: Bug Affects Versions: 4.7.0 Environment: Apache HBase 1.1.5, Apache Hadoop 2.6.4 Reporter: Sergey Chernolyas Hi! Steps to reproduce: 1) create table Phoenix. 2) create index for the table. 3) upload rows to the table by Hbase MapReduce. 4) execute query 'select count(pk) from onlinelog'. In my case, the query returns 61 records. 5) Add other records by hbase mapreduce. 6) execute query 'select count(pk) from onlinelog'. In my case, the query returns 61 records again How I can update count of rows? -- This message was sent by Atlassian JIRA (v6.3.4#6332)