mirror of https://github.com/apache/kafka.git
MINOR: Fix state transition diagram for stream threads (#9153)
Reviewers: A. Sophie Blee-Goldman <sophie@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
This commit is contained in:
parent
3fdf1523a3
commit
c8bccdd913
|
|
@ -80,28 +80,29 @@ public class StreamThread extends Thread {
|
|||
* | +-----+-------+
|
||||
* +<---- | Starting (1)|----->+
|
||||
* | +-----+-------+ |
|
||||
* | | |
|
||||
* | | |
|
||||
* | v |
|
||||
* | +-----+-------+ |
|
||||
* +<---- | Partitions | |
|
||||
* | |
|
||||
* | +<----------+ |
|
||||
* | | | |
|
||||
* | v | |
|
||||
* | +-----+-------+ | |
|
||||
* +<---- | Partitions | --+ |
|
||||
* | | Revoked (2) | <----+
|
||||
* | +-----+-------+ |
|
||||
* | | ^ |
|
||||
* | | | |
|
||||
* | v | |
|
||||
* | +-----+-------+ |
|
||||
* +<---- | Partitions | |
|
||||
* | | Assigned (3)| <----+
|
||||
* | +-----+-------+ |
|
||||
* | | |
|
||||
* | |--------------+
|
||||
* | v |
|
||||
* | +-----+-------+ |
|
||||
* | +<----------+ |
|
||||
* | | | |
|
||||
* | v | |
|
||||
* | +-----+-------+ | |
|
||||
* | | | --+ |
|
||||
* | | Running (4) | ---->+
|
||||
* | +-----+-------+
|
||||
* | |
|
||||
* | |
|
||||
* | v
|
||||
* | +-----+-------+
|
||||
* +----> | Pending |
|
||||
|
|
|
|||
Loading…
Reference in New Issue