apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.25k stars 8.77k forks source link

bugfix: fix dameng rollback info un compress fail #6715

Closed caohdgege closed 2 months ago

caohdgege commented 2 months ago

Ⅰ. Describe what this PR did

remove the DmUndoLogManager#getRollbackInfo,because the logic of AbstractUndoLogManager#getRollbackInfo is more comprehensive

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews