users@glassfish.java.net

Re: GRIZZLY0023: Interrupting idle Thread issue

From: <forums_at_java.net>
Date: Tue, 9 Oct 2012 01:03:15 -0500 (CDT)

Hi David, just to make sure, after you applied grizzly-http.jar you still see
lots of "GRIZZLY0023: Interrupting idle Thread issue" messages flooding the
log, or it's just couple of them there? Cause the message itself is fine and
most probably it signals about some task being executed for a long time (15
mins by default), which is most cases means some bug in the application code.
If you have long-lasting tasks and it's normal for your app to occupy the
thread for such a long time. you can disable this logic by setting
request-timeout=-1 on the appropriate http-listener, like [1]. Hope this will
help. WBR, Alexey. [1] asadmin set
server-config.network-config.protocols.protocol.http-listener-1.http.request-timeout-seconds=-1

--
[Message sent by forum member 'oleksiys']
View Post: http://forums.java.net/node/891095