-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compression #59
Compression #59
Conversation
Process of migrating an Archiver instance: section should reside in a separate md file which should be referenced from the general readme.md |
protobuff/archive.proto
Outdated
@@ -116,9 +121,14 @@ message SkippedTicksIntervalList { | |||
repeated SkippedTicksInterval skipped_ticks = 1; | |||
} | |||
|
|||
message QuorumTickData { | |||
message QuorumTickDataV2 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we still have v1 and v2? this version of archive should be used with a clean(migrated) version of storage so we shouldn't keep any reference to the old quorum format, or am I missing something?
Adds support for ZSTD compression and new quorum data format.
/v2/ticks/{tick_number}/quorum
)Process of migrating an Archiver instance: