[Bug] 无法启动 iotdb:1.0.1-standalone
- 主要言語
- Java
- スター
- 6.4k
- フォーク
- 1.2k
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 115
説明
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
iotdb:1.0.1-standalone
### Describe the bug and provide the minimal reproduce step
docker network create --driver=bridge --subnet=172.18.0.0/27 --gateway=172.18.0.1 iotdb
docker run --name iotdb-service \
--hostname iotdb-service \
--network iotdb \
--ip 172.18.0.6 \
-p 6667:6667 \
-e cn_internal_address=iotdb-service \
-e cn_target_config_node_list=iotdb-service:22277 \
-e dn_rpc_address=iotdb-service \
-e dn_internal_address=iotdb-service \
-e dn_target_config_node_list=iotdb-service:22277 \
apache/iotdb:1.0.1-standalone
### What did you expect to see?
无法启动单节点模式的iotdb 服务
### What did you see instead?
[main] WARN o.a.i.d.c.ConfigNodeClient:259 - The current node may have been down TEndPoint(ip:iotdb-service, port:22277),try next node
[main] WARN o.a.i.db.service.DataNode:240 - Cannot pull system configurations from ConfigNode-leader, because: Fail to connect to any config node. Please check status of ConfigNodes
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
コントリビューションガイド
調査の方向性
まず、提供された Docker ネットワークと `apache/iotdb:1.0.1-standalone` コマンドを再現し、その後、ログに記録された `ConfigNodeClient` と `DataNode` のエントリポイント周辺の起動パスを調査します。単一ノードの IoTDB サービスが正常に起動し、報告された警告なしに ConfigNode に接続できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, java
- 領域
- databases, devops
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100