-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Living Ticket] Scalability related efforts #621
Comments
@okdas Made some changes, updates & improements to this ticket. PTAL |
To investigate - ran into a panic - we potentially not handling the error from the RPC gracefully: Panic Error
Goroutine Stack Trace
Related Log Messages
|
To investigate. Given the nature of RelayMiner we need it to try to recover first. RelayMiner stops on: |
@okdas This is related to the
Do you mind created a dedicated ticket to your comment here for @bryanchriswhite to tackle? |
## Summary ## Issue - #551 - #621 ## Type of change Select one or more: - [ ] New feature, functionality or library - [ ] Bug fix - [x] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Testing **Documentation changes** (only if making doc changes) - [ ] `make docusaurus_start`; only needed if you make doc changes **Local Testing** (only if making code changes) - [ ] **Unit Tests**: `make go_develop_and_test` - [ ] **LocalNet E2E Tests**: `make test_e2e` - See [quickstart guide](https://dev.poktroll.com/developer_guide/quickstart) for instructions **PR Testing** (only if making code changes) - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. - **THIS IS VERY EXPENSIVE**, so only do it after all the reviews are complete. - Optionally run `make trigger_ci` if you want to re-trigger tests without any code changes - If tests fail, try re-running failed tests only using the GitHub UI as shown [here](https://github.com/pokt-network/poktroll/assets/1892194/607984e9-0615-4569-9452-4c730190c1d2) ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [ ] I have commented my code - [ ] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [ ] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: Daniel Olshansky <[email protected]> Co-authored-by: Bryan White <[email protected]>
There are some new issues uncovered by #742 (more details in that ticket) - so far nothing super critical, and we address issues as we find them. |
Just to provide an update: we've been finding and resolving different issues, mostly in scope of #742 lately. |
Objective
Ensure that Shannon scales both on-chain & off-chain.
Origin Document
This issue is intended to be a living document to keep track of all related efforts.
Identified issues and points of investigation
#Infrastructure
Validator scalability
#Infrastructure
#Algorithmic
#Algorithmic
#Infrastructure
#Infrastructure
#Infrastructure
Things to investigate:
Creator: @okdas
Co-Owners: @red-0ne @bryanchriswhite @Olshansk
The text was updated successfully, but these errors were encountered: