apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.2k stars 1.03k forks source link

Database stalled #2222

Open CoHageluken opened 5 years ago

CoHageluken commented 5 years ago

I have a database with 544 documents (very small db). It has been created in a couchdb 1.x version. If I follow the steps with couchup to upgrade to couchdb 2.x ......python2 couchup list

provides the database I want to upgrade ......python2 couchup replicate -a --login admin --password the replication stops after 49% is done.

Options are to increase the timeout of workload. Since I can not change the workload I tried changing the timeout in couch_httpd_auth/timeout from 600 to 6000. This doesn't change the situation. Can anyone explain what is going on?

nickva commented 10 months ago

Sorry, we had completely missed this issue somehow. @CoHageluken do you happen to have any logs from the replication jobs. They might indicate why the replication is stalling. Also try to upgrade your CouchDB instance if possible as we've made some replicator improvements since 2.x series.