You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deadlock in rd_kafka_reset_any_broker_down_reported (#5156)
* Fix deadlock in `rd_kafka_reset_any_broker_down_reported` by releasing and reacquiring the broker lock, to respect lock ordering and avoid deadlocks
* Moved resetting the broker down reported field after setting the broker state for consistency with rest of the counters when unlocking
0 commit comments