Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1320678 Details for
Bug 1466944
Odd NFS client hangs that go away after restarting gssproxy
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add timeout harder patch
0001-We-are-seeing-processes-still-hung-on-epoll_wait.patch (text/plain), 945 bytes, created by
Simo Sorce
on 2017-08-31 17:47:29 UTC
(
hide
)
Description:
Add timeout harder patch
Filename:
MIME Type:
Creator:
Simo Sorce
Created:
2017-08-31 17:47:29 UTC
Size:
945 bytes
patch
obsolete
>From 3425995aa459d2ba714caa77e5a4ba9623ff3c3c Mon Sep 17 00:00:00 2001 >From: Simo Sorce <simo@redhat.com> >Date: Thu, 31 Aug 2017 13:38:42 -0400 >Subject: [PATCH] We are seeing processes still hung on epoll_wait() > >Let's add a max timeout there too. > >Signed-off-by: Simo Sorce <simo@redhat.com> >--- > proxy/src/client/gpm_common.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/proxy/src/client/gpm_common.c b/proxy/src/client/gpm_common.c >index 6a1b1fe..0200ecd 100644 >--- a/proxy/src/client/gpm_common.c >+++ b/proxy/src/client/gpm_common.c >@@ -280,7 +280,8 @@ static int gpm_epoll_wait(struct gpm_ctx *gpmctx, uint32_t event_flags) { > } > > do { >- epoll_ret = epoll_wait(gpmctx->epollfd, events, 2, -1); >+ epoll_ret = epoll_wait(gpmctx->epollfd, events, 2, >+ RESPONSE_TIMEOUT*1000*2); > } while (epoll_ret < 0 && errno == EINTR); > > if (epoll_ret < 0) { >-- >2.9.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1466944
: 1320678 |
1320698