starrocks
starrocks copied to clipboard
[computer node K8S] The cn node fails to be enabled after being stopped
Steps to reproduce the behavior (Required)
deployment cn 1.
cd /root/StarRocks-2.4.0-0901/be
./bin/stop_cn.sh --daemon
Show Compute Nodes;
./bin/start_cn.sh --daemon
Show Compute Nodes;
Expected behavior (Required)
start cn success
Real behavior (Required)
start cn failed
cn.out
[warn] Error from accept() call: Invalid argument
query_id:00000000-0000-0000-0000-000000000000, fragment_instance:00000000-0000-0000-0000-000000000000
*** Aborted at 1662200879 (unix time) try "date -d @1662200879" if you are using GNU date ***
PC: @ 0x7f80849bdf81 pthread_join
*** SIGSEGV (@0x2d0) received by PID 13619 (TID 0x7f8085d33f40) from PID 720; stack trace: ***
@ 0x4726412 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7f80849c4630 (unknown)
@ 0x7f80849bdf81 pthread_join
@ 0x24b75d0 starrocks::LoadPathMgr::~LoadPathMgr()
@ 0x248c249 starrocks::ExecEnv::_destroy()
@ 0x1bfebf3 main
@ 0x7f8083efb555 __libc_start_main
@ 0x1ce70ff (unknown)
@ 0x0 (unknown)
StarRocks version (Required)
- You can get the StarRocks version by executing SQL
select current_version()
+-----------------------+
| current_version() |
+-----------------------+
| 2.4.0-0901-HY 1b8bc86 |
+-----------------------+
run the script for stop the be, but the process is not fully stopped, so you start the be failed. when it starts again, please confirm the last be fully stopped.
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!