The GitHub Actions job "CI" on incubator-horaedb.git has succeeded. Run started by GitHub user chunshao90 (triggered by chunshao90).
Head commit for run: a1041cd97c243ae7ca90836b7741dc8bf4451a8b / chunshao.rcs <[email protected]> feat(horaectl): initial commit (#1450) ## Rationale Introduce command line tool for horaedb, `horaectl`. ## Detailed Changes * Initial commit. * Support `list clusters` and `cluster diagnose`. ``` go run main.go --meta_addr 127.0.0.1:8080 --cluster_name defaultCluster 127.0.0.1:8080(defaultCluster) > c +----+----------------+------------+--------------+-----------------------------+-------------------------+-------------------------+ | ID | NAME | SHARDTOTAL | TOPOLOGYTYPE | PROCEDUREEXECUTINGBATCHSIZE | CREATEDAT | MODIFIEDAT | +----+----------------+------------+--------------+-----------------------------+-------------------------+-------------------------+ | 0 | defaultCluster | 8 | static | 4294967295 | 2024-01-19 15:18:57.034 | 2024-01-19 15:18:57.034 | +----+----------------+------------+--------------+-----------------------------+-------------------------+-------------------------+ 127.0.0.1:8080(defaultCluster) > c d +---------------------+-------------------------+--------------------------+-----------------------+ | UNREGISTERED_SHARDS | UNREADY_SHARDS:SHARD_ID | UNREADY_SHARDS:NODE_NAME | UNREADY_SHARDS:STATUS | +---------------------+-------------------------+--------------------------+-----------------------+ | [] | | | | +---------------------+-------------------------+--------------------------+-----------------------+ ``` ## Test Plan Manual test. Report URL: https://github.com/apache/incubator-horaedb/actions/runs/7608963283 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
