wohali commented on issue #544: "Reduce output must shrink more rapidly" misrepresents which view is problematic URL: https://github.com/apache/couchdb/issues/544#issuecomment-304394200 Hi Eli, I don't see any straightforward way to implement this. The problem here is that all of the reduces in a design document are processed simultaneously, and all reductions within that ddoc are added together and contribute to the check for whether the reduce output is not shrinking rapidly enough. In other words, we don't know. I might be able to enhance that error line with the name of the ddoc being processed, but that's the best I can do. FYI post-2.0 that error check has been modified to be a bit more lenient and to produce a slightly different log message, see https://github.com/apache/couchdb/commit/3937fb1ef2cb4377571f488e7a20e003b5e8c69c and https://issues.apache.org/jira/browse/COUCHDB-3046 for the details. You could use the new `log` setting to get the detail you need to assist in debugging, though again by its very nature we still can't pinpoint the specific reduce function causing issues. ---------------------------------------------------------------- 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
