Statemachine for bookkeeper client
Open
jiramigrated
triage/week-33
type/task
- Dominant language
- Java
- Stars
- 2k
- Forks
- 976
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 7
Description
JIRA: https://issues.apache.org/jira/browse/BOOKKEEPER-723
Reporter: Sijie Guo @sijie
{quote}
FPJ: Just to be on the same page, even if we have a state machine for each component, they need to be interconnected somehow, since they are part of the same client and the behavior of one component influences the other, e.g., PCBC is not independent of BookieClient. Consequently, there should be implicit one state machine driving the whole computation of the client. An example of an overarching state machine like this is the ZK one for sessions:
http://zookeeper.apache.org/doc/r3.4.5/zookeeperProgrammers.html#ch_zkSessions
{quote}
Contributor guide
Assessment
This issue has not been assessed yet.