Skip to content
New issue

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

在求交后运行分箱失败 #483

Closed
lvying0019 opened this issue Jan 2, 2025 · 4 comments
Closed

在求交后运行分箱失败 #483

lvying0019 opened this issue Jan 2, 2025 · 4 comments

Comments

@lvying0019
Copy link

Issue Type

Running

Search for existing issues similar to yours

Yes

OS Platform and Distribution

Ubuntu 22.04.1

Kuscia Version

secretpadImage版本:0.11.0b0 secretflowServingImage版本:0.7.0b0 kusciaImage版本:0.12.0b0 secretflowImage版本:1.10.0b1 dataProxyImage版本:0.1.0b0

Deployment

docker

deployment Version

docker

App Running type

secretflow

App Running version

secretpadImage版本:0.11.0b0 secretflowServingImage版本:0.7.0b0 kusciaImage版本:0.12.0b0 secretflowImage版本:1.10.0b1 dataProxyImage版本:0.1.0b0

Configuration file used to run kuscia.

使用

What happend and What you expected to happen.

在求交后运行woe分箱失败

Kuscia log output.

2025-01-02 08:12:18.409 ERROR entry.py:176 [bob] -- comp eval failed, error <input type<sf.table.individual> mismatch, expect ['sf.table.vertical_table']>
Traceback (most recent call last):
  File \"/usr/local/lib/python3.10/site-packages/secretflow/component/core/entry.py\", line 152, in comp_eval
    kwargs = comp_def.parse_param(param)
  File \"/usr/local/lib/python3.10/site-packages/secretflow/component/core/definition.py\", line 1178, in parse_param
    in_param.type in io_def.types
AssertionError: input type<sf.table.individual> mismatch, expect ['sf.table.vertical_table']
2025-01-02 08:12:18.410 INFO driver.py:548 [bob] -- shutdown is called, barrier_on_shutdown False, on_error True
2025-01-02 08:12:18.410 INFO api.py:214 [bob] -- Shutdowning intendedly, wait_for_sending False
2025-01-02 08:12:18.410 INFO global_context.py:214 [bob] -- Try stop context, wait_for_sending False, on_error True
2025-01-02 08:12:18.410 INFO global_context.py:218 [bob] -- task_executor stoped
2025-01-02 08:12:18.410 INFO global_context.py:220 [bob] -- recv_executor stoped
2025-01-02 08:12:18.410 INFO global_context.py:224 [bob] -- send_executor stoped
2025-01-02 08:12:18.410 INFO global_context.py:237 [bob] -- Context stoped
I0102 08:12:18.410440     7 external/com_github_brpc_brpc/src/brpc/server.cpp:1241] Server[yacl::link::transport::internal::ReceiverServiceImpl] is going to quit
[2025-01-02 08:12:18.410] [warning] [channel.h:163] Channel destructor is called before WaitLinkTaskFinish, try stop send thread
2025-01-02 08:12:18.457 INFO api.py:222 [bob] -- Shutdowned
2025-01-02 08:12:18.457 CRITICAL api.py:225 [bob] -- Exit now due to the previous error.
@lanyy9527
Copy link

截图发下白屏组件的使用和相关配置吧

@lvying0019
Copy link
Author

image
image

@lanyy9527
Copy link

主要看下psi的配置,结果接收方必须要配置双方的才行

@lvying0019
Copy link
Author

image
收到,修改成配置接收方成两侧后成功。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants