]
Yeray Borges moved JBEAP-14309 to ISPN-8893:
--------------------------------------------
Project: Infinispan (was: JBoss Enterprise Application Platform)
Key: ISPN-8893 (was: JBEAP-14309)
Workflow: GIT Pull Request with Triage workflow (was: CDW with loose
statuses v1)
Component/s: Core
(was: Clustering)
Affects Version/s: (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: ISPN-8893
URL:
https://issues.jboss.org/browse/ISPN-8893
Project: Infinispan
Issue Type: Bug
Components: Core
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.