-
Notifications
You must be signed in to change notification settings - Fork 28
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
Incorrect update of the redis-info to consul #29
Comments
Hi @MatthiasWiesner! |
@RedStalker actually it's not a resec bug, but consul config: |
Hello @burdandrei! Modifing Consul configuration with additional config also doesn't help |
This has been fixed in the 0.6 branch I'm working on over in #30 |
Hello @jippi !
|
@RedStalker not sure I fully understand your answer, did it fix it for you, or what is your expectation ? :) |
@jippi I mean that I'm using code with the latest commits and Service check output in Consul for Master still doesn't show proper information from Redis info. Steps that I'm doing
It is expected behavior? My expectation is that should the Service update it's output when something changes in Redis replication output? |
…thub.com/hashicorp/consul/api-1.5.0 Bump github.com/hashicorp/consul/api from 1.4.0 to 1.5.0
It seems that the redis-info is incorrect updated to consul. The redis info, section 'Replication', on the redis-master server shows two connected slaves:
While the the health check of the same redis-master server in consul shows:
Resec was started with these environment vars:
Edit: It seems that pretty much all stats information are affected as well.
Is this intentional, did I miss something or is this a bug?
The text was updated successfully, but these errors were encountered: