riak-core-lite/riak_core_lite_basho

Manually Review Vnode Rewrite

开放

#103 创建于 2021年7月19日

 (0 条评论) (0 个反应) (0 位负责人)Erlang (14 个派生)github user discovery
architecturedeprecatedgood first issuehelp wanted

仓库指标

星标
 (85 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南