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 2020/01/10 17:58:52 UTC

[GitHub] [couchdb] nickva opened a new pull request #2442: When shard splitting make sure to reset the targets before any retries

nickva opened a new pull request #2442: When shard splitting make sure to reset the targets before any retries
URL: https://github.com/apache/couchdb/pull/2442
 
 
   Previously the target was reset only when the whole job started, but not when
   the initial copy phase restarted on its own. If that happened, we left the
   target around so the retry failed always with the `eexist` error.
   
   Target reset has a check to make sure the shards are not in the global shard
   map, in case someone manually added them, for example. If they are found there
   the job panics and exists.
   
   

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

[GitHub] [couchdb] nickva merged pull request #2442: When shard splitting make sure to reset the targets before any retries

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #2442: When shard splitting make sure to reset the targets before any retries
URL: https://github.com/apache/couchdb/pull/2442
 
 
   

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