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

Extra debug log data to assist finding misbehaving nodes #1303

Closed
nickwales opened this issue Oct 14, 2015 · 1 comment
Closed

Extra debug log data to assist finding misbehaving nodes #1303

nickwales opened this issue Oct 14, 2015 · 1 comment

Comments

@nickwales
Copy link
Contributor

We had an issue where a node was making a huge number of session requests resulting in performance issues on the server cluster.

This time we could work out from the requests which node was making the calls however in a situation where that is not obvious having the node name which is creating the request in the debug log would be extremely useful.

Right now a request entry looks like:

2015/10/13 21:36:20 [DEBUG] http: Request /v1/kv/vault-prod-1/core/lock?index=61722103&wait=15000ms (15.514288777s)

Adding node info like this would be my recommendation:

2015/10/13 21:36:20 [DEBUG] [<node_name>] http: Request /v1/kv/vault-prod-1/core/lock?index=61722103&wait=15000ms (15.514288777s)
@slackpad
Copy link
Contributor

slackpad commented Jan 7, 2016

Fixed via #1448.

@slackpad slackpad closed this as completed Jan 7, 2016
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