Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ONgDB not listening on 0.0.0.0:5000 #81

Open
rzajac opened this issue Oct 15, 2021 · 0 comments
Open

ONgDB not listening on 0.0.0.0:5000 #81

rzajac opened this issue Oct 15, 2021 · 0 comments

Comments

@rzajac
Copy link

rzajac commented Oct 15, 2021

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.

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 or causal_clustering.discovery_listen_address=:5000

run ongdb

Expected behavior

listen on 0.0.0.0:5000/tcp

Actual behavior

grep 5000 conf/ongdb.conf
causal_clustering.initial_discovery_members=localhost:5000,localhost:5001,localhost:5002
causal_clustering.discovery_listen_address=:5000

netstat -tpln | grep 5000
tcp6       0      0 127.0.0.1:5000          :::*                    LISTEN      3995227/java (edited) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant