Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1435682
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose |
| Date | 2016-07-02 01:20 +0200 |
| Message-ID | <rQfT3-4ky-3@gated-at.bofh.it> (permalink) |
| References | <rQeaB-3g8-9@gated-at.bofh.it> <rQfgl-3S9-5@gated-at.bofh.it> <rQfgl-3S9-3@gated-at.bofh.it> <rQfJo-4hb-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 1 Jul 2016 23:02:23 +0000 Trond Myklebust <trondmy@primarydata.com> wrote: > Can we look into why the socket disconnect is happening in the first > place? It’s presumably not the server, since that _would_ trigger an > autoclose when the socket hits TCP_CLOSE_WAIT. That puts the two top > suspects being the TCP keepalive and the TCP_USER_TIMEOUT. Are there > any tracepoints we could use to look at whether or not they are > triggering a close? There's not many tracepoints, but from my previous emails I added some trace_printk()s and converted some of your debug prints into trace_printk(): +#undef dprintk +#undef dprintk_rcu +#define dprintk(args...) trace_printk(args) +#define dprintk_rcu(args...) trace_printk(args) See my previous email that describes all this (I removed the debugging from my kernel, and I need to spend time with the family so I can't get to this again till Tuesday) http://lkml.kernel.org/r/20160630175618.51a725ee@gandalf.local.home -- Steve
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Steven Rostedt <rostedt@goodmis.org> - 2016-07-01 23:30 +0200
Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Steven Rostedt <rostedt@goodmis.org> - 2016-07-02 00:40 +0200
Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Trond Myklebust <trondmy@primarydata.com> - 2016-07-02 01:10 +0200
Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Steven Rostedt <rostedt@goodmis.org> - 2016-07-02 01:20 +0200
Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Steven Rostedt <rostedt@goodmis.org> - 2016-07-02 01:20 +0200
Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Trond Myklebust <trondmy@primarydata.com> - 2016-07-02 00:40 +0200
Re: Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Steven Rostedt <rostedt@goodmis.org> - 2016-07-02 01:20 +0200
csiph-web