Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Remove accounts data size checks in blockstore_processor#26776

Merged
brooksprumo merged 1 commit intosolana-labs:masterfrom
brooksprumo:accounts-data-len/remove-blockstore-tests
Aug 5, 2022
Merged

Remove accounts data size checks in blockstore_processor#26776
brooksprumo merged 1 commit intosolana-labs:masterfrom
brooksprumo:accounts-data-len/remove-blockstore-tests

Conversation

@brooksprumo
Copy link
Copy Markdown
Contributor

Problem

To fix #26439, checking the total accounts data size is moving to ReplayStage. It cannot be checked here in blockstore_processor, since entries are executed in parallel and thus non deterministic.

See #26744 for full code.

Summary of Changes

Remove checks and tests for the accounts data size.

@brooksprumo brooksprumo marked this pull request as ready for review July 25, 2022 19:08
@brooksprumo brooksprumo requested review from Lichtso and jstarry July 25, 2022 19:09
@brooksprumo
Copy link
Copy Markdown
Contributor Author

@Lichtso @jstarry Let me know if you'd like to personally review this, or if you're OK with me asking other folks to review. Thanks!

Copy link
Copy Markdown
Contributor

@Lichtso Lichtso left a comment

Choose a reason for hiding this comment

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

Please add this PR to the description of #26744 so that we can later verify that all test cases are covered again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enforcing max account data cap may introduce indeterminism

2 participants