You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Sergey Chernolyas (JIRA)" <ji...@apache.org> on 2016/07/15 15:44:20 UTC

[jira] [Commented] (PHOENIX-3076) Incorrect work of function 'count'

    [ https://issues.apache.org/jira/browse/PHOENIX-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379580#comment-15379580 ] 

Sergey Chernolyas commented on PHOENIX-3076:
--------------------------------------------

item 6.  After add new part of records, count must be a 70.  And ... query 'select * from onlinelog' show correct count at bottom of table.

> 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)