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

Disable tx concurrency #790

Merged
merged 2 commits into from
May 21, 2023
Merged

Disable tx concurrency #790

merged 2 commits into from
May 21, 2023

Conversation

udpatil
Copy link
Collaborator

@udpatil udpatil commented May 20, 2023

Describe your changes and provide context

This disables tx execution concurrency on non prioritized (non-oracle, dexregister msgs) txs

Testing performed to validate your change

Will test on a loadtest cluster

@udpatil udpatil force-pushed the disable-tx-concurrency branch 3 times, most recently from b9eda84 to d33bd80 Compare May 21, 2023 19:07
Comment on lines +1333 to +1336
// otherResults, ctx := app.BuildDependenciesAndRunTxs(ctx, txs)
otherResults := app.ProcessBlockSynchronous(ctx, txs)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we leave a comment here or in the pr description around the plans for re-enabling it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, will do

@udpatil udpatil force-pushed the disable-tx-concurrency branch from d33bd80 to c09e8fc Compare May 21, 2023 19:23
@udpatil udpatil merged commit 63c9fc2 into master May 21, 2023
@udpatil udpatil deleted the disable-tx-concurrency branch May 21, 2023 21:41
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.

2 participants