This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 6643ea7551 Add the dtest-upgrade-large (and other) test type for
resource-intensive Python upgrade tests
add c273017b25 Add AzureSnitch
No new revisions were added by this update.
Summary of changes:
CHANGES.txt | 1 +
NEWS.txt | 1 +
conf/cassandra-rackdc.properties | 5 +
conf/cassandra.yaml | 5 +
.../AbstractCloudMetadataServiceConnector.java | 11 ++-
.../AbstractCloudMetadataServiceSnitch.java | 8 +-
.../cassandra/locator/AlibabaCloudSnitch.java | 13 +--
.../org/apache/cassandra/locator/AzureSnitch.java | 102 +++++++++++++++++++++
.../apache/cassandra/locator/CloudstackSnitch.java | 20 ++--
.../cassandra/locator/Ec2MultiRegionSnitch.java | 6 +-
.../org/apache/cassandra/locator/Ec2Snitch.java | 14 +--
.../cassandra/locator/GoogleCloudSnitch.java | 12 +--
.../cassandra/locator/AlibabaCloudSnitchTest.java | 25 +++--
.../locator/AzureConnectorMockingTest.java | 91 ++++++++++++++++++
.../cassandra/locator/CloudstackSnitchTest.java | 33 ++++---
.../apache/cassandra/locator/Ec2SnitchTest.java | 39 ++++----
.../cassandra/locator/GoogleCloudSnitchTest.java | 28 ++++--
17 files changed, 320 insertions(+), 94 deletions(-)
create mode 100644 src/java/org/apache/cassandra/locator/AzureSnitch.java
create mode 100644
test/unit/org/apache/cassandra/locator/AzureConnectorMockingTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]