riak-core-lite/riak_core_lite_basho

Manually Review Vnode Rewrite

オープン

#103 opened on 2021/07/19

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Erlang (14 件のフォーク)github user discovery
architecturedeprecatedgood first issuehelp wanted

Repository metrics

Stars
 (85 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド