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 Jan 27, 2020
1 parent 90ed9ae commit 5fc9fed
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 298 deletions.

0 comments on commit 5fc9fed

Please sign in to comment.