Skip to content

Commit

Permalink
Increase parallelism for ZkBucketDataAccessor (#506)
Browse files Browse the repository at this point in the history
* Increase parallelism for ZkBucketDataAccessor

This diff improves parallelism and throughput for ZkBucketDataAccessor. It implements the following ideas:
1. Optimistic Concurrency Control
2. Monotonically Increasing Version Number
3. Garbage Collection of Stale Metadata
4. Retrying Reads Upon Failure
  • Loading branch information
narendly authored and Jiajun Wang committed Dec 12, 2019
1 parent def2856 commit 8f9b3e2
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 298 deletions.
Loading

0 comments on commit 8f9b3e2

Please sign in to comment.