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 2019/12/17 18:22:32 UTC

[GitHub] [couchdb] davisp commented on issue #2348: CouchDb 2.3 rebuilding indexes for unchanged design documents

davisp commented on issue #2348: CouchDb 2.3 rebuilding indexes for unchanged design documents
URL: https://github.com/apache/couchdb/issues/2348#issuecomment-566686845
 
 
   Can you verify that the design document signature has not changed before and after the PUT request? You could show this with something like:
   
   * `GET /dbname/_design/docid/_info`
   * `PUT /dbname/_design/docid`
   * `GET /dbnae/_design/docid/_info`
   
   The `view_index.signature` should remain the same before and after. If it does, then also check to see if there are any errors in the logs around that time. Perhaps something crashes in an odd way that triggers the rebuild.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services