]
Tomaz Cerar closed WFLY-9359.
-----------------------------
Fix Version/s: (was: 8.1.0.Final)
Resolution: Out of Date
Graceful shutdown was first added in WildFly 9, with much improvements in 10 and
additional ones in 11.
Please upgrade your server so you can benefit from this.
wildfly8.1 can't graceful shut down JNDI perfectly
--------------------------------------------------
Key: WFLY-9359
URL:
https://issues.jboss.org/browse/WFLY-9359
Project: WildFly
Issue Type: Bug
Components: EE
Affects Versions: 8.x.x TBD
Environment: wildfly8.1.0.Final
servlet3.0
mysql5.x
eclipse neon.3
jdk1.7
Reporter: fantesy so
Labels: graceful, shutdown, wildfly
Attachments: DemoServlet.java, server.log
I create a servlet to query some mysql data. And I use jboss JNDI which defined in
standalone.xml。 I want this querying is needs to be done 1000 times。But when I shut down
wildfly8.1.0 suddenly during the querying is running, the querying can't finished and
will throw some exception is server.log。But I do this test case in apache-tomcat-8.0.36
and websphere7, the querying is finished before server is down。
So I this wildfly8.1.x cant shutdown graceful perfectly。