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

New ViewService + Fix bug with memory monitoring #428

Merged
merged 4 commits into from
Dec 27, 2024
Merged

Conversation

lbwexler
Copy link
Member

No description provided.

@lbwexler lbwexler requested a review from ghsolomon December 19, 2024 18:05
}
return blob
@Transactional
JsonBlob createOrUpdate(String type, String name, Map data, String username = username) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this work for blobs that are not owned by the authenticated user? In the context of views, blobs describing "Global" views with null owners?

Copy link
Member Author

Choose a reason for hiding this comment

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

Here I was definitely mirrorring the create semantics, which only allow you to create a blob that you own. Will comment that better.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think I just misunderstood it - looks good to me :)

@lbwexler lbwexler changed the title Checkpoint Update JsonBlob API Misc + Fix bug with memory management. Dec 22, 2024
@lbwexler lbwexler changed the title Update JsonBlob API Misc + Fix bug with memory management. New ViewService + Fix bug with memory monitoring Dec 24, 2024
@lbwexler lbwexler marked this pull request as ready for review December 27, 2024 18:35
@lbwexler
Copy link
Member Author

cr: greg

@lbwexler lbwexler closed this Dec 27, 2024
@lbwexler lbwexler reopened this Dec 27, 2024
@lbwexler lbwexler merged commit a879b50 into develop Dec 27, 2024
6 checks passed
@lbwexler lbwexler deleted the viewStateStorage branch December 27, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants