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

Add broker to allin1 container #26060

Closed alberttwong closed 1 year ago

alberttwong commented 1 year ago

Usually it's on BE port 8000 but where is it running in the allin1?

StarRocks > show broker
    -> ;
+-------------+-----------+------+-------+---------------+----------------+--------------------------------------------------------------------+
| Name        | IP        | Port | Alive | LastStartTime | LastUpdateTime | ErrMsg                                                             |
+-------------+-----------+------+-------+---------------+----------------+--------------------------------------------------------------------+
| local_load3 | 127.0.0.1 | 8060 | false | NULL          | NULL           |                                                                    |
| local_load2 | 127.0.0.1 | 8040 | false | NULL          | NULL           |                                                                    |
| local_load  | 127.0.0.1 | 8000 | false | NULL          | NULL           | java.net.ConnectException: Connection refused (Connection refused) |
| local_load  | 127.0.0.1 | 8040 | false | NULL          | NULL           |                                                                    |
| local_load  | 127.0.0.1 | 8060 | false | NULL          | NULL           |                                                                    |
+-------------+-----------+------+-------+---------------+----------------+--------------------------------------------------------------------+
5 rows in set (0.01 sec)
alberttwong commented 1 year ago

add wget to the container https://github.com/StarRocks/starrocks/issues/26061

kevincai commented 1 year ago

included since release 3.1.0