[
https://issues.apache.org/jira/browse/PHOENIX-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379623#comment-15379623
]
Sergey Chernolyas commented on PHOENIX-3076:
--------------------------------------------
I rebuilded index by query 'alter index if exists F37INX on MIR.ONLINELOG
REBUILD;'
How Phoenix or HBAse rebuild index automatically?
> 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)