Skip to content
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.

ISSUE-3178: Broker should not serve requests until it is ready #31

Open
@sijie

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions