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

ASF subversion and git services commented on GEODE-1733:
--------------------------------------------------------

Commit 45f7f97752fbdc505670f0be114c7e62a5289ff8 in geode's branch 
refs/heads/develop from [~nnag]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=45f7f97 ]

Revert "GEODE-1733: Lucene stats are displayed correctly."

This reverts commit f1cebc2f085807d48adf58d7ad0fbebced49e043.


> Lucene indexes stats are zeroed after recovering from indexes from disk
> -----------------------------------------------------------------------
>
>                 Key: GEODE-1733
>                 URL: https://issues.apache.org/jira/browse/GEODE-1733
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>            Reporter: William Markito Oliveira
>            Assignee: nabarun
>             Fix For: 1.1.0
>
>
> When recovering from disk the indexes stats are zeroed until a query is 
> executed. 
> {code}
> --------------------
> gfsh>list lucene indexes --with-stats
>    Index Name     | Region Path |          Indexed Fields          | Field 
> Analyzer |   Status    | Query Executions | Updates | Commits | Documents
> ----------------- | ----------- | -------------------------------- | 
> -------------- | ----------- | ---------------- | ------- | ------- | 
> ---------
> customerRegionAll | /customer   | [lastUpdateDateTime, displayNa.. | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionAll | /customer   | [lastUpdateDateTime, displayNa.. | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionAll | /customer   | [lastUpdateDateTime, displayNa.. | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionID  | /customer   | [id]                             | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionID  | /customer   | [id]                             | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionID  | /customer   | [id]                             | {}       
>       | Initialized | 0                | 0       | 0       | 0
> --------------------
> After query: 
> gfsh>list lucene indexes --with-stats
>    Index Name     | Region Path |          Indexed Fields          | Field 
> Analyzer |   Status    | Query Executions | Updates | Commits | Documents
> ----------------- | ----------- | -------------------------------- | 
> -------------- | ----------- | ---------------- | ------- | ------- | 
> ---------
> customerRegionAll | /customer   | [lastUpdateDateTime, displayNa.. | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionAll | /customer   | [lastUpdateDateTime, displayNa.. | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionAll | /customer   | [lastUpdateDateTime, displayNa.. | {}       
>       | Initialized | 0                | 0       | 0       | 0
> customerRegionID  | /customer   | [id]                             | {}       
>       | Initialized | 114              | 0       | 0       | 20644274
> customerRegionID  | /customer   | [id]                             | {}       
>       | Initialized | 111              | 0       | 0       | 20103890
> customerRegionID  | /customer   | [id]                             | {}       
>       | Initialized | 114              | 0       | 0       | 20637846
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to