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

feat: [EXC-1955] Add canister snapshot metadata fields to types #4431

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

michael-weigelt
Copy link
Contributor

@michael-weigelt michael-weigelt commented Mar 19, 2025

This PR extends the existing snapshot types with new fields needed for the canister snapshot metadata endpoints.

@github-actions github-actions bot added the feat label Mar 19, 2025
@michael-weigelt michael-weigelt changed the title feat: Add canister snapshot metadata fields to types feat: [EXC-1955] Add canister snapshot metadata fields to types Mar 19, 2025
@michael-weigelt michael-weigelt marked this pull request as ready for review March 19, 2025 12:31
@michael-weigelt michael-weigelt requested review from a team as code owners March 19, 2025 12:31
@michael-weigelt michael-weigelt marked this pull request as draft March 19, 2025 13:37
@michael-weigelt michael-weigelt changed the base branch from master to mwe/move_global March 24, 2025 13:49
Base automatically changed from mwe/move_global to master March 24, 2025 16:08
@michael-weigelt michael-weigelt marked this pull request as ready for review March 25, 2025 20:57
@michael-weigelt michael-weigelt added the CI_ALL_BAZEL_TARGETS Runs all bazel targets and uploads them to S3 label Mar 25, 2025
@michael-weigelt
Copy link
Contributor Author

Closing and reopening to force CI rerun

@dragoljub-duric
Copy link
Contributor

@michael-weigelt What is the reason we only keep LowWasmMemoryHookStatus instead of the whole TaskQueue when taking snapshots?

@michael-weigelt
Copy link
Contributor Author

@dragoljub-duric IIUC, the task_queue could contain other messages that we don't want to persist in a snapshot. This way, we only keep what we need (based on the hook status we can restore a hook message if necessary).

@michael-weigelt michael-weigelt added this pull request to the merge queue Mar 27, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 27, 2025
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.

5 participants