apache / apache/iotdb

[Bug] 无法启动 iotdb:1.0.1-standalone

Open
#9,269 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
6.4k
Forks
1.2k
Avg merge
1d 23h
Merged PRs (30d)
115

Description

### 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!

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the provided Docker network and `apache/iotdb:1.0.1-standalone` command, then inspect the startup path around the logged `ConfigNodeClient` and `DataNode` entry points. Done means the single-node IoTDB service starts successfully and connects to its ConfigNode without the reported warnings.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, java
Domain
databases, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.