You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/05/30 19:48:08 UTC

[GitHub] wohali opened a new issue #548: [Jenkins] 500 error on getting view output

wohali opened a new issue #548: [Jenkins] 500 error on getting view output
URL: https://github.com/apache/couchdb/issues/548
 
 
   ## Expected Behavior
   In `reduce_builtin.js` we call a view that has a built in reduce. It should return fine, and usually does.
   
   ## Current Behavior
   Once we saw a failure where a 500 comes back instead. The `couch.log` shows a gen_server exit: https://paste.apache.org/QfOz
   
   ## Possible Solution
   ```irc
    <+davisp> Its doing "exit(ExitReasonOfProcess) where ExitReasonOfProcess was {normal, stuff...}
    <+davisp> Looks like something isn't properly monitoring the index and it closes as a race condition
    <+davisp> I *think* this line should go after line 49 instead:
              https://github.com/apache/couchdb/blob/master/src/couch_mrview/src/couch_mrview_util.erl#L54
   ```
   
   ## Your Environment
   [Jenkins automated run](https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/jenkins-pipeline/5/pipeline/44), `jenkins-pipeline` build 5, CentOS 7, Erlang 18.3. Logfiles uploaded to central logger as `jenkins-couchdb-5-2017-05-29T01:55:35.826219`.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services