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

cloud: fix(groot): do not upsert groot for all namespaces on restart (#7917) #7924

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Jun 24, 2021

Earlier, whenever the alpha starts(or restarts), we were upserting guardian and groot for all the namespaces. This is not actually needed.
The change was made in the PR #7759 to fix a bulk loader edge case.
This PR fixes that by generating the required RDFs in the bulk loader itself. Essentially, it inserts the ACL RDFs when force loading into non-Galaxy namespace.

(cherry picked from commit 6730f10)


This change is Reviewable

Earlier, whenever the alpha starts(or restarts), we were upserting guardian and groot for all the namespaces. This is not actually needed.
The change was made in the PR #7759 to fix a bulk loader edge case.
This PR fixes that by generating the required RDFs in the bulk loader itself. Essentially, it inserts the ACL RDFs when force loading into non-Galaxy namespace.

(cherry picked from commit 6730f10)
@NamanJain8 NamanJain8 requested a review from manishrjain as a code owner June 24, 2021 10:12
@github-actions github-actions bot added area/bulk-loader Issues related to bulk loading. area/enterprise Related to proprietary features labels Jun 24, 2021
@NamanJain8 NamanJain8 changed the title fix(groot): do not upsert groot for all namespaces on restart (#7917) cloud: fix(groot): do not upsert groot for all namespaces on restart (#7917) Jun 24, 2021
@NamanJain8 NamanJain8 merged commit 0ab2352 into release/v21.03-slash Jun 24, 2021
@NamanJain8 NamanJain8 deleted the naman/cloud/upsert branch June 24, 2021 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bulk-loader Issues related to bulk loading. area/enterprise Related to proprietary features
Development

Successfully merging this pull request may close these issues.

2 participants