]
Yeray Borges moved JBEAP-14324 to WFLY-9956:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9956 (was: JBEAP-14324)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: 12.0.0.Final
(was: 7.1.0.GA)
Fix Version/s: (was: 7.1.2.GA)
[GSS](7.1.z) Stack trace of a primary request of Infinispan is lost,
damaging supportability severely
-----------------------------------------------------------------------------------------------------
Key: WFLY-9956
URL:
https://issues.jboss.org/browse/WFLY-9956
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 12.0.0.Final
Reporter: Yeray Borges
Assignee: Yeray Borges
Labels: top-50-list
A request is handled by XNIO's "default task-NNN" thread. If the request
executes a clustering cache operation, like session replication, it waits for the backup
operation on another server. And if the other server failed on the backup operation, the
primary server unwraps the exception to print only the remote exception. The original
context of thread "default task-NNN" is lost and a user can't even identify
what the primary operation was.
This affects supportability too much. It seems only JDG 7.1 is free from this issue (it
has {{AsyncInterceptorChain}}). All other releases like EAP 7.1, RHSSO which is based on
EAP 7.0 has this issue.
See the "Forum Reference" link of a mail thread for the detail.