diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2012-08-16 13:27:00 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-08-19 09:28:53 -0700 |
commit | 623dbe5afc1cfd1e22064a4e60750289b2ef6b0e (patch) | |
tree | 5760e5be6e7d94d28ef649e72ce9134c125460f0 /api | |
parent | 6930c6950f7b7a8186ebfcdf9ebcad11e90740c0 (diff) |
misleading/wrong keep-alive error message in log
Gluster NFS and brick logs contain the following log entries:
[2012-08-16 09:23:39.498998] W [socket.c:410:__socket_keepalive] 0-socket: failed to set keep idle on socket 8
[2012-08-16 09:23:39.499049] W [socket.c:1876:socket_server_event_handler] 0-socket.glusterfsd: Failed to set keep-alive: Operation not supported
[2012-08-16 09:23:42.673756] I [client-handshake.c:1636:select_server_supported_
Stepping through the code though, setting keep-alive did actually work,
it's the keep-idle that failed.
The actual problem is setting keep-idle on non-AF_INET sockets results
in the spurious error message in the log.
BUG: 848882
Change-Id: I3a54c96aea0642307f17a7945cca9f9438543243
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.com/3823
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'api')
0 files changed, 0 insertions, 0 deletions