We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute the following steps in a 3 follower cluster without any tasks
kill -19 pid
create database test;
show frontends;
show frontends should be executed successfully.
show frontends
show frontends is hung,
2022-05-20 14:53:25,691 INFO (thrift-server-pool-2978|3102) [MasterOpExecutor.forward():134] Forward statement 2980 to Master TNetworkAddress(hostname:172.26.92.155, port:29927) 2022-05-20 14:53:25,692 INFO (thrift-server-pool-2979|3103) [ThriftServerEventProcessor.createContext():98] create thrift context. client: TNetworkAddress(hostname:172.26.92.155, port:54664) 2022-05-20 14:53:25,692 INFO (thrift-server-pool-2979|3103) [FrontendServiceImpl.forward():649] receive forwarded stmt 2980 from FE: 172.26.92.155
select current_version()
The text was updated successfully, but these errors were encountered:
@gengjun-git You can modify the title to make it more accurate to the description.
Sorry, something went wrong.
[Doc] Replace an outer link (StarRocks#6403) (StarRocks#6404)
6aafd88
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com> (cherry picked from commit 40daf76) Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
Successfully merging a pull request may close this issue.
Steps to reproduce the behavior (Required)
Execute the following steps in a 3 follower cluster without any tasks
Expected behavior (Required)
show frontends
should be executed successfully.Real behavior (Required)
show frontends
is hung,StarRocks version (Required)
select current_version()
The text was updated successfully, but these errors were encountered: