-
Notifications
You must be signed in to change notification settings - Fork 15
Replace AP and NN cache with CP #788
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
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
949f369
feat: foundation for ContainerProfileCache unification (steps 1, 2, 5…
matthyx 3d872aa
feat: ContainerProfileCacheImpl + projection + shared-pointer fast-pa…
matthyx adae8dc
feat: ContainerProfileCache reconciler with evict + refresh (step 5)
matthyx 077378a
feat: profilehelper CP->legacy-shape shims + ContainerProfileCache ag…
matthyx 9f5facb
refactor: migrate 20 CEL call sites to GetContainerProfile (step 6b)
matthyx c474c95
refactor: delete profilehelper shims + migrate rule_manager + creator…
matthyx 46c424e
refactor: ObjectCache aggregator CP-only + collapse 2 callbacks to 1 …
matthyx 71167cf
refactor: delete legacy AP/NN cache packages + move callstackcache (s…
matthyx bd6411f
test: add T2 init-eviction, T5 packages-deleted, T7 lock-stress (step…
matthyx c2966c0
fix: address Phase 4 review P1 findings
matthyx 9f2d831
fix: retry pending ContainerProfile GETs when CP appears after contai…
matthyx 314d93c
fix: cache correctness — right CP slug, partial-on-restart, overlay r…
matthyx d27be01
fix: read workload-level AP/NN as primary data source
matthyx ce32919
debug: add tick-loop start log + change-detection log in reconciler
matthyx c45803f
fix: remove overly-aggressive pending GC that dropped entries before …
matthyx 32a76c0
fix: merge user-managed AP/NN and refresh workload-level sources
matthyx d9ae0ac
fix: reconcileOnce no longer evicts on pod-cache lag, only on Terminated
matthyx dfb88ae
refactor: drop workload-level AP/NN fetch; CP-direct reading is autho…
matthyx 8cd9b16
fix: synthetic entry CPName override, PodUID backfill, phase-labeled …
matthyx 74d4652
fix: address all CodeRabbit review comments on PR #788
matthyx ee81dc3
feat: thread context.Context through ProfileClient and add per-call R…
matthyx 16ecd38
test: shared-pointer race-fuzz test + WarmContainerLocksForTest helper
matthyx 42284f5
docs: document SetApplicationProfile / SetNetworkNeighborhood field p…
matthyx 2f88029
refactor: T8 integration mirror, mock setter contract doc, SeedEntryW…
matthyx db5c58c
fix: address Phase 4 code-review findings
matthyx 3909a3b
fix: preserve cached entry when overlay AP/NN fetch fails transiently
matthyx ff0d1ff
fix: address CodeRabbit review issues on PR #788
matthyx 067baa4
fix: distinct RNG seed per stress-test worker
matthyx 45499f9
refactor: move test helpers out of production source into testing.go
matthyx faa83de
refactor: move integration tests into package dir; use export_test.go
matthyx 936bce8
fix: nil out overlay pointers when k8s client returns zero-value on 404
matthyx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.