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

Apply Aiven-specific changes on top of upstream 5.0-rc1 #25

Closed
wants to merge 4 commits into from

Commits on Jul 3, 2024

  1. test and build cassandra5 using github workflows

    Java 8 has been removed. Lowest supported version is Java 11.
    After a security review, we decided to use the
    commit SHA from 2.16.1 for publish-unit-test-result-action.
    tilman-aiven committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    833f260 View commit details
    Browse the repository at this point in the history
  2. skip streaming when replacing nodes

    Joining nodes receive their backup from Astacus.
    The exchange of SSTables during node replacement
    is not necessary.
    tilman-aiven committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7a9b507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa2f26 View commit details
    Browse the repository at this point in the history
  4. Stop advertising Aiven custom authenticator

    We decorate standard PasswordAuthenticator with a few platform specific
    features, that don't change the externally observable behavior - so it's
    absolutely compatible with PasswordAuthenticator.
    
    A few tools and client libraries do not support custom authenticators.
    For example: ZDM Proxy. They fail whenever they see anything but
    PasswordAuthenticator nevertheless they are in fact completely
    compatible.
    
    So we want to stop advertising our custom authenticator and pretend that
    it's a standard PasswordAuthenticator.
    meatlink authored and tilman-aiven committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    48e8ece View commit details
    Browse the repository at this point in the history