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

Revert "Backport 0.57.9 reverts" #20202

Closed
wants to merge 10 commits into from

Commits on Jul 18, 2023

  1. Revert "Merge pull request #20124 from umanwizard/backport_57.9_reverts"

    This reverts commit 086e49b, reversing
    changes made to c4a8c41.
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5032396 View commit details
    Browse the repository at this point in the history
  2. Revert "Backport 0.57.9 reverts"

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4c217ec View commit details
    Browse the repository at this point in the history
  3. Track trace usage in Materialize through a custom wrapper type

    MzArranged. This tracks whether any client uses the trace, and only then
    installs the arrangement size logging operator.
    
    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7cefacf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b19127 View commit details
    Browse the repository at this point in the history
  5. Add arrangement size logging feature flag

    This commit adds the enable_arrangement_size_logging feature flag and wires
    it up such that clusters construct dataflows with or without arrangement
    size logging.
    
    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ebcc499 View commit details
    Browse the repository at this point in the history
  6. Update documentation

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    57f0173 View commit details
    Browse the repository at this point in the history
  7. Add safety argument to MzArranged::inner calls

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f4a80c2 View commit details
    Browse the repository at this point in the history
  8. Fix testdrive

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    03e7e13 View commit details
    Browse the repository at this point in the history
  9. Enable arrangement size logging in tests

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5dc6505 View commit details
    Browse the repository at this point in the history
  10. Address review comments

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5db53dd View commit details
    Browse the repository at this point in the history