nickva commented on issue #526: Fix _local_docs end-point URL: https://github.com/apache/couchdb/pull/526#issuecomment-315883942 @davisp Take another look when you get a chance. The reason for badarith was that `couch_db:enum_docs` was returning a 0 offset for _local docs if there were no docs in the shard range. If there were docs then it was correctly returning null. The coordinator ended up adding getting a mix of 0s and nulls and was trying to add them together. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
