[
https://jira.jboss.org/jira/browse/JBWEB-124?page=com.atlassian.jira.plug...
]
Remy Maucherat commented on JBWEB-124:
--------------------------------------
I am running into problems (on F9, with the F9 packages for Java, tomcat-native and APR)
with the new bayeux test webapp (and the issue is triggered by hammering refresh). I added
tracing to Socket.destroy, and the add/remove of the poller to detect problems that would
lead to a crash and display traces.
The trouble apparently starts with a POLLHUP in the keepalive poller, and the real problem
is that the socket (which is about to be destroyed, since that's what I am doing with
a POLLHUP right now) remains in the poller, according to Poll.pollset. It then degrades
quickly. I am not certain right now there are no programming errors in the Java code, but
from what I see simply doing Socket.destroy is probably not optimal.
Poller instability
------------------
Key: JBWEB-124
URL:
https://jira.jboss.org/jira/browse/JBWEB-124
Project: JBoss Web
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: JBossWeb-2.1.1.GA
Reporter: Remy Maucherat
Assignee: Remy Maucherat
Priority: Critical
Socket errors seems to create instability in Pollers. In particular this seems related to
Poll.APR_POLLHUP errors.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira