You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照SecretFlow文档进行快速开始部署,前面的步骤都能够成功执行,但执行最后的查询步骤时,报出如下错误:
[demo]alice> SELECT ta.credit_rank, COUNT(*) as cnt, AVG(ta.income) as avg_income, AVG(tb.order_amount) as avg_amount FROM ta INNER JOIN tb ON ta.ID = tb.ID WHERE ta.age >= 20 AND ta.age <= 30 AND tb.is_active=1 GROUP BY ta.credit_rank;
WARN[0023] content-type (text/plain; charset=utf-8) is not one of application/json and application/x-protobuf
[fetch]err: Code: 320, message:RunExecutionPlan create session(0b8ceb1f-a586-11ef-bd53-0242ac120002) failed, catch std::exception=[Enforce fail at engine/auth/authenticator.cc:61] self_public_key_ == pi.pub_key. self public key mismatched
Stacktrace:
#0 scql::engine::auth::Authenticator::Verify()+0xaaaacba93b34#1 scql::engine::EngineServiceImpl::VerifyPublicKeys()+0xaaaacba8592c#2 scql::engine::EngineServiceImpl::RunExecutionPlan()+0xaaaacba8e138#3 brpc::policy::ProcessHttpRequest()+0xaaaace995eb8#4 brpc::ProcessInputMessage()+0xaaaace94871c#5 brpc::InputMessenger::InputMessageClosure::~InputMessageClosure()+0xaaaace9490d4#6 brpc::InputMessenger::OnNewMessages()+0xaaaace94a6cc#7 brpc::Socket::ProcessEvent()+0xaaaacea2b654#8 bthread::TaskGroup::task_runner()+0xaaaacea8a048
The text was updated successfully, but these errors were encountered:
Issue Type
Others
Have you searched for existing issues?
Yes
Link to Relevant Documentation
No response
Question Details
The text was updated successfully, but these errors were encountered: