re: [PATCH] new timeout behavior for RPC requests on TCP sockets

From: Chuck Lever (cel@citi.umich.edu)
Date: Wed Nov 13 2002 - 10:58:48 EST


On Tue, 12 Nov 2002, Dan Kegel wrote:

> Chuck wrote:
> > make RPC timeout behavior over TCP sockets behave more like reference
> > client implementations. reference behavior is to transmit the same
> > request three times at 60 second intervals; if there is no response, close
> > and reestablish the socket connection. we modify the Linux RPC client as
> > follows:
> >
> > + after a minor retransmit timeout, use the same timeout value when
> > retrying on a TCP socket rather than doubling the value
> > + after a major retransmit timeout, close the socket and attempt
> > to reestablish a fresh TCP connection
> >
> > note that today mount uses a 6 second timeout with 5 retries for NFS over
> > TCP by default; proper default behavior is 2 retries each with 60 second
> > timeouts. a separate patch for mount is pending.
>
> Chuck, can you briefly explain why RPC does any minor
> retransmits at all over TCP?
> Shouldn't TCP's natural retransmit take care of that?

the socket layer guarantees delivery only to the RPC server application...
if the application itself chooses to drop the request, an RPC retransmit
is still required.

        - Chuck Lever

--
corporate:	<cel at netapp dot com>
personal:	<chucklever at bigfoot dot com>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Nov 15 2002 - 22:00:29 EST