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

Replication is broken #67

Closed
sitano opened this issue Jan 24, 2017 · 2 comments
Closed

Replication is broken #67

sitano opened this issue Jan 24, 2017 · 2 comments

Comments

@sitano
Copy link
Contributor

sitano commented Jan 24, 2017

  1. Config.Prefix.DataCenter in release 0.3.0 stands for nothing
  2. Prefix.Source = "path@datacenter" results into wrong keys being replicated:

i.e.

key -> key@dckey
a/b -> a/b@dca/b
...

@sethvargo
Copy link
Contributor

Hi there,

Thank you for opening an issue. This was reported in #66 and has already been fixed on master. Thanks!

@sitano
Copy link
Contributor Author

sitano commented Jan 25, 2017

@sethvargo just tested it, it is not fixed. it's not working. I am still getting those key@dckey keys updates even with right config.

prefix {
source = "key"
datacenter = "dc"
}

yet, it works with

./consul-replicate -consul 127.0.0.1:8500 -prefix key@dc -log-level=debug

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