Bug #944
multiple warnings: "Other end went away; restarting connection and retrying"
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.24.8 | |||
| Affected Puppet version: | 0.24.7 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
when running puppetd from head ([8eecbe54c96cec0de492e7ae77211637b65057e8]) against a puppetmaster from the same commit, the client repeatedly spits out these warnings:
info: //Modules_dir[bind/domains]/File[/var/lib/puppet/modules/bind/domains]/source: No specified sources exist debug: //Node[ic]/dbp/Modules_dir[dbp]/File[/var/lib/puppet/modules/dbp]: Not managing more explicit file /var/lib/puppet/modules/dbp/puppet_current.deb debug: //Node[ic]/dbp/Modules_dir[dbp]/File[/var/lib/puppet/modules/dbp]: Not managing more explicit file /var/lib/puppet/modules/dbp/facter_current.deb debug: Calling fileserver.list warning: Other end went away; restarting connection and retrying debug: Calling fileserver.list warning: Other end went away; restarting connection and retrying debug: Calling fileserver.describe debug: Calling fileserver.describe info: //Node[ic]/dbp/Modules_dir[dbp]/File[/var/lib/puppet/modules/dbp]/source: No specified sources exist debug: Calling fileserver.describe warning: Other end went away; restarting connection and retrying debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg-deb --show /var/lib/puppet/modules/dbp/facter_current.deb' debug: Calling fileserver.describe warning: Other end went away; restarting connection and retrying debug: Calling fileserver.describe warning: Other end went away; restarting connection and retrying debug: //Node[ic]/Vserver[git-test.black.co.at]/Exec[vserver git-test.black.co.at start]: Executing check 'test -e $(readlink -f /etc/vservers/git-test.black.co.at/run)' debug: Executing 'test -e $(readlink -f /etc/vservers/git-test.black.co.at/run)' [...] debug: Executing 'test -e $(readlink -f /etc/vservers/diode.black.co.at/run)' debug: Calling fileserver.list warning: Other end went away; restarting connection and retrying debug: Calling fileserver.list warning: Other end went away; restarting connection and retrying debug: Calling fileserver.describe debug: Calling fileserver.describe
History
Updated by Luke Kanies over 4 years ago
This happens when the client receives an EPIPE exception. I don’t really know why that’s happening, though; is this all clients?
Updated by David Schmitt over 4 years ago
I’m only testing with debian packages and git HEAD, and I haven’t noticed one that doesn’t produce the messages. Perhaps a strace will show a reason.
Updated by Luke Kanies over 4 years ago
Note that these warnings will go away if you disable keep-alive.
Updated by Luke Kanies about 4 years ago
- Status changed from 1 to Closed
- 7 set to worksforme
Keepalive is gone now, so this should be too.
Updated by James Turnbull over 3 years ago
- Target version changed from 0.25.0 to 0.24.8
- Affected Puppet version set to 0.24.7
Pushed message change in commit:5e35166f1b7219d470916d1ee7a4e6852afaf1f9 in branch 0.24.x