This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Adaptive Pool - #116
Open
willscott wants to merge 7 commits into
Open
Conversation
* feat: modify pool tests * fix: top n node selection from heap * feat: add more comprehensive tests * enhancement: add refresh no to tests * go fmt * remove unused metrics * put back trace * response size does not include header * reset retry counter only if progress is made * update go-car * dont drain response body * send verification errors to Saturn * pool tier promotion * otel and send trace id to Saturn * stabilize dynamics tests * mirroring parallel * pool-target-size through config to better test dynamics * down to flakiness * add substitution (rough) * use new orchestrator API * fix: top N selection * enhancement: increase test size * feat: Add tests for affinity * test cache affinity * test cache affinity * remove assert * fix test * address review * feat: port compliance cids * fix: remove unused code * modify harness * feat: add core attr to trace span * fix CI * improve error classification (#165) --------- Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com> Co-authored-by: Will Scott <will.scott@protocol.ai>
willscott
marked this pull request as ready for review
October 10, 2023 09:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working on reflecting the design described in "Caboose Adaptive Pool"
Nodeobject, rather than spread across the code as it exists now.FetchResourceWithcode path for all requests - blocks are redirected to a standard car request, which the block is then read out of.