-
Enhancement
-
Resolution: Done
-
Major
-
11.0.0.Final
-
None
-
DataGrid Sprint #43
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.
- blocks
-
ISPN-9622 Replace GlobalMarshaller with protobuf based marshaller
- To Do