环境
-
EMQX 版本:5
-
操作系统版本:ubuntu 22 /docker 环境emqx:5
docker 配置:
cloud_emqx:
image: emqx:5
restart: unless-stopped
user: root
ports:
- “18083:18083” #web
- “1883:1883”
- “8083:8083”
- “8883:8883”
- “8084:8084”
environment:
- TZ=Asia/Shanghai
- EMQX_ALLOW_ANONYMOUS=true
# 日志
- EMQX_LOG__FILE__ENABLE=true # 启用文件日志
- EMQX_LOG__FILE__LEVEL=${MQTT_LOG_LEVEL:-info} # 日志级别
- EMQX_LOG__FILE__PATH=/opt/emqx/log/emqx.log # 日志文件路径
# Dashboard管理员账号密码
- EMQX_DASHBOARD__DEFAULT_USERNAME=admin
- EMQX_DASHBOARD__DEFAULT_PASSWORD=public# MQTT客户端认证 - 使用内置数据库 - EMQX_AUTHENTICATION__1__MECHANISM=password_based - EMQX_AUTHENTICATION__1__BACKEND=built_in_database - EMQX_AUTHENTICATION__1__ENABLE=${MQTT_NEED_AUTH:-false}
volumes:
- ./deploy/emqx/data:/opt/emqx/data
- ./deploy/emqx/log:/opt/emqx/log
healthcheck:
test: [“CMD”, “curl”, “-f”, “http://localhost:18083/status”]
interval: 10s
timeout: 10s
retries: 3
start_period: 40s
重现此问题的步骤
不知道如何重现,有可能在某次重启了docker 服务后就这样了
预期行为
实际行为
2025-05-22T21:44:18.339205+08:00 [info] tag: AUTHZ, clientid: 7CTXMCH00B05P5, msg: authorization_permission_allowed, peername: 180.139.124.60:56008, username: dj_kdy, topic: thing/product/7CTXMCH00B05P5/events, source: file, action: PUBLISH(Q1,R0)
2025-05-22T21:44:58.325216+08:00 [info] tag: AUTHZ, clientid: 7CTXMCH00B05P5, msg: authorization_permission_allowed, peername: 180.139.124.60:56008, username: dj_kdy, topic: thing/product/7CTXMCH00B05P5/osd, source: file, action: PUBLISH(Q0,R0)
2025-05-22T21:45:16.576308+08:00 [critical] msg: received_terminate_signal
2025-05-22T21:45:16.581410+08:00 [notice] Application: os_mon. Exited: stopped. Type: permanent.
2025-05-22T21:45:16.584379+08:00 [notice] Application: jq. Exited: stopped. Type: permanent.
2025-05-22T21:45:16.584497+08:00 [notice] msg: stopping_emqx_apps
2025-05-22T21:45:16.593677+08:00 [notice] Application: emqx_telemetry. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.596518+08:00 [notice] Application: emqx_psk. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.599303+08:00 [notice] Application: emqx_connector_jwt. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.602004+08:00 [notice] Application: quicer. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.602110+08:00 [notice] Application: emqx_gateway_mqttsn. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.602281+08:00 [notice] Application: emqx_gateway_exproto. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.602348+08:00 [notice] Application: emqx_gateway_lwm2m. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.602401+08:00 [notice] Application: emqx_gateway_coap. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.602438+08:00 [notice] Application: emqx_gateway_stomp. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.605367+08:00 [notice] Application: emqx_gateway. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.607898+08:00 [notice] Application: emqx_auth_mysql. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.607989+08:00 [notice] Application: emqx_mysql. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.610867+08:00 [notice] Application: emqx_auth_http. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.613860+08:00 [notice] Application: emqx_auth_postgresql. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.616549+08:00 [notice] Application: emqx_auth_mongodb. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.618852+08:00 [notice] Application: emqx_auth_jwt. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.621322+08:00 [notice] Application: emqx_prometheus. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.624071+08:00 [notice] Application: emqx_auth_redis. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.626318+08:00 [notice] Application: emqx_auth_mnesia. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.628508+08:00 [notice] Application: emqx_auth_ldap. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.630803+08:00 [notice] Application: emqx_auth. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.632968+08:00 [notice] Application: emqx_auto_subscribe. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.637717+08:00 [notice] Application: emqx_dashboard. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.637800+08:00 [notice] Application: emqx_ldap. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.643095+08:00 [notice] Application: emqx_rule_engine. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.645460+08:00 [notice] Application: emqx_bridge. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.651441+08:00 [notice] Application: emqx_connector. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.651596+08:00 [notice] Application: emqx_mongodb. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.651838+08:00 [info] msg: exhook_mgr_terminated, reason: shutdown, servers: #{}
2025-05-22T21:45:16.654234+08:00 [notice] Application: emqx_exhook. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.656976+08:00 [notice] Application: emqx_modules. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.659446+08:00 [notice] Application: emqx_management. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.659536+08:00 [notice] Application: emqx_postgresql. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.659612+08:00 [notice] Application: emqx_bridge_http. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.659675+08:00 [notice] Application: emqx_redis. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.659729+08:00 [notice] Application: emqx_bridge_mqtt. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.665425+08:00 [notice] Application: emqx_resource. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.672042+08:00 [notice] Application: emqx_retainer. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.674369+08:00 [notice] Application: emqx_plugins. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.676547+08:00 [notice] Application: emqx_slow_subs. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.677009+08:00 [notice] tcp:default stopped on 0.0.0.0:1883
2025-05-22T21:45:16.677738+08:00 [notice] ssl:default stopped on 0.0.0.0:8883
2025-05-22T21:45:16.704788+08:00 [notice] Application: emqx. Exited: stopped. Type: permanent.
2025-05-22T21:45:16.704950+08:00 [notice] Application: emqx_ds_backends. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.711946+08:00 [notice] Application: emqx_durable_storage. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.712072+08:00 [notice] Application: emqx_utils. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.719834+08:00 [notice] Application: cowboy. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.729095+08:00 [notice] Application: ranch. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.736120+08:00 [notice] Application: bcrypt. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.736278+08:00 [notice] Application: emqx_http_lib. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.743100+08:00 [notice] Application: gproc. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.750674+08:00 [notice] Application: esockd. Exited: stopped. Type: permanent.
2025-05-22T21:45:16.757702+08:00 [notice] Application: emqx_conf. Exited: stopped. Type: temporary.
2025-05-22T21:45:16.855568+08:00 [notice] msg: Mria is stopped
2025-05-22T21:45:33.896381+08:00 [info] event=server_setup_successfully driver=tcp port=5369 socket=“#Port<0.5>”
2025-05-22T21:45:33.896690+08:00 [info] msg: gen_rpc_dispatcher_start
2025-05-22T21:45:33.898654+08:00 [notice] msg: Starting mria
2025-05-22T21:45:33.899416+08:00 [notice] msg: Starting mnesia
2025-05-22T21:45:33.906803+08:00 [notice] msg: Creating new mnesia schema, result: ok
2025-05-22T21:45:33.918338+08:00 [notice] msg: Starting shards
2025-05-22T21:45:33.924304+08:00 [info] msg: Setting RLOG shard config, tables: [‘$mria_rlog_sync’,mria_schema], shard: ‘$mria_meta_shard’
2025-05-22T21:45:33.924496+08:00 [info] msg: Converging schema
2025-05-22T21:45:33.924651+08:00 [info] msg: Setting RLOG shard config, tables: [‘$mria_rlog_sync’,mria_schema], shard: ‘$mria_meta_shard’
2025-05-22T21:45:33.924920+08:00 [info] msg: starting_rlog_shard, shard: ‘$mria_meta_shard’
2025-05-22T21:45:33.925270+08:00 [info] msg: Starting ekka
2025-05-22T21:45:33.925420+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: ‘$mria_meta_shard’
2025-05-22T21:45:33.925474+08:00 [notice] msg: Mria is running
2025-05-22T21:45:33.925578+08:00 [info] msg: Starting ekka
2025-05-22T21:45:33.925828+08:00 [info] msg: Ekka is running
2025-05-22T21:45:33.925859+08:00 [info] msg: Ekka is running
2025-05-22T21:45:33.925987+08:00 [notice] msg: (re)starting_emqx_apps
2025-05-22T21:45:33.930830+08:00 [info] msg: Adding table to a shard, table: cluster_rpc_mfa, shard: emqx_cluster_rpc_shard
2025-05-22T21:45:33.931371+08:00 [info] msg: Setting RLOG shard config, tables: [cluster_rpc_mfa], shard: emqx_cluster_rpc_shard
2025-05-22T21:45:33.934766+08:00 [info] msg: Adding table to a shard, table: cluster_rpc_commit, shard: emqx_cluster_rpc_shard
2025-05-22T21:45:33.935022+08:00 [info] msg: Setting RLOG shard config, tables: [cluster_rpc_commit,cluster_rpc_mfa], shard: emqx_cluster_rpc_shard
2025-05-22T21:45:33.935283+08:00 [info] msg: starting_rlog_shard, shard: emqx_cluster_rpc_shard
2025-05-22T21:45:33.935672+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_cluster_rpc_shard
2025-05-22T21:45:33.935961+08:00 [info] msg: wait_for_cluster_rpc_shard, result: ok
2025-05-22T21:45:33.936082+08:00 [info] msg: wait_for_cluster_rpc_tables, result: ok
2025-05-22T21:45:33.936442+08:00 [info] msg: skip_sync_cluster_conf, reason: This is a single node, or the first node in the cluster
2025-05-22T21:45:33.971034+08:00 [info] msg: Adding table to a shard, table: emqx_ds_builtin_local_metadata_tab, shard: undefined
2025-05-22T21:45:33.971447+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_ds_builtin_local_metadata_tab], shard: undefined
2025-05-22T21:45:33.975633+08:00 [info] msg: Adding table to a shard, table: emqx_ds_builtin_local_timestamp_tab, shard: undefined
2025-05-22T21:45:33.975912+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_ds_builtin_local_metadata_tab,emqx_ds_builtin_local_timestamp_tab], shard: undefined
2025-05-22T21:45:33.977421+08:00 [notice] alarm_handler: {clear,lc_mem_alarm}
2025-05-22T21:45:33.978650+08:00 [notice] alarm_handler: {clear,lc_runq_alarm}
2025-05-22T21:45:33.987730+08:00 [info] msg: Adding table to a shard, table: bpapi, shard: emqx_common_shard
2025-05-22T21:45:33.987956+08:00 [info] msg: Setting RLOG shard config, tables: [bpapi], shard: emqx_common_shard
2025-05-22T21:45:33.988769+08:00 [info] msg: starting_rlog_shard, shard: emqx_common_shard
2025-05-22T21:45:33.989413+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_common_shard
2025-05-22T21:45:34.003818+08:00 [info] msg: Adding table to a shard, table: emqx_trie, shard: route_shard
2025-05-22T21:45:34.004116+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_trie], shard: route_shard
2025-05-22T21:45:34.007416+08:00 [info] msg: Adding table to a shard, table: emqx_route, shard: route_shard
2025-05-22T21:45:34.007661+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_route,emqx_trie], shard: route_shard
2025-05-22T21:45:34.011332+08:00 [info] msg: Adding table to a shard, table: emqx_route_filters, shard: route_shard
2025-05-22T21:45:34.011547+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_route,emqx_route_filters,emqx_trie], shard: route_shard
2025-05-22T21:45:34.017968+08:00 [info] msg: Adding table to a shard, table: emqx_routing_node, shard: route_shard
2025-05-22T21:45:34.018328+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_route,emqx_route_filters,emqx_routing_node,emqx_trie], shard: route_shard
2025-05-22T21:45:34.019763+08:00 [info] msg: starting_rlog_shard, shard: route_shard
2025-05-22T21:45:34.020971+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: route_shard
2025-05-22T21:45:34.021493+08:00 [info] msg: routing_schema_used, schema: v2
2025-05-22T21:45:34.026020+08:00 [info] msg: Adding table to a shard, table: emqx_shared_subscription, shard: emqx_shared_sub_shard
2025-05-22T21:45:34.026324+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_shared_subscription], shard: emqx_shared_sub_shard
2025-05-22T21:45:34.026542+08:00 [info] msg: starting_rlog_shard, shard: emqx_shared_sub_shard
2025-05-22T21:45:34.026975+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_shared_sub_shard
2025-05-22T21:45:34.033247+08:00 [info] msg: Adding table to a shard, table: emqx_exclusive_subscription, shard: emqx_exclusive_shard
2025-05-22T21:45:34.033648+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_exclusive_subscription], shard: emqx_exclusive_shard
2025-05-22T21:45:34.037002+08:00 [info] msg: Adding table to a shard, table: emqx_exclusive_subscription_v2, shard: emqx_exclusive_shard
2025-05-22T21:45:34.037335+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_exclusive_subscription,emqx_exclusive_subscription_v2], shard: emqx_exclusive_shard
2025-05-22T21:45:34.037549+08:00 [info] msg: starting_rlog_shard, shard: emqx_exclusive_shard
2025-05-22T21:45:34.037854+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_exclusive_shard
2025-05-22T21:45:34.047746+08:00 [info] msg: Adding table to a shard, table: emqx_banned, shard: emqx_common_shard
2025-05-22T21:45:34.048054+08:00 [info] msg: Setting RLOG shard config, tables: [bpapi,emqx_banned], shard: emqx_common_shard
2025-05-22T21:45:34.048198+08:00 [notice] msg: Shard schema change, new_table: emqx_banned, shard: emqx_common_shard
2025-05-22T21:45:34.052992+08:00 [info] msg: Adding table to a shard, table: emqx_banned_rules, shard: emqx_common_shard
2025-05-22T21:45:34.053338+08:00 [info] msg: Setting RLOG shard config, tables: [bpapi,emqx_banned,emqx_banned_rules], shard: emqx_common_shard
2025-05-22T21:45:34.053541+08:00 [notice] msg: Shard schema change, new_table: emqx_banned_rules, shard: emqx_common_shard
2025-05-22T21:45:34.058665+08:00 [info] msg: Adding table to a shard, table: emqx_channel_registry, shard: emqx_cm_shard
2025-05-22T21:45:34.058977+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_channel_registry], shard: emqx_cm_shard
2025-05-22T21:45:34.059179+08:00 [info] msg: starting_rlog_shard, shard: emqx_cm_shard
2025-05-22T21:45:34.059496+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_cm_shard
2025-05-22T21:45:34.064094+08:00 [info] msg: Adding table to a shard, table: emqx_activated_alarm, shard: undefined
2025-05-22T21:45:34.064391+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_activated_alarm,emqx_ds_builtin_local_metadata_tab,emqx_ds_builtin_local_timestamp_tab], shard: undefined
2025-05-22T21:45:34.069167+08:00 [info] msg: Adding table to a shard, table: emqx_deactivated_alarm, shard: undefined
2025-05-22T21:45:34.069419+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_activated_alarm,emqx_deactivated_alarm,emqx_ds_builtin_local_metadata_tab,emqx_ds_builtin_local_timestamp_tab], shard: undefined
2025-05-22T21:45:34.085530+08:00 [info] msg: Adding table to a shard, table: emqx_retainer_index_meta, shard: emqx_retainer_shard
2025-05-22T21:45:34.085749+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_retainer_index_meta], shard: emqx_retainer_shard
2025-05-22T21:45:34.085983+08:00 [info] msg: starting_rlog_shard, shard: emqx_retainer_shard
2025-05-22T21:45:34.086317+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_retainer_shard
2025-05-22T21:45:34.091408+08:00 [info] msg: Adding table to a shard, table: emqx_retainer_message, shard: emqx_retainer_shard
2025-05-22T21:45:34.091792+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_retainer_index_meta,emqx_retainer_message], shard: emqx_retainer_shard
2025-05-22T21:45:34.091928+08:00 [notice] msg: Shard schema change, new_table: emqx_retainer_message, shard: emqx_retainer_shard
2025-05-22T21:45:34.096915+08:00 [info] msg: Adding table to a shard, table: emqx_retainer_index, shard: emqx_retainer_shard
2025-05-22T21:45:34.097263+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_retainer_index,emqx_retainer_index_meta,emqx_retainer_message], shard: emqx_retainer_shard
2025-05-22T21:45:34.097424+08:00 [notice] msg: Shard schema change, new_table: emqx_retainer_index, shard: emqx_retainer_shard
2025-05-22T21:45:34.109044+08:00 [info] msg: Adding table to a shard, table: emqx_app, shard: emqx_common_shard
2025-05-22T21:45:34.109461+08:00 [info] msg: Setting RLOG shard config, tables: [bpapi,emqx_app,emqx_banned,emqx_banned_rules], shard: emqx_common_shard
2025-05-22T21:45:34.109642+08:00 [notice] msg: Shard schema change, new_table: emqx_app, shard: emqx_common_shard
2025-05-22T21:45:34.118774+08:00 [info] msg: Adding table to a shard, table: emqx_delayed, shard: undefined
2025-05-22T21:45:34.119058+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_activated_alarm,emqx_deactivated_alarm,emqx_delayed,emqx_ds_builtin_local_metadata_tab,emqx_ds_builtin_local_timestamp_tab], shard: undefined
2025-05-22T21:45:34.127515+08:00 [info] msg: Adding table to a shard, table: emqx_trace, shard: emqx_common_shard
2025-05-22T21:45:34.127793+08:00 [info] msg: Setting RLOG shard config, tables: [bpapi,emqx_app,emqx_banned,emqx_banned_rules,emqx_trace], shard: emqx_common_shard
2025-05-22T21:45:34.127947+08:00 [notice] msg: Shard schema change, new_table: emqx_trace, shard: emqx_common_shard
2025-05-22T21:45:34.142915+08:00 [info] msg: Adding table to a shard, table: emqx_admin, shard: emqx_dashboard_shard
2025-05-22T21:45:34.143238+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_admin], shard: emqx_dashboard_shard
2025-05-22T21:45:34.146955+08:00 [info] msg: Adding table to a shard, table: emqx_admin_jwt, shard: emqx_dashboard_shard
2025-05-22T21:45:34.147208+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_admin,emqx_admin_jwt], shard: emqx_dashboard_shard
2025-05-22T21:45:34.156406+08:00 [info] msg: Adding table to a shard, table: emqx_dashboard_monitor, shard: undefined
2025-05-22T21:45:34.156754+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_activated_alarm,emqx_dashboard_monitor,emqx_deactivated_alarm,emqx_delayed,emqx_ds_builtin_local_metadata_tab,emqx_ds_builtin_local_timestamp_tab], shard: undefined
2025-05-22T21:45:34.157041+08:00 [info] msg: starting_rlog_shard, shard: emqx_dashboard_shard
2025-05-22T21:45:34.157524+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_dashboard_shard
2025-05-22T21:45:34.157969+08:00 [info] msg: loading_desc, file: /opt/emqx/lib/emqx_dashboard-5.2.1/priv/desc.en.hocon
2025-05-22T21:45:34.164973+08:00 [info] msg: wait_for_cluster_rpc_shard, result: ok
2025-05-22T21:45:34.165376+08:00 [info] msg: wait_for_cluster_rpc_tables, result: ok
2025-05-22T21:45:34.165692+08:00 [notice] msg: new_node_first_catch_up_and_start_commit., node: ‘emqx@172.19.0.5’, tnx_id: 0
2025-05-22T21:45:34.319586+08:00 [info] msg: loading_desc, file: /opt/emqx/lib/emqx_dashboard-5.2.1/priv/desc.zh.hocon
2025-05-22T21:45:34.491117+08:00 [info] msg: started_listener_ok, name: ‘http:dashboard’, pid: <0.2976.0>, port: 18083
2025-05-22T21:45:34.504410+08:00 [info] msg: dashboard_sso_user_added, username: admin, role: <<“administrator”>>
2025-05-22T21:45:34.523247+08:00 [info] msg: Adding table to a shard, table: emqx_acl, shard: emqx_acl_sharded
2025-05-22T21:45:34.523650+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_acl], shard: emqx_acl_sharded
2025-05-22T21:45:34.525028+08:00 [info] msg: starting_rlog_shard, shard: emqx_acl_sharded
2025-05-22T21:45:34.525387+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_acl_sharded
2025-05-22T21:45:34.530438+08:00 [info] msg: Adding table to a shard, table: emqx_authn_mnesia, shard: emqx_authn_shard
2025-05-22T21:45:34.530673+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_authn_mnesia], shard: emqx_authn_shard
2025-05-22T21:45:34.536530+08:00 [info] msg: starting_rlog_shard, shard: emqx_authn_shard
2025-05-22T21:45:34.537037+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_authn_shard
2025-05-22T21:45:34.543796+08:00 [info] msg: Adding table to a shard, table: emqx_authn_scram_mnesia, shard: emqx_authn_shard
2025-05-22T21:45:34.544161+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_authn_mnesia,emqx_authn_scram_mnesia], shard: emqx_authn_shard
2025-05-22T21:45:34.549527+08:00 [notice] msg: Shard schema change, new_table: emqx_authn_scram_mnesia, shard: emqx_authn_shard
2025-05-22T21:45:34.571795+08:00 [info] msg: Adding table to a shard, table: emqx_psk, shard: emqx_psk_shard
2025-05-22T21:45:34.572119+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_psk], shard: emqx_psk_shard
2025-05-22T21:45:34.572999+08:00 [info] msg: starting_rlog_shard, shard: emqx_psk_shard
2025-05-22T21:45:34.573339+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_psk_shard
2025-05-22T21:45:34.573452+08:00 [info] msg: emqx_psk_disabled
2025-05-22T21:45:34.580411+08:00 [info] msg: Adding table to a shard, table: emqx_telemetry, shard: emqx_telemetry_shard
2025-05-22T21:45:34.580792+08:00 [info] msg: Setting RLOG shard config, tables: [emqx_telemetry], shard: emqx_telemetry_shard
2025-05-22T21:45:34.582692+08:00 [info] msg: starting_rlog_shard, shard: emqx_telemetry_shard
2025-05-22T21:45:34.583060+08:00 [info] msg: Shard fully up, node: ‘emqx@172.19.0.5’, shard: emqx_telemetry_shard
2025-05-22T21:45:34.798913+08:00 [warning] tag: AUTHN, clientid: 7CTXMCH00B05P5, msg: authentication_failure, peername: 180.139.124.60:54506, username: dj_kdy, reason: not_authorized
2025-05-22T21:45:34.799648+08:00 [info] clientid: 7CTXMCH00B05P5, msg: terminate, peername: 180.139.124.60:54506, username: dj_kdy, reason: {shutdown,not_authorized}
2025-05-22T21:45:34.924834+08:00 [info] clientid: 7CTXMCH00B05P5, msg: terminate, peername: 180.139.124.60:54507, username: dj_kdy, reason: {shutdown,not_authorized}