This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Open
Description
Original Issue: apache#3178
See discussion on #2942 .
The broker opens port 6650 before it is actually fully initialized, which can cause clients to see weird things (broker bounces and resends all unacknowledged messages). This can happen if there are still ephemerals from the previous instance in zk, so the broker would keep bouncing until session timeout and the client would end up getting a bunch of redeliveries.