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 cf5d5fec6e Merge branch 'cassandra-4.1' into trunk
     add 4ea7bb25b4 Add support for AWS Ec2 IMDSv2
     add b6fdc80456 Merge branch 'cassandra-3.0' into cassandra-3.11
     add b099aae3f0 Merge branch 'cassandra-3.11' into cassandra-4.0
     add a57f0396fa Merge branch 'cassandra-4.0' into cassandra-4.1
     new ea5291c2ca Merge branch 'cassandra-4.1' into trunk

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .build/cassandra-build-deps-template.xml           |   4 +
 .build/parent-pom-template.xml                     |   6 +
 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   5 +
 conf/cassandra-rackdc.properties                   |   6 +
 .../AbstractCloudMetadataServiceConnector.java     |  99 ++++++++++
 .../locator/Ec2MetadataServiceConnector.java       | 215 +++++++++++++++++++++
 .../cassandra/locator/Ec2MultiRegionSnitch.java    |  26 ++-
 .../org/apache/cassandra/locator/Ec2Snitch.java    |  66 +++----
 .../apache/cassandra/locator/SnitchProperties.java |   8 +
 .../apache/cassandra/locator/Ec2ConnectorTest.java | 106 ++++++++++
 .../{EC2SnitchTest.java => Ec2SnitchTest.java}     | 155 +++++++++------
 .../locator/Ec2V2ConnectorMockingTest.java         | 169 ++++++++++++++++
 13 files changed, 761 insertions(+), 105 deletions(-)
 create mode 100644 
src/java/org/apache/cassandra/locator/AbstractCloudMetadataServiceConnector.java
 create mode 100644 
src/java/org/apache/cassandra/locator/Ec2MetadataServiceConnector.java
 create mode 100644 test/unit/org/apache/cassandra/locator/Ec2ConnectorTest.java
 rename test/unit/org/apache/cassandra/locator/{EC2SnitchTest.java => 
Ec2SnitchTest.java} (61%)
 create mode 100644 
test/unit/org/apache/cassandra/locator/Ec2V2ConnectorMockingTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to