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

Conversation

tilman-aiven
Copy link

@tilman-aiven tilman-aiven commented Jul 3, 2024

This PR is currently not intended for merge.

tilman-aiven and others added 4 commits July 3, 2024 13:47
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.
Joining nodes receive their backup from Astacus.
The exchange of SSTables during node replacement
is not necessary.
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.
Copy link

github-actions bot commented Jul 3, 2024

Test Results

9 961 tests   9 901 ✅  2h 34m 18s ⏱️
1 198 suites     59 💤
1 198 files        1 ❌

For more details on these failures, see this check.

Results for commit 48e8ece.

/**
* A class that contains Aiven-specific configuration properties for the node it runs within.
*/
public class AivenConfig
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VIOLATION: org.apache.cassandra.config.AivenConfig
	at org.apache.cassandra.config.DatabaseDescriptorRefTest.checkViolations(DatabaseDescriptorRefTest.java:438)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants