Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch zookeeper client #848

Merged
merged 5 commits into from
May 28, 2024
Merged

Patch zookeeper client #848

merged 5 commits into from
May 28, 2024

Conversation

wanliAlex
Copy link
Collaborator

… the environment variable is no set

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    bug fix

  • What is the current behavior? (You can also link to an open issue here)
    the index operations will be blocked if marqo fails to connect to Zookeeper

  • What is the new behavior (if this is a feature change)?
    If the ZOOKEEPER_HOSTS environment variable is not set, we still allow users to conduct index operations without concurrency protection.

If the ZOOKEEPER_HOSTS environment variable is set, Marqo will block the index operations if it fails to connect the target zookeeper server.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    no

  • Have unit tests been run against this PR? (Has there also been any additional testing?)
    no

  • Related Python client changes (link commit/PR here)
    no

  • Related documentation changes (link commit/PR here)

no

  • Other information:
    no

  • Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

@wanliAlex wanliAlex merged commit b0ef791 into mainline May 28, 2024
15 of 16 checks passed
@wanliAlex wanliAlex deleted the li/patch-zookeeper branch May 28, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants