]
James Perkins updated WFLY-11324:
---------------------------------
Fix Version/s: 15.0.0.Final
BATCH mode should not use Infinispan's XA transaction table
-----------------------------------------------------------
Key: WFLY-11324
URL:
https://issues.jboss.org/browse/WFLY-11324
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 14.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
Currently, our logic for configuring BATCH mode is causing Infinispan to use the XA
transaction table, instead of the the local transaction table. This not only makes
commits more costly, but should avoid some graceful shutdown bugs with the XA transaction
table.