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

"Use of closed network connection" causing heartbeats to time out on internal network connection #800

Closed
jefferai opened this issue May 20, 2014 · 5 comments

Comments

@jefferai
Copy link

@philips asked me to file an issue; this is running etcd from b4e4bf4

These three machines are VMs on the same host; their interfaces are on the same bridge.

[etcd] May 20 17:20:25.954 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.004 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.004 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.054 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.054 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.104 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.104 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.455 DEBUG     | Cannot send AppendEntriesRequest to http://10.8.8.107:7001: Post http://10.8.8.107:7001/log/append: read tcp 10
.8.8.107:7001: use of closed network connection
[etcd] May 20 17:20:26.455 INFO      | others: warning: heartbeat timed out: 'hurley'
[etcd] May 20 17:20:26.455 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.455 DEBUG     | Cannot send AppendEntriesRequest to http://10.8.8.108:7001: Post http://10.8.8.108:7001/log/append: read tcp 10
.8.8.108:7001: use of closed network connection
[etcd] May 20 17:20:26.455 INFO      | others: warning: heartbeat timed out: 'desmond'
[etcd] May 20 17:20:26.455 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.608 DEBUG     | URLs: /_etcd/machines:  /  (desmond,hurley,others)
[etcd] May 20 17:20:26.662 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.671 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.704 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.704 DEBUG     | Send LogEntries to http://10.8.8.108:7001
[etcd] May 20 17:20:26.755 DEBUG     | Send LogEntries to http://10.8.8.107:7001
[etcd] May 20 17:20:26.755 DEBUG     | Send LogEntries to http://10.8.8.108:7001
@yichengq
Copy link
Contributor

Is this a similar one as #801? Though the error message is a little different, but they indicate the same meaning.
I wonder whether it is possible that this is caused by VM-related stuffs. When I test it in process, or in vagrant, etcds work rather well.

@jefferai
Copy link
Author

I assume you mean Vagrant building VirtualBox images? I didn't use Vagrant, but I did use VirtualBox.

@kelseyhightower
Copy link
Contributor

@jefferai Are you still having this issue?

@jefferai
Copy link
Author

Unsure. We stopped using etcd (and all software based on etcd) because of #815 . We will evaluate it again at some point when things have a chance to stabilize.

@kelseyhightower
Copy link
Contributor

@jefferai Thanks for the response, I'll close this issue out then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants