FlickerMi opened a new issue, #13151: URL: https://github.com/apache/iotdb/issues/13151
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version iotdb版本:iotdb:1.3.1-standalone 服务器版本:麒麟V10 x86_64 Linux version 4.19.90-52.22.v2207.ky10.x86_64 ([email protected]) (gcc version 7.3.0 (GCC)) #1 SMP Tue Mar 14 12:19:10CST 2023 ### Describe the bug and provide the minimal reproduce step 使用docker启动iotdb,**docker-compose.yml**: ``` version : '3.8' services: iotdb: container_name: iotdb image: apache/iotdb:1.3.1-standalone restart: always hostname: iotdb-service ports: - "6667:6667" - "31999:31999" - "8123:8123" - "9003:9003" volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs - ./conf:/iotdb/conf environment: - TZ=Asia/Shanghai - enable_rest_service=true - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - cn_seed_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - dn_target_config_node_list=iotdb-service:10710 #- dn_seed_config_node=iotdb-service:10710 networks: - cc-network networks: cc-network: external: true ``` docker compose up -d 后,日志只有一行,并且容器CPU飙升。 **输出日志:** ``` Checking whether the ports are already occupied... ``` ### What did you expect to see? 正常启动日志 ### What did you see instead? Checking whether the ports are already occupied... ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
