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
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
Expected behavior
Was expecting the
start.sh
script run smoothly and start container, but it's being timeout all the time even tho broker says that is up and running.Actual behavior
Process is being killed due timeout error in
start.sh
script.Test code
Simple K8S statefulSet
EMQ version
v3.0.0
Docker version
18.6.1
Startup log
cluster.k8s.address_type=ip
cluster.k8s.address_type=ip
node.max_ports=1048576
cluster.name=emqtt-cluster
cluster.name=emqtt-cluster
listener.tcp.external.acceptors=64
dashboard.default_user.password=verysecret
mqtt.max_packet_size=200KB
zone.external.session_expiry_interval=1d
listener.ssl.external.acceptors=32
node.process_limit=2097152
node.max_ets_tables=2097152
cluster.k8s.service_name=emqtt
cluster.k8s.service_name=emqtt
cluster.discovery=k8s
cluster.discovery=k8s
listener.ws.external.acceptors=16
node.cookie=d0c1680d3abb74a14d7feafb012e08df
[email protected]
cluster.k8s.app_name=emqtt
cluster.k8s.app_name=emqtt
cluster.k8s.apiserver=https://kubernetes.default:443
cluster.k8s.apiserver=https://kubernetes.default:443
cluster.k8s.namespace=analytics-chatkit
cluster.k8s.namespace=analytics-chatkit
cluster.autoclean=5m
cluster.autoclean=5m
cluster.autoheal=on
cluster.autoheal=on
EMQX_LOADED_PLUGINS=emqx_recon,emqx_retainer,emqx_dashboard
emqx 3.0 is started successfully!
===== LOGGING STARTED Wed Feb 27 15:05:34 UTC 2019
Exec: /opt/emqx/erts-10.2.1/bin/erlexec -boot /opt/emqx/releases/3.0/emqx -mode embedded -boot_var ERTS_LIB_DIR /opt/emqx/erts-10.2.1/../lib -mnesia dir "/opt/emqx/data/mnesia/[email protected]" -config /opt/emqx/data/configs/app.2019.02.27.15.05.35.config -args_file /opt/emqx/data/configs/vm.2019.02.27.15.05.35.args -vm_args /opt/emqx/data/configs/vm.2019.02.27.15.05.35.args -- console
Root: /opt/emqx
/opt/emqx
Starting emqx on node [email protected]
Start http:dashboard listener on 18083 successfully.
Start mqtt:tcp listener on 127.0.0.1:11883 successfully.
Start mqtt:tcp listener on 0.0.0.0:1883 successfully.
Start mqtt:ws listener on 0.0.0.0:8083 successfully.
Start mqtt:ssl listener on 0.0.0.0:8883 successfully.
Start mqtt:wss listener on 0.0.0.0:8084 successfully.
EMQ X Broker v3.0.0 is running now!
Eshell V10.2.1 (abort with ^G)
([email protected])1> ['2019-02-27T15:05:40Z']:waiting emqx
['2019-02-27T15:05:42Z']:waiting emqx
['2019-02-27T15:05:44Z']:waiting emqx
['2019-02-27T15:05:45Z']:waiting emqx
['2019-02-27T15:05:47Z']:waiting emqx
['2019-02-27T15:05:49Z']:waiting emqx
['2019-02-27T15:05:49Z']:timeout error
System
Kubernetes
The text was updated successfully, but these errors were encountered: