fix(core): fix suspended tables showing wrong writerTxn in wal_tables#6090
fix(core): fix suspended tables showing wrong writerTxn in wal_tables#6090
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
[PR Coverage check]😍 pass : 1 / 1 (100.00%) file detail
|
After the table got suspended because of a corrupt WAL, the
wal_tablesquery displayed a very out-of-date number on writerTxn. This fixes the bug where, while handling exceptions, the Seq Table Tracker is updated to the tabletxnnumber rather thanseqTxn.