We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kit/sd/etcdv3/client.go
Line 202 in e0e1b24
the channel c.hbch not served, etcd library print a lots of log like this, every 3 seconds
{"level":"warn","ts":1542791960.4143248,"caller":"clientv3/lease.go:524","msg":"lease keepalive response queue is full; dropping response send","queue-size":16,"queue-capacity":16} {"level":"warn","ts":1542791963.92008,"caller":"clientv3/lease.go:524","msg":"lease keepalive response queue is full; dropping response send","queue-size":16,"queue-capacity":16} {"level":"warn","ts":1542791967.4572115,"caller":"clientv3/lease.go:524","msg":"lease keepalive response queue is full; dropping response send","queue-size":16,"queue-capacity":16}
The text was updated successfully, but these errors were encountered:
sd/etcdv3: serve the keepalive response channel
7023e5d
read and discard keepalive response, make etcd library not to complain fix go-kit#799
sd/etcdv3: serve the keepalive response channel (#803)
90f6ad6
read and discard keepalive response, make etcd library not to complain fix #799
fix bug #799 (#848)
a7fe87b
* fix bug #799 I have a test. Just close etcd, after 10 seconds, it will dead loop crazy, cpu100%. Need add a little guard code. * Update client.go
Successfully merging a pull request may close this issue.
kit/sd/etcdv3/client.go
Line 202 in e0e1b24
the channel c.hbch not served, etcd library print a lots of log like this, every 3 seconds
The text was updated successfully, but these errors were encountered: