Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broker thread "hang" in CONNECT state (confluentinc#1397)
With a zero rkb_blocking_max_ms the ua_idle() function would not serve broker queues and IOs resulting in the broker thread practically hanging and busy-looping. This fix makes sure we serve it at least once per spin. The previous fix makes sure rkb_blocking_max_ms is not 0.
- Loading branch information