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)|----->+
|
* +<---- | Starting (1)|----->+
|
||||||
* | +-----+-------+ |
|
* | +-----+-------+ |
|
||||||
* | | |
|
* | |
|
||||||
* | | |
|
* | +<----------+ |
|
||||||
* | v |
|
* | | | |
|
||||||
* | +-----+-------+ |
|
* | v | |
|
||||||
* +<---- | Partitions | |
|
* | +-----+-------+ | |
|
||||||
|
* +<---- | Partitions | --+ |
|
||||||
* | | Revoked (2) | <----+
|
* | | Revoked (2) | <----+
|
||||||
* | +-----+-------+ |
|
* | +-----+-------+ |
|
||||||
* | | ^ |
|
* | | ^ |
|
||||||
* | | | |
|
|
||||||
* | v | |
|
* | v | |
|
||||||
* | +-----+-------+ |
|
* | +-----+-------+ |
|
||||||
* +<---- | Partitions | |
|
* +<---- | Partitions | |
|
||||||
* | | Assigned (3)| <----+
|
* | | Assigned (3)| <----+
|
||||||
* | +-----+-------+ |
|
* | +-----+-------+ |
|
||||||
* | | |
|
* | | |
|
||||||
* | |--------------+
|
* | +<----------+ |
|
||||||
* | v |
|
* | | | |
|
||||||
* | +-----+-------+ |
|
* | v | |
|
||||||
|
* | +-----+-------+ | |
|
||||||
|
* | | | --+ |
|
||||||
* | | Running (4) | ---->+
|
* | | Running (4) | ---->+
|
||||||
* | +-----+-------+
|
* | +-----+-------+
|
||||||
* | |
|
* | |
|
||||||
* | |
|
|
||||||
* | v
|
* | v
|
||||||
* | +-----+-------+
|
* | +-----+-------+
|
||||||
* +----> | Pending |
|
* +----> | Pending |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue