You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have some keys in etcd like key1/123 and key2/456.
I have created a watcher on delete of a key prefixed with key1.
when I process a key1 delete event, I am trying to get all the keys prefixed with key2, and its blocked here.
To Reproduce
Create a watch for one key and while processing the watch event , read another key. It will hang indefinitely. Expected behavior
A clear and concise description of what you expected to happen.
it should be able to read etcd keys irrespective of the context from where it is called.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
ankit2610
changed the title
not able to read any other etcd key while processing a etcd watch event. its goi
not able to read any other etcd key while processing a etcd watch event. its blocked indefinitely
Dec 13, 2023
Versions
Describe the bug
I have some keys in etcd like key1/123 and key2/456.
I have created a watcher on delete of a key prefixed with key1.
when I process a key1 delete event, I am trying to get all the keys prefixed with key2, and its blocked here.
To Reproduce
Create a watch for one key and while processing the watch event , read another key. It will hang indefinitely.
Expected behavior
A clear and concise description of what you expected to happen.
it should be able to read etcd keys irrespective of the context from where it is called.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: