JohanObrink / rethink-migrate

A migration tool for rethink db
MIT License
47 stars 24 forks source link

rethink-migrate timeouts #14

Open cggaurav opened 8 years ago

cggaurav commented 8 years ago

So we have a configuration where we connect to a cluster with primary, secondary replicas. There is a case which we can't reproduce where rethink-migrate continues to run indefinitely without exiting, partly because not all the replicas are ready.

1) If only the primary replica is ready_for_writes rethink migrate should run. Does it? 2) If rethink continues to run indefinitely, can we have a timeout, per migration?

JohanObrink commented 8 years ago

Was this addressed by https://github.com/JohanObrink/rethink-migrate/pull/16 ?

cggaurav commented 8 years ago

Yes, this can be closed.