Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-11 Thread William Allen Simpson
On 9/9/17 12:16 AM, William Allen Simpson wrote: On 9/8/17 9:44 AM, Daniel Gryniewicz wrote: On 09/08/2017 09:07 AM, William Allen Simpson wrote: On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-08 Thread William Allen Simpson
On 9/8/17 9:44 AM, Daniel Gryniewicz wrote: On 09/08/2017 09:07 AM, William Allen Simpson wrote: On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it was working after such a timeout. I have seen

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-08 Thread Daniel Gryniewicz
On 09/08/2017 09:07 AM, William Allen Simpson wrote: On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it was working after such a timeout. I have seen the same, after I sped up the work pool

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-08 Thread William Allen Simpson
On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting inĀ epoll_wait() with 29 second timeout that, it was working after such a timeout. I have seen the same, after I sped up the work pool shutdown. The work pool shutdown will nanosleep 1 second

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-07 Thread Malahal Naineni
Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it was working after such a timeout. On Fri, Sep 8, 2017 at 3:46 AM, Frank Filz wrote: > I wanted to see what is up with shutdown lately... > > Running under gdb, I hit