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

[ManagedLedger] Compress managed ledger info #11490

Merged
merged 8 commits into from Aug 4, 2021

Commits on Jul 28, 2021

  1. compress managed ledger info

    gaoran10 committed Jul 28, 2021
    Copy the full SHA
    66b87b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. 1. Move the ManagedLedgerInfoMetadata to MLDataFormats.proto.

    2. Add configuration managedLedgerInfoCompressionType to control ManagedLedgerInfo compression type.
    gaoran10 committed Jul 29, 2021
    Copy the full SHA
    d1d5ed6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Copy the full SHA
    108b2c2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    816a65c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. fix comment

    gaoran10 committed Aug 3, 2021
    Copy the full SHA
    e565b97 View commit details
    Browse the repository at this point in the history
  2. 1. throw exception if using a invalid compression type.

    2. change compression magic number.
    3. add a unit test to verify compression could work well.
    gaoran10 committed Aug 3, 2021
    Copy the full SHA
    52cf031 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ffb8163 View commit details
    Browse the repository at this point in the history
  4. fix test

    gaoran10 committed Aug 3, 2021
    Copy the full SHA
    8bec01b View commit details
    Browse the repository at this point in the history