gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] rpc throttling causing ping timer expiries while run


From: Pranith Kumar Karampuri
Subject: Re: [Gluster-devel] rpc throttling causing ping timer expiries while running iozone
Date: Wed, 23 Apr 2014 05:17:39 -0400 (EDT)

Sent the following patch to ignore *LK fops for throttling.

http://review.gluster.org/7531

Pranith
----- Original Message -----
> From: "Pranith Kumar Karampuri" <address@hidden>
> To: "Anand Avati" <address@hidden>
> Cc: "Gluster Devel" <address@hidden>
> Sent: Wednesday, April 23, 2014 12:19:58 PM
> Subject: rpc throttling causing ping timer expiries while running iozone
> 
> hi,
>     When iozone is in progress and the number of blocking inodelks is greater
>     than the threshold number of rpc requests allowed for that client
>     (RPCSVC_DEFAULT_OUTSTANDING_RPC_LIMIT), subsequent requests from that
>     client will not be read until all the outstanding requests are processed
>     and replied to. But because no more requests are read from that client,
>     unlocks on the already granted locks will never come thus the number of
>     outstanding requests would never come down. This leads to a ping-timeout
>     on the client. I am wondering if the proper fix for this is to not
>     account INODELK/ENTRYLK/LK calls for throttling. I did make such a
>     change in the codebase and tested it and it works. Please let me know if
>     this is acceptable or it needs to be fixed differently.
> 
> Pranith



reply via email to

[Prev in Thread] Current Thread [Next in Thread]