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

Filter out connection failures #1896

Merged
merged 2 commits into from
May 11, 2022
Merged

Filter out connection failures #1896

merged 2 commits into from
May 11, 2022

Conversation

asonnino
Copy link
Contributor

@asonnino asonnino commented May 11, 2022

Filter out connection failures. This may happen when the the transaction is not sequenced by consensus and is instead dropped.

@asonnino asonnino self-assigned this May 11, 2022
@asonnino asonnino requested review from bmwill and lxfind May 11, 2022 18:21
@bmwill
Copy link
Contributor

bmwill commented May 11, 2022

In practice wouldn't we want a queue of txns and to continue retrying to submit them instead of dropping them?

@asonnino
Copy link
Contributor Author

In practice wouldn't we want a queue of txns and to continue retrying to submit them instead of dropping them?

That is why we have the loop line 57

@asonnino asonnino added the Type: Bug Something isn't working label May 11, 2022
@asonnino asonnino requested a review from bmwill May 11, 2022 18:58
@asonnino asonnino enabled auto-merge (squash) May 11, 2022 19:04
@asonnino asonnino merged commit 541fdce into main May 11, 2022
@asonnino asonnino deleted the fix-test branch May 11, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sui-node Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants