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

Combine MutationStore2, Collection, DataStoreName into DataStore #6752

Merged
merged 3 commits into from
Apr 4, 2024

Commits on Apr 1, 2024

  1. Combine MutationStore2, Collection, DataStoreName into DataStore

    This is cleanup from the introduction to rosmar.
    
    - rosmar.Collection and Collection already satisified the DataStoreName
    interface, so putting it as part of DataStore removes need for
    AsDataStoreName checks.
    - remove GetFeedType() checks since it will always return DCP
    
    - Remove StartTapFeed from leaky bucket because it was not being used.
      TestStopChangeCache was only running with xattrs disabled, but the
      test would pass even if the events arrived out of order, so the leaky
      bucket tap code was not being executed.
    - Reflect in documentation that DCP feed is always used.
    torcolvin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4113896 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e092067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42b19a View commit details
    Browse the repository at this point in the history