StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.01k stars 1.81k forks source link

backend node not started with latest docker #38737

Closed jzhao20230918 closed 4 months ago

jzhao20230918 commented 10 months ago

Steps to reproduce the behavior (Required)

  1. docker run -p 9030:9030 -p 8030:8030 -p 8040:8040 -itd starrocks/allin1-ubuntu:latest
  2. SHOW PROC '/backends'\G

Expected behavior (Required)

Real behavior (Required)

BackendId: 10004 IP: 127.0.0.1 HeartbeatPort: 9050 BePort: -1 HttpPort: -1 BrpcPort: -1 LastStartTime: NULL LastHeartbeat: NULL Alive: false SystemDecommissioned: false ClusterDecommissioned: false TabletNum: 0 DataUsedCapacity: 0.000 B AvailCapacity: 1.000 B TotalCapacity: 0.000 B UsedPct: 0.00 % MaxDiskUsedPct: 0.00 % ErrMsg: java.net.ConnectException: Connection refused (Connection refused)

StarRocks version (Required)

jzhao20230918 commented 10 months ago

looks like my host does not support avx2. is there any workaround of this?

kevincai commented 10 months ago

looks like my host does not support avx2. is there any workaround of this?

you have to build the binary and image from source code yourself.

github-actions[bot] commented 4 months ago

We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!