Difference between hot, warm?, hot states in monitors #736
Unanswered
nvartolomei
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation mentions just the hot state. Nothing is said about cold state. This discussion was helpful in describing the requirements of a spec when a cold state is defined. Seems like I grok it a little bit, but not fully.
I'm writing a toy spec involving 3 machines, client, server, partition. Client sends a message to the server, server forwards it to partition, partition responds directly to the client.
The spec below validates without any problems. However, if I remove the
cold
keyword from theInit
state it will fails all schedules. What's special in this case about thecold
state?Beta Was this translation helpful? Give feedback.
All reactions