riak-core-lite / riak_core_lite

Distributed systems infrastructure used by Riak.
Apache License 2.0
80 stars 13 forks source link

Upstream 3.0 292 Check #50

Closed albsch closed 3 years ago

albsch commented 4 years ago

Check if some changes apply.

albsch commented 4 years ago

https://github.com/basho/riak_core/pull/957/files

albsch commented 4 years ago

src/hashtree.erl bug: hashtrees are removed in rcl.

albsch commented 4 years ago

src/riak_core_claim.erl: v3 property tests were commented out, we deleted v3 altogether.

albsch commented 4 years ago

gen_fsm changes do not apply to rcl.

albsch commented 4 years ago

The worker pool mechanism has diverged. Renaming is necessary and new features have to be included.

albsch commented 4 years ago

Applied vnode_worker_pool deadlock fix (#65)

albsch commented 4 years ago

Added eunit test case to enforce the deadlock prior to the fix of vnode_worker_pool.