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

Enable tag drift 02 #1147

Closed
wants to merge 8 commits into from
Closed

Enable tag drift 02 #1147

wants to merge 8 commits into from

Conversation

sfncook
Copy link

@sfncook sfncook commented Jul 31, 2015

This is a patch in response to Issue #1102 ("Support for "tag drift" between server and client representations"). Essentially: I'm adding the enable_tag_drift config parameter. When this parameter is true then the NodeService.Tags attribute is allowed to be modified by nodes other than the local node. The original value for Tags are allowed to be replaced by other nodes. This is to support a Redis/Sentinel use case in which Sentinels are considered the "owners" of the Redis service's role in context of other Redis instances. (i.e. [master | slave])

@armon
Copy link
Member

armon commented Aug 13, 2015

@sfncook This should be done on a per-service registration basis, not globally. I think we want to support enable_tag_drift in the JSON files or the APIs that register services with the agent. Sorry for the review delay, things are very busy here.

@norbertpotocki
Copy link
Contributor

What's the status of this pr? Should it be closed since #1187 was merged in?

@slackpad
Copy link
Contributor

Yep this one is superseded.

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.

4 participants