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

Strategy for verifying huge new logs #1260

Open
sandrask opened this issue Apr 26, 2022 · 0 comments
Open

Strategy for verifying huge new logs #1260

sandrask opened this issue Apr 26, 2022 · 0 comments
Labels

Comments

@sandrask
Copy link
Contributor

When we create tree hash from log entries we assemble whole tree in memory and calculate hash.

Maximum tree size is configurable and if the tree size is bigger than configured threshold the verification of log is skipped.

Do we need to be able to calculate tree hash by loading only parts of the tree? If so it needs to be investigated.

@troyronda troyronda added the rc5 label Jul 26, 2022
@fqutishat fqutishat added rc4 and removed rc5 labels Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: TODO
Development

No branches or pull requests

3 participants