Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Decide which, if any, steps in a sync are interruptible #391

Open
humphd opened this issue Oct 7, 2014 · 0 comments
Open

Decide which, if any, steps in a sync are interruptible #391

humphd opened this issue Oct 7, 2014 · 0 comments

Comments

@humphd
Copy link
Contributor

humphd commented Oct 7, 2014

In #304 we are adding code that allows a client to release a lock early if it receives a request from another client that wants to sync. The way to control this is to set lock.allowLockRequest=true in the areas where a client is OK with giving up the lock, and lock.allowLockRequest=false in the ones where it isn't--by default it's always false right now.

We should look at the situations where we might allow a lock to be released early.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants