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

"ping request inconclusive due to errors" in healthy ring #30

Open
dansimau opened this issue Nov 19, 2015 · 0 comments
Open

"ping request inconclusive due to errors" in healthy ring #30

dansimau opened this issue Nov 19, 2015 · 0 comments

Comments

@dansimau
Copy link
Contributor

I am seeing a lot of log warnings like:

{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:09:55+01:00"}
{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:09:57+01:00"}
{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:09:59+01:00"}
{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:10:01+01:00"}
{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:10:02+01:00"}
{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:10:04+01:00"}
{"errors":null,"level":"warning","local":"172.18.25.93:55435","msg":"ping request inconclusive due to errors","numErrors":0,"ringpop":"ringpopd-go","target":"172.18.25.93:56203","time":"2015-11-19T10:10:06+01:00"}

This is occurring in a healthy ring:

$ ringpop-admin status 172.18.25.93:55435 
 172.18.25.93:55435   alive 
 172.18.25.93:56203   alive 
$ 

It looks like this message is being printed whether there are errors collected or not (note that len(errs) is 0 in the message).

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

1 participant