bucket shuffle join 和其他join相比是否消耗更多的FE资源 #6857
Unanswered
yjant
asked this question in
A - General / Q&A
Replies: 1 comment
-
This is bug of bucket shuffle join. You can
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
集群升级到0.14 后,原本可以运行的join查询,报错,
ERROR 1064 (HY000): failed to send brpc batch, error=Host is down, error_text=[E112]Not connected to 0.0.0.0:0 yet, server_id=8589935239 [R1][E112]Not connected to 0.0.0.0:0 yet, server_id=8589935239 [R2][E112]Not connected to 0.0.0.0:0 yet, server_id=8589935239 [R3][E112]Not connected to 0.0.0.0:0 yet, server_id=8589935239, client:
但是实际上服务是正常运行的, 关闭bucket shuffle join 之后,又可以正常执行sql,
所以想请问下,是否是查询更消耗FE资源导致FE资源不够引起的。
Beta Was this translation helpful? Give feedback.
All reactions