xgerman commented on code in PR #2462: URL: https://github.com/apache/cassandra/pull/2462#discussion_r1263857083
########## conf/cassandra.yaml: ########## @@ -1302,6 +1302,10 @@ slow_query_log_timeout: 500ms # Snitch for getting dc and rack of a node from metadata service of Alibaba cloud. # This snitch that assumes an ECS region is a DC and an ECS availability_zone is a rack. # +# AzureSnitch: +# Gets datacenter from 'location' and rack from 'zone' fields of 'compute' object +# from instance metadata service. Review Comment: If availability zone is not enabled it will use fault domains and get the respective value from -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

