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

Do not load group metadata when getting it from REST. #4821

Merged
merged 1 commit into from Mar 21, 2024

Conversation

KiterLuc
Copy link
Contributor

This was introduced in #4760 where the client tries to load the group metadata when serializing the group metadata request to REST, which causes an infinite loop. The fix reverts to the correct behavior, where we don't try to load the metadata when serializing it from the client.


TYPE: BUG
DESC: Do not load group metadata when getting it from REST.

Copy link

This pull request has been linked to Shortcut Story #43504: Segfault in Cloud smoke test with 2.21 / Py 0.27.

Copy link
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a test before merging.

This was introduced in #4760 where the client tries to load the group metadata when serializing the group metadata request to REST, which causes an infinite loop. The fix reverts to the correct behavior, where we don't try to load the metadata when serializing it from the client.

---
TYPE: BUG
DESC: Do not load group metadata when getting it from REST.
@KiterLuc KiterLuc force-pushed the lr/not-load-group-md-serialization/ch43504 branch from d25698c to 8fc5f5a Compare March 21, 2024 20:50
Copy link
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated from Python, approving for hotfix, immediate follow-up in sc-43543.

@KiterLuc KiterLuc merged commit 07b26fb into dev Mar 21, 2024
58 checks passed
@KiterLuc KiterLuc deleted the lr/not-load-group-md-serialization/ch43504 branch March 21, 2024 21:59
github-actions bot pushed a commit that referenced this pull request Mar 21, 2024
This was introduced in #4760
where the client tries to load the group metadata when serializing the
group metadata request to REST, which causes an infinite loop. The fix
reverts to the correct behavior, where we don't try to load the metadata
when serializing it from the client.

---
TYPE: BUG
DESC: Do not load group metadata when getting it from REST.

(cherry picked from commit 07b26fb)
KiterLuc added a commit that referenced this pull request Mar 22, 2024
…om REST. (#4822)

Backport 07b26fb from #4821.

Co-authored-by: KiterLuc <67824247+KiterLuc@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants