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

multinode demo #256

Closed
9 tasks done
aeyakovenko opened this issue May 24, 2018 · 0 comments
Closed
9 tasks done

multinode demo #256

aeyakovenko opened this issue May 24, 2018 · 0 comments
Assignees
Milestone

Comments

@aeyakovenko
Copy link
Member

aeyakovenko commented May 24, 2018

  • at GPU speeds with 2 nodes I am seeing more window drops. still to many retransmit asks. I think the solution is to do a pipeline for this stage as well. pull all the crdt requests from the socket. TBD: reply to all of them, coalescing any duplicates.
  • check single node perf again
  • seems to take forever to for the crdt to discover the other nodes. need listener to use a streamer interface, and we should make the streamer threads high priority. same issue as above. (crdt pipeline #273)
  • get the demo working on sagan/newton (checkout the readme; try those IPs in the scripts Aws5 #261 )
  • update readme (Aws5 #261)
  • Aws4 #254 merged
  • logs #258 merged. this also changes event verify to call transaction verify plan
  • window repair backoff. (the requests for a repair need control flow, they basically cause more packets to be sent, and duplicates, which cause more drops)
  • check single node perf, print tps out of the servers. (fixed with bank sig verify bug, Aws5 #261)
@aeyakovenko aeyakovenko mentioned this issue May 24, 2018
@garious garious added this to the v0.6.0 milestone May 25, 2018
@garious garious closed this as completed Jun 2, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
…labs#256)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.64.0 to 0.66.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-labs/solana-web3.js@v0.64.0...v0.66.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

3 participants