close
Skip to content

Implement TX Pool Mgr retransmission mechanism during Seq failover #466

@zjg555543

Description

@zjg555543

Background:

The tx pool mgr service already contains retransmission-related code, but it has not been fully implemented yet.

Problem:

When Seq encounters an exception (e.g., crash, restart) or switches to a backup Seq instance, transactions currently in the transaction pool may be lost.

Proposal:

Complete the implementation of the tx pool mgr retransmission mechanism.

Ensure that during Seq startup failures or backup Seq switching, the retransmission mechanism is triggered to check and resend pending transactions, preventing transaction loss.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions