-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File lock #622
Labels
Comments
This was referenced Nov 18, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Nov 28, 2016
(baidu#622) Add file lock design doc
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Nov 28, 2016
(baidu#622) Add design doc
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Nov 28, 2016
(baidu#622) remove is_locked mark
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Nov 30, 2016
(baidu#622) use rw_lock
Merged
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 5, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 6, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 6, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 6, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 12, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 12, 2016
(baidu#622) remove interface for add write lock for two files
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 14, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 20, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 20, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 20, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 22, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 22, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 28, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 28, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 28, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 28, 2016
(baidu#622) remove interface for add write lock for two files
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Dec 28, 2016
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 27, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 27, 2017
lylei
pushed a commit
that referenced
this issue
Feb 28, 2017
* Add FileLockManager implementation and unit-test cases (#622)
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Feb 28, 2017
Merged
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 1, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 1, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 2, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 3, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 3, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 3, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 3, 2017
Merged
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 6, 2017
yvxiang
pushed a commit
to yvxiang/dfs
that referenced
this issue
Mar 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problems like #327 and #475 can be solve if BFS has a file lock system. Operations under critical path will be serialized.
The text was updated successfully, but these errors were encountered: