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

Assertion in windowing code about null window pos #447

Closed
sakridge opened this issue Jun 25, 2018 · 1 comment
Closed

Assertion in windowing code about null window pos #447

sakridge opened this issue Jun 25, 2018 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sakridge
Copy link
Member

Seeing this assertion in a leader + client setup. Cuda enabled, erasure not enabled:
thread 'solana-broadcaster' panicked at 'assertion failed: win[pos].is_none()', src/streamer.rs:483:13

@sakridge sakridge added the bug Something isn't working label Jun 25, 2018
@sakridge sakridge added this to the v0.7.0 milestone Jun 25, 2018
@sakridge sakridge changed the title assertion in windowing code about null window pos Assertion in windowing code about null window pos Jun 25, 2018
@sakridge
Copy link
Member Author

This assert fires, so we are dequeuing a full window of blobs

    Crdt::index_blobs(crdt, &blobs, receive_index)?;
    // keep the cache of blobs that are broadcast
    {
        let mut win = window.write().unwrap();
        assert!(blobs.len() < win.len());  <<<<<<<======
        for b in &blobs {
            let ix = b.read().unwrap().get_index().expect("blob index");

@sakridge sakridge self-assigned this Jun 25, 2018
sakridge added a commit to sakridge/solana that referenced this issue Jun 25, 2018
sakridge added a commit to sakridge/solana that referenced this issue Jun 25, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.75.0 to 0.75.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-labs/solana-web3.js@v0.75.0...v0.75.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
godmodegalactus pushed a commit to blockworks-foundation/solana that referenced this issue Jan 5, 2024
Use cluster info functions for tpu (solana-labs#345) (solana-labs#347)
Use git rev-parse for git sha
Remove blacklisted tx from message_hash_to_transaction (Backport solana-labs#374) (solana-labs#376)
Updates scripts for easy local setup. (solana-labs#383)
Backports sim_bundle improvements (solana-labs#407)
backports clone derivation 416 (solana-labs#417)
Backport solana-labs#419: add upsert to AccountOverrides (solana-labs#420)

backports solana-labs#430 v1.16: update jito-programs sha (solana-labs#431)

[JIT-1661] Faster Autosnapshot (solana-labs#406)

Fix Buildkite warnings (solana-labs#437)

Backport solana-labs#446 to v1.16 (solana-labs#447)

backport 428, runtime plugin (solana-labs#429)

v1.16: Backport solana-labs#449 (solana-labs#450)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant