-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixes #4003: bulk + async restore for large entity hierarchies #27997
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
Merged
Changes from 41 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
7116659
fix(restore): bulk + async restore for large entity hierarchies
harshach 8940b22
perf(restore,delete): batched per-level findTo + bulk soft-delete cas…
harshach 241dec3
style: formatter reflows after bulk restore changes
harshach b3172d4
review: address PR feedback on bulk restore + delete
harshach 1e00abb
style: ruff reflow on AsyncJobResponse jobId guard
harshach 6235b86
fix(restore,delete): walk children even when parent already at target…
harshach 6137d0d
review: pre-validate async restore + batch chart restore
harshach 8d2b9e6
fix(restore,delete): pre-validate async restore + batch chart restore
harshach 8788d20
Merge branch 'main' into harshach/review-issue-4004
harshach 6eb28d3
Merge remote-tracking branch 'origin/main' into harshach/review-issue…
harshach b6357c2
fix(restore,delete): pre-validate async restore + batch chart restore
harshach ce9167a
Merge remote-tracking branch 'origin/harshach/review-issue-4004' into…
harshach 96c5228
review: dispatch bulk lifecycle event + style cleanup
harshach d0d507c
feat(ingestion): server-side async delete + restore from legacy client
harshach a8f2583
fix(async): use tryAcquire so HTTP threads never block on permit
harshach 3394279
fix(restore,delete): NPE guard + universal async + SDK rejection mess…
harshach 4351709
simplify: drop semaphore-based bounding from AsyncService
harshach 09250ff
review: address remaining Copilot threads on async restore
harshach 4b59bb7
review: address remaining Copilot threads on async restore
harshach 3e2c4d2
Merge branch 'main' into harshach/review-issue-4004
harshach c9841b1
perf(delete): bulk hard-delete cascade across all entity hierarchies
harshach 6794541
review: address Copilot threads on restoreEntity guard + soft-delete …
harshach 4d42d56
fix(restore): load HAS-related children with Include.ALL during restore
harshach b07804e
fix(ci): invoke postDelete for cascade-deleted descendants + Python t…
harshach b6e8cb1
Merge branch 'main' into harshach/review-issue-4004
harshach 2dde513
Merge branch 'main' into harshach/review-issue-4004
harshach 86d5129
fix(restore/delete): address PR review feedback on bulk + async hooks
harshach 46fc43f
fix(delete): populate relation fields before postDelete in bulk hard …
harshach 2755b8f
fix(delete): mark NotFoundCache for bulk-hard-deleted entities
harshach 15b8b70
fix(testCase): drop unreachable null check, wrap getEntity in if-block
harshach 67f21d2
test(conftest): treat 404 as success in _safe_delete teardown helper
harshach 9a27caa
test(conftest): route datalake + sdk teardown through _safe_delete
harshach a4ab2b2
fix(restore): walk CONTAINS + PARENT_OF in restoreChildren for cascad…
harshach e6af95b
perf(feed): batch deleteByAbout thread cleanup through IN + deleteThr…
harshach 37bff3c
fix(feed): chunk deleteByAbout IN-list expansions to stay under DB pa…
harshach d99e9ec
fix(feed): restore best-effort semantics around batched thread cleanup
harshach 6baa6a9
fix(entity-dao): chunk deleteByIds IN-list to match findEntitiesByIds
harshach 333e87e
Merge branch 'main' into harshach/review-issue-4004
harshach 8766a90
fix(dao): hoist IN-list chunk size + escape backslashes in updateFqn
harshach fe7dfbc
fix(bulk-update): hydrate HAS-relationship fields with Include.ALL be…
harshach a0f28d7
Merge branch 'main' into harshach/review-issue-4004
harshach 6eaae5b
review: address remaining open review threads
harshach b46b929
Merge branch 'main' into harshach/review-issue-4004
harshach 4b78c7e
fix(bulk-delete): fire deleteFromSearch per cascade-deleted descendant
harshach 613b237
Merge branch 'main' into harshach/review-issue-4004
harshach f06b219
fix(escape): two-layer escape for MySQL REGEXP_REPLACE replacement, p…
harshach 1df217d
feat(sdk-java): extend fluent restore() to all data-asset fluents via…
harshach fc52438
fix(feed): defensive de-dup of thread ids in legacy feed cleanup
harshach 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
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.