You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Eric Avdey (JIRA)" <ji...@apache.org> on 2016/07/12 18:32:20 UTC

[jira] [Resolved] (COUCHDB-3053) View info returns fluctuating data_size

     [ https://issues.apache.org/jira/browse/COUCHDB-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Avdey resolved COUCHDB-3053.
---------------------------------
    Resolution: Fixed

> View info returns fluctuating data_size
> ---------------------------------------
>
>                 Key: COUCHDB-3053
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3053
>             Project: CouchDB
>          Issue Type: Bug
>            Reporter: Eric Avdey
>            Assignee: Eric Avdey
>
> It seems that there are a running condition in fabric's view info collector
> {code}
> $ for x in {1..10}; do curl -s -u $CRED http://localhost:5984/koi/_design/app/_info | jq .view_index.data_size ; sleep 1 ; done
> 302110
> 378811
> 453232
> 376511
> 302110
> 414737
> 339619
> 341025
> 566317
> 416332
> {code}



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