You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when I set the config option causal_clustering.discovery_listen_address=0.0.0.0:5000 or causal_clustering.discovery_listen_address=:5000 it actually listens on 127.0.0.1:5000.
I noticed that when I set the config option
causal_clustering.discovery_listen_address=0.0.0.0:5000
orcausal_clustering.discovery_listen_address=:5000
it actually listens on127.0.0.1:5000
.ONgDB Version: 1.0.0
Operating System: Ubuntu 20.04.3 LTS
API: openjdk version "1.8.0_292"
Steps to reproduce
set
causal_clustering.discovery_listen_address=0.0.0.0:5000
orcausal_clustering.discovery_listen_address=:5000
run ongdb
Expected behavior
listen on 0.0.0.0:5000/tcp
Actual behavior
The text was updated successfully, but these errors were encountered: