redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

node stuck "Requesting node ID for node UUID"

Open theRealWardo opened this issue 3 years ago • 0 comments

Version & Environment

Redpanda version: (use rpk version): v22.3.3 (rev 41a324d) Docker Desktop 20.10.20 on Mac

What went wrong?

Single node cluster does not come up healthy and continuously logs

INFO  2022-11-19 00:25:22,891 [shard 0] cluster - cluster_discovery.cc:147 - Requesting node ID for node UUID {803a1ac9-4043-4d43-9cde-752d6e0f10f1} from {host: redpanda, port: 33145}

What should have happened instead?

The cluster should have come up healthy.

How to reproduce the issue?

Running in docker-compose with:

  redpanda:
    image: docker.redpanda.com/vectorized/redpanda:v22.3.3
    command:
      - redpanda
      - start
      - --smp
      - '1'
      - --reserve-memory
      - 0M
      - --seeds "redpanda:33145"
      - --set redpanda.empty_seed_starts_cluster=false
      - --overprovisioned
      - --kafka-addr
      - PLAINTEXT://0.0.0.0:29092,OUTSIDE://redpanda:9092
      - --advertise-kafka-addr
      - PLAINTEXT://redpanda:29092,OUTSIDE://redpanda:9092
      - --pandaproxy-addr
      - PLAINTEXT://0.0.0.0:28082,OUTSIDE://redpanda:8082
      - --advertise-pandaproxy-addr
      - PLAINTEXT://redpanda:28082,OUTSIDE://redpanda:8082
      - --check=false
      - --set redpanda.auto_create_topics_enabled=true
    ports:
      - 8081:8081
      - 8082:8082
      - 9092:9092
      - 28082:28082
      - 29092:29092

Additional information

Attached rpk debug bundle note the following

        * failed to get the size of the kernel log buffer: operation not permitted
        * exec: "dmidecode": executable file not found in $PATH
        * unable to fetch metrics from the admin API: Get "http://127.0.0.1:9644/metrics": dial tcp 127.0.0.1:9644: connect: connection refused
        * exec: "dig": executable file not found in $PATH
        * exec: "ss": executable file not found in $PATH
        * exec: "journalctl": executable file not found in $PATH
        * exec: "top": executable file not found in $PATH
        * exec: "ip": executable file not found in $PATH
        * exec: "vmstat": executable file not found in $PATH
        * exec: "lspci": executable file not found in $PATH

debug-bundle.zip

theRealWardo avatar Nov 19 '22 00:11 theRealWardo