]
Ryan Emerson updated ISPN-11699:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Remove RecoveryAwareGlobalTransaction
-------------------------------------
Key: ISPN-11699
URL:
https://issues.redhat.com/browse/ISPN-11699
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 11.0.0.Dev04
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.Dev05
Currently there exists both the {{GlobalTransaction}} and
{{RecoveryAwareGlobalTransaction}} which implements {{RecoverableTransactionIdentifier}}.
If we add the `Xid` and `internalId` fields to {{GlobalTransaction}}, the latter are
redundant. We should remove theses classes as it simplifies the ProtoStream marshalling
code required by commands such as {{PrepareCommand}} as they don't have to handle the
polymorphism.