smiklosovic commented on code in PR #2988:
URL: https://github.com/apache/cassandra/pull/2988#discussion_r1537862407
##########
conf/cassandra.yaml:
##########
@@ -647,6 +647,17 @@ seed_provider:
# based on the configured name service on the system. Defaults to
"false".
# resolve_multiple_ip_addresses_per_dns_record: "false"
+
+# - class_name: org.apache.cassandra.locator.UrlSeedProvider
+# parameter:
+ # seeds_url points to config which container one seed per line.
+ # Ex: "http://<seeds-url-address>"
+# - seeds_url: "http://127.0.0.1"
Review Comment:
well here it seems that seeds_url property is misleading and we should react
on metadata_url instead as I was commenting on that already. This is just an
http address where that seed provider will find a list of seeds, it is not like
this seed provider would contact all the addresses enumerated here.
--
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]