riak-core-lite/riak_core_lite_basho

Manually Review Vnode Rewrite

Open

#103 opened on Jul 19, 2021

 (0 comments) (0 reactions) (0 assignees)Erlang (14 forks)github user discovery
architecturedeprecatedgood first issuehelp wanted

Repository metrics

Stars
 (85 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In #80 gen_fsm was replaced by gen_statem. It's still buggy and needs more tests and verification.

Manually review and check each rewritten function:

  • sync_send_event
    • #1
  • send_event
    • #2.1
    • #2.2
    • #2.3
    • #2.4
    • #2.5
    • #2.6
    • #2.7
  • sync_send_all_state_event
    • #3.1
    • #3.2
    • #3.3
  • send_all_state_event
    • #4.1
    • #4.2
    • #4.3
    • #4.4
    • #4.5
    • #4.6
    • #4.7
  • send_event_after
    • #5

Contributor guide