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:
Bruno Cadonna 2020-08-10 22:57:47 +02:00 committed by GitHub
parent 3fdf1523a3
commit c8bccdd913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 10 deletions

View File

@ -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 |