HomeClusterLabs Projects

High: ipc: Stop waiting for ipc reply on server disconnect.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

High: ipc: Stop waiting for ipc reply on server disconnect.

If a client is disconnected between sending a request and
waiting for the reply, detect the disconnect and stop
waiting for the reply. If for some reason a request causes
the server to crash, this scenario will definitely happen.
With out breaking from the reply wait loop on disconnect,
the recv loop will cause a flood of errors to the logfile for the
remaining duration of the timeout period.

Details

Provenance
David Vossel <dvossel@redhat.com>Authored on Aug 28 2012, 3:34 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.