Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[quorum driver] Remove conflicting tx retry logic #20685

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arun-koshy
Copy link
Contributor

Description

The logic in quorum driver to retry conflicting transactions can end up in a situation where it is waiting for responses from all validators which can clog up QD and limit the throughput of our fullnodes. Additionally with ValidatorTransactionFinalizer component added recently we no longer need to rely on QD to do this retry of conflicting tx. We still track the conflicting tx digest so that we can return a more useful error to the user in the case that those conflicting tx digests exist.

Copy link

vercel bot commented Dec 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Dec 18, 2024 9:54pm
sui-kiosk ⬜️ Ignored (Inspect) Dec 18, 2024 9:54pm
sui-typescript-docs ⬜️ Ignored (Inspect) Dec 18, 2024 9:54pm

@arun-koshy arun-koshy temporarily deployed to sui-typescript-aws-kms-test-env December 18, 2024 21:54 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant