Skip to content

Fix race condition in ZooKeeperTransactionsAllocater #251

@rfecher

Description

@rfecher

When the zookeeper instance is constructed, it asynchronously establishes a connection. The Watcher that is passed in needs to process an event that the connection has been created before methods can use it (like the init() call immediately after the constructor is called).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions