Commit 65a3bd2
authored
KAFKA-19926: Apply rebalance delay also for later epochs if the group is empty (#21011)
In #20755 we introduce a initial
rebalance delay for streams group, now we would like to expand it to all
rebalance when group is empty to avoid frequent rebalance in a small
time period
Reviewers: Lucas Brutschy <lbrutschy@confluent.io>1 parent 58d62d1 commit 65a3bd2
File tree
2 files changed
+62
-4
lines changed- group-coordinator/src
- main/java/org/apache/kafka/coordinator/group
- test/java/org/apache/kafka/coordinator/group
2 files changed
+62
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2043 | 2043 | | |
2044 | 2044 | | |
2045 | 2045 | | |
2046 | | - | |
2047 | | - | |
| 2046 | + | |
2048 | 2047 | | |
2049 | 2048 | | |
2050 | 2049 | | |
| |||
2064 | 2063 | | |
2065 | 2064 | | |
2066 | 2065 | | |
2067 | | - | |
| 2066 | + | |
2068 | 2067 | | |
2069 | | - | |
| 2068 | + | |
2070 | 2069 | | |
2071 | 2070 | | |
2072 | 2071 | | |
| |||
Lines changed: 59 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16732 | 16732 | | |
16733 | 16733 | | |
16734 | 16734 | | |
| 16735 | + | |
16735 | 16736 | | |
16736 | 16737 | | |
16737 | 16738 | | |
| |||
17536 | 17537 | | |
17537 | 17538 | | |
17538 | 17539 | | |
| 17540 | + | |
| 17541 | + | |
| 17542 | + | |
| 17543 | + | |
| 17544 | + | |
| 17545 | + | |
| 17546 | + | |
| 17547 | + | |
| 17548 | + | |
| 17549 | + | |
| 17550 | + | |
| 17551 | + | |
| 17552 | + | |
| 17553 | + | |
| 17554 | + | |
| 17555 | + | |
| 17556 | + | |
| 17557 | + | |
| 17558 | + | |
| 17559 | + | |
| 17560 | + | |
| 17561 | + | |
| 17562 | + | |
| 17563 | + | |
| 17564 | + | |
| 17565 | + | |
| 17566 | + | |
| 17567 | + | |
| 17568 | + | |
| 17569 | + | |
| 17570 | + | |
| 17571 | + | |
| 17572 | + | |
| 17573 | + | |
| 17574 | + | |
| 17575 | + | |
| 17576 | + | |
| 17577 | + | |
| 17578 | + | |
| 17579 | + | |
| 17580 | + | |
| 17581 | + | |
| 17582 | + | |
| 17583 | + | |
| 17584 | + | |
| 17585 | + | |
| 17586 | + | |
| 17587 | + | |
| 17588 | + | |
| 17589 | + | |
| 17590 | + | |
| 17591 | + | |
| 17592 | + | |
| 17593 | + | |
| 17594 | + | |
| 17595 | + | |
| 17596 | + | |
| 17597 | + | |
17539 | 17598 | | |
17540 | 17599 | | |
17541 | 17600 | | |
| |||
0 commit comments