Skip to content

将SCQL部署在多台机器上运行报错 #780

@anyejunwang1

Description

@anyejunwang1

Issue Type

Perfomance

Have you searched for existing issues?

Yes

Link to Relevant Documentation

No response

Question Details

根据包含可信第三方的部署文档https://www.secretflow.org.cn/zh-CN/docs/scql/1.0.0b1/topics/deployment/how-to-deploy-centralized-cluster#deployment-with-trusted-third-party,我将基于中心化部署架构的快速开始https://www.secretflow.org.cn/zh-CN/docs/scql/1.0.0b1/intro/tutorial中模拟的查询过程实际部署到多个机器中执行查询,创建数据库,切换用户,创建数据表,CCL授权等过程顺利完成,但是提交查询后报错如下:

[tpch]carol> select LINEITEM.l_orderkey, sum(LINEITEM.l_extendedprice) as revenue, ORDERS.o_orderdate, ORDERS.o_shippriority from CUSTOMER, ORDERS, LINEITEM where CUSTOMER.c_mktsegment = 'HOUSEHOLD' and CUSTOMER.c_custkey = ORDERS.o_custkey and ORDERS.o_orderkey = LINEITEM.l_orderkey and ORDERS.o_orderdate < 1181 and LINEITEM.l_shipdate > 1181 group by LINEITEM.l_orderkey, ORDERS.o_orderdate, ORDERS.o_shippriority order by revenue, ORDERS.o_orderdate;
[fetch]err: Code: 300, message:Post error: Post "http://engine:8080/SCQLEngineService/RunExecutionPlan": dial tcp: lookup engine on 127.0.0.53:53: server misbehaving

请问如何排查,是否可能是我哪些设置不正确呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions