jacek-lewandowski commented on code in PR #2462: URL: https://github.com/apache/cassandra/pull/2462#discussion_r1269119209
########## conf/cassandra.yaml: ########## @@ -1302,6 +1302,11 @@ 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: Review Comment: nit: ``` # AzureSnitch: # Gets datacenter from 'location' and rack from 'zone' fields of 'compute' object # from instance metadata service. If the availability zone is not enabled, it will use the fault # domain and get its respective value. # ``` -- 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]

