You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/07/20 15:53:18 UTC

[GitHub] [couchdb] nickva opened a new issue, #4121: Individual document PUT with `new_edits=false` fail with a 500 error if no revision is specified

nickva opened a new issue, #4121:
URL: https://github.com/apache/couchdb/issues/4121

   ```
   http put $DB/db/newdoc2'?new_edits=false' _id=newdoc2
   HTTP/1.1 500 Internal Server Error
   
   {
       "error": "error",
       "reason": "internal_server_error"
   }
   ```
   
   Logs show:
   ```
   [error] 2022-07-20T15:44:08.834196Z node1@127.0.0.1 <0.4468.341> -------- CRASH REPORT Process  (<0.4468.341>) with 0 neighbors crashed with reason: no function clause matching couch_db_updater:maybe_tag_doc({doc,<<"newdoc2">>,{0,[]}
   ```
   
   This is a companion issue to https://github.com/apache/couchdb/issues/2242 fixed in https://github.com/apache/couchdb/pull/3819 
   
   
   Thanks to Diana Barsan for reporting it in the couchdb slack general channel https://couchdb.slack.com/archives/C49LEE7NW/p1658310819324259


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva closed issue #4121: Individual document PUT with `new_edits=false` fail with a 500 error if no revision is specified

Posted by GitBox <gi...@apache.org>.
nickva closed issue #4121: Individual document PUT with `new_edits=false` fail with a 500 error if no revision is specified
URL: https://github.com/apache/couchdb/issues/4121


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva commented on issue #4121: Individual document PUT with `new_edits=false` fail with a 500 error if no revision is specified

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #4121:
URL: https://github.com/apache/couchdb/issues/4121#issuecomment-1190809078

   Closed by accident with bad phrasing in #4124 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva closed issue #4121: Individual document PUT with `new_edits=false` fail with a 500 error if no revision is specified

Posted by GitBox <gi...@apache.org>.
nickva closed issue #4121: Individual document PUT with `new_edits=false` fail with a 500 error if no revision is specified
URL: https://github.com/apache/couchdb/issues/4121


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org