You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "xrobau (via GitHub)" <gi...@apache.org> on 2023/05/24 23:27:40 UTC

[GitHub] [couchdb] xrobau commented on pull request #3901: Non-zero instance start time

xrobau commented on PR #3901:
URL: https://github.com/apache/couchdb/pull/3901#issuecomment-1562050436

   This has just appeared on the latest 3.3.0 build (3.3.2, actually) from when we upgraded from 3.2.2-2~jammy.
   
   Unfortunately, this caused ALL the client replicators to abort with an error:
   
   ````
     "state": "crashing",
     "info": {
       "error": "instance_start_time on source database has changed since last checkpoint."
     },
   ````
   As 3.2.2-2 returned zero, and 3.3.2 returns the correct time, I'm not really sure how to fix this without triggering a complete re-replication. which in a database with several hundred million entries is an annoyingly complex and slow process.
   
   


-- 
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