As log records are replayed through onRecord method, the HashMap activeTxHashMap is updated. XACOMMIT type records are added to the activeTxHashMap, and XADONE type records remove an entry.
When the END_OF_LOG record is encountered, the activeTx table is up to date and ready for new entries to be added by the TM. @author Michael Giroux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|