Skip to content

Commit

Permalink
Increase parallelism for ZkBucketDataAccessor (apache#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 huizhilu committed Aug 16, 2020
1 parent 0a329d3 commit 2d89dc9
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 298 deletions.
Loading

0 comments on commit 2d89dc9

Please sign in to comment.