Skip to content

[Bug] Docker - ConfigNodeClient:255 - The current node may have been down TEndPoint #10882

@MRIIOT

Description

@MRIIOT

Search before asking

  • I searched in the issues and found nothing similar.

Version

1.1.2-standalone

Describe the bug and provide the minimal reproduce step

  iotdb:
    container_name: iotdb
    image: apache/iotdb:latest
    restart: always
    networks:
      - net1
    #ports:
    #  - "6667:6667/tcp"
    environment:
      - cn_internal_address=iotdb
      - cn_internal_port=10710
      - cn_consensus_port=10720
      - cn_target_config_node_list=iotdb:10710
      - dn_rpc_address=iotdb
      - dn_internal_address=iotdb
      - 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:10710
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /home/user/volumes/iotdb/data:/iotdb/data
      - /home/user/volumes/iotdb/logs:/iotdb/logs
    labels:
      - traefik.enable=false
    logging:
      driver: "json-file"
      options:
        max-size: "20m"

What did you expect to see?

Successful startup.

What did you see instead?

ConfigNodeClient:255 - The current node may have been down TEndPoint(ip:iotdb, port:10710),try next node

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions