We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079afb6 commit 534cb0cCopy full SHA for 534cb0c
mem3_helper.py
@@ -36,7 +36,7 @@ def discover_peers(service_record):
36
expected_peers_count = int(expected_peers_count)
37
print('Expecting', expected_peers_count, 'peers...')
38
else:
39
- print('Looks like COUCHDB_CLUSTER_SIZE is not set, will not wait for DNS...')
+ print('Looks like COUCHDB_CLUSTER_SIZE is not set, will not wait for DNS to fully propagate...')
40
print('Resolving SRV record:', service_record)
41
# Erlang requires that we drop the trailing period from the absolute DNS
42
# name to form the hostname used for the Erlang node. This feels hacky
0 commit comments