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

Fix log error of radix tree deserialization. #1811

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

vegetableysm
Copy link
Collaborator

What do these changes do?

  • Fix log error of radix tree deserialization.
  • Fix insert twice root node when deserialization.

Related issue number

Fixes #1810

Fix insert twice root node when deserialization.

Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
@dashanji dashanji merged commit db102b9 into v6d-io:main Mar 11, 2024
6 checks passed
@dashanji dashanji deleted the fix-log-error branch March 11, 2024 10:20
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.

When deserialize radix tree, it will show "Insert token list failed" error.
2 participants