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

Cross-replicated search attributes are not persistent #5853

Open
joshua-auchincloss opened this issue May 6, 2024 · 0 comments
Open

Cross-replicated search attributes are not persistent #5853

joshua-auchincloss opened this issue May 6, 2024 · 0 comments

Comments

@joshua-auchincloss
Copy link

Expected Behavior

Expected to be able to add search attributes in global namespaces

Actual Behavior

No effect / change to search attributes

Steps to Reproduce the Problem

  1. Set up a cross-replicated global namespace between two clusters
  2. Execute temporal operator search-attribute create --namespace my-ns --name AbcSearch --type Text against active cluster (cluster-a for example purposes)
  3. Execute the same against non-active cluster (no matter how many times this is run, it will always say search attributes have been added, expect to run once and all subsequent executions should raise conflict errors)
  4. Execute temporal operator search-attribute list --namespace my-ns against active cluster (will maybe appear)
  5. Execute the same against non-active cluster (will not appear)
  6. Initiate active cluster failover using temporal namespace update --active-cluster cluster-b my-ns
  7. Re-execute 3 & 5, search attributes will not update

Specifications

  • Version: 1.23.0
  • Platform: Debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant