-
Bug
-
Resolution: Done
-
Major
-
7.3.0.GA
-
-
-
-
-
-
+
-
Resolved in Infinispan 9.4.19.Final
When running web application on EAP which uses session externalization to JDG and hotrod-session-management is used with granularity="ATTRIBUTE" the app hangs on session.setAttribute(...) method.
This is the test: https://github.com/andyuk1986/jdg-functional-tests/blob/0bec0985eb09de4e2dc08b8d30f2c57fec845bf3/remote/session-externalization/src/test/java/org/infinispan/test/sessionext/jee/JeeSessionExternalizationIT.java#L45
It makes a http request to the servlet, and the test stucks on line: https://github.com/andyuk1986/jdg-functional-tests/blob/916dff225943e40114daad3ae37eaec9ba3413a5/remote/session-externalization/src/main/java/org/infinispan/test/sessionext/jws/AbstractJwsServlet.java#L35
The cache config is: https://github.com/andyuk1986/jdg-functional-tests/blob/916dff225943e40114daad3ae37eaec9ba3413a5/remote/session-externalization/src/test/resources/xslt/parts/session-ext-default-cache.xml#L5 which is with xslt added to domain.xml of JDG server
This is the EAP config that is used: https://github.com/andyuk1986/jdg-functional-tests/blob/30756d136d97b88c5fb01b4062866785977d7a0f/remote/session-externalization/src/test/resources/eap/standalone-ha-sessions-remote-container.xml#L357
- is incorporated by
-
JBEAP-19325 (7.3.z) Upgrade Infinispan from 9.4.18.Final-redhat-00001 to 9.4.19.Final-redhat-00001
- Closed
- relates to
-
JDG-3700 Session externalization tests are hanging with ATTRIBUTE granularity + EAP7.3+hotrod-session-management
- Closed