Eric Avdey created COUCHDB-3053:
-----------------------------------
Summary: 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
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)