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

KV().List() not updating on deletes with a group of keys? #5

Closed
calvn opened this issue Sep 4, 2014 · 2 comments
Closed

KV().List() not updating on deletes with a group of keys? #5

calvn opened this issue Sep 4, 2014 · 2 comments

Comments

@calvn
Copy link

calvn commented Sep 4, 2014

The func (*KV)List is not returning me a list if I have two or more keys and delete one unless it's the last one that is being deleted. Is this intended or am I missing something?

More specifically, it's not getting triggered here https://github.com/ryanbreen/fsconsul/blob/master/watch.go#L172 unless the list is empty or I am adding keys.

@armon
Copy link
Owner

armon commented Sep 4, 2014

I believe this is related to this: hashicorp/consul#195

Unfortunately, this is an existing limitation of Consul. We are aware of it, and are working on resolving it, but it is rather thorny.

@armon
Copy link
Owner

armon commented Jan 5, 2015

Should be fixed upstream. This will appear in Consul 0.5

@armon armon closed this as completed Jan 5, 2015
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

No branches or pull requests

2 participants