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

client-demo: solana::bank: tx error: Err(AccountNotFound(...)) #697

Closed
mvines opened this issue Jul 19, 2018 · 2 comments
Closed

client-demo: solana::bank: tx error: Err(AccountNotFound(...)) #697

mvines opened this issue Jul 19, 2018 · 2 comments

Comments

@mvines
Copy link
Member

mvines commented Jul 19, 2018

STR:

  1. Run ./multinode-demo/client.sh master.testnet.solana.com 50
  2. In the leader log, observe a large number of solana::bank: tx error: Err(AccountNotFound(...))-like messages.
@mvines mvines modified the milestones: v0.7.0, v0.8.0 Jul 19, 2018
@sakridge
Copy link
Member

The client-demo first gets tokens to a single account in the airdrop, then sends those tokens to random accounts. Then it transfers them back to the original account. If any packets are dropped in the first stage, then those accounts will be missing in the second stage.

@mvines
Copy link
Member Author

mvines commented Aug 6, 2018

Dup of #867

@mvines mvines closed this as completed Aug 6, 2018
yihau pushed a commit that referenced this issue Apr 11, 2024
* BankingStage Forwarding Filter (#685)

* add PacketFlags::FROM_STAKED_NODE

* Only forward packets from staked node

* fix local-cluster test forwarding

* review comment

* tpu_votes get marked as from_staked_node

(cherry picked from commit 1744e9e)

# Conflicts:
#	sdk/src/packet.rs

* resolve conflict

* revert: local-cluster test changes

---------

Co-authored-by: Andrew Fitzgerald <[email protected]>
Co-authored-by: Trent Nelson <[email protected]>
lijunwangs pushed a commit to lijunwangs/solana that referenced this issue Apr 24, 2024
…olana-labs#697)

* BankingStage Forwarding Filter (solana-labs#685)

* add PacketFlags::FROM_STAKED_NODE

* Only forward packets from staked node

* fix local-cluster test forwarding

* review comment

* tpu_votes get marked as from_staked_node

(cherry picked from commit 1744e9e)

# Conflicts:
#	sdk/src/packet.rs

* resolve conflict

* revert: local-cluster test changes

---------

Co-authored-by: Andrew Fitzgerald <[email protected]>
Co-authored-by: Trent Nelson <[email protected]>
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

No branches or pull requests

2 participants