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(compression): check metadata schema version #3022

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

rkuester
Copy link
Contributor

Add a check in micro_allocator.cc to verify the compression
metadata schema version. If the schema version in the metadata is
greater than the expected version, log a schema version mismatch
error and return a nullptr. This prevents potential issues
arising from using a newer, unsupported schema version.

BUG=part of #2636

Add a check in `micro_allocator.cc` to verify the compression
metadata schema version. If the schema version in the metadata is
greater than the expected version, log a schema version mismatch
error and return a `nullptr`. This prevents potential issues
arising from using a newer, unsupported schema version.

BUG=part of tensorflow#2636
@rkuester rkuester requested a review from a team as a code owner December 17, 2024 21:21
@mergify mergify bot merged commit 478bb78 into tensorflow:main Dec 18, 2024
54 of 55 checks passed
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.

None yet

4 participants