-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Issue Type
CCL
Have you searched for existing issues?
Yes
Link to Relevant Documentation
https://www.secretflow.org.cn/zh-CN/docs/scql/0.9.4b1/intro/p2p-tutorial
Question Details
在https://www.secretflow.org.cn/zh-CN/docs/scql/0.9.4b1/intro/p2p-tutorial快速开始时,
./brokerctl get project --host http://localhost:8081
语句报错:
Error: GetProject: failed to call listing project service: got unexpected error="proto: (line 1:1359): unknown field "unbalance_psi_ratio_threshold"" while unmarshal proto from content={"status":{"code":0,"message":"list projects succeed","details":[]},"projects":[{"project_id":"demo","name":"","description":"","conf":{"spu_runtime_cfg":{"protocol":"SEMI2K","field":"FM64","fxp_fraction_bits":"0","max_concurrency":0,"enable_action_trace":false,"enable_type_checker":false,"enable_pphlo_trace":false,"enable_runtime_snapshot":false,"snapshot_dump_dir":"","enable_pphlo_profile":false,"enable_hal_profile":false,"public_random_seed":"0","share_max_chunk_size":"0","sort_method":"SORT_DEFAULT","quick_sort_threshold":"0","fxp_div_goldschmidt_iters":"0","fxp_exp_mode":"EXP_DEFAULT","fxp_exp_iters":"0","fxp_log_mode":"LOG_DEFAULT","fxp_log_iters":"0","fxp_log_orders":"0","sigmoid_mode":"SIGMOID_DEFAULT","enable_lower_accuracy_rsqrt":false,"sine_cosine_iters":"0","beaver_type":"TrustedFirstParty","ttp_beaver_config":null,"cheetah_2pc_config":null,"trunc_allow_msb_error":false,"experimental_disable_mmul_split":false,"experimental_enable_inter_op_par":false,"experimental_enable_int
Usage:
brokerctl get {project|table [NAME1 [,NAME2]]|ccl|invitation|result|plan} [flags]
Flags:
-h, --help help for get
--job-id string when get result, you must specify the job-id obtained after successfully creating the job
--parties string when get ccl, you can specify parties in format 'NAME [, NAME]', e.g: 'alice, bob'
--query string when get explain, you must specify the corresponding query
--tables string when get ccl, you can specify tables in format 'NAME [, NAME]', e.g: 'ta, tb'
Global Flags:
--host string host to access broker, e.g: http://localhost:8080
--project-id string unique identifier for project
--timeout int timeout seconds for http requests to broker (default 1)
2025/10/12 18:48:05 execute failed: GetProject: failed to call listing project service: got unexpected error="proto: (line 1:1359): unknown field "unbalance_psi_ratio_threshold"" while unmarshal proto from content={"status":{"code":0,"message":"list projects succeed","details":[]},"projects":[{"project_id":"demo","name":"","description":"","conf":{"spu_runtime_cfg":{"protocol":"SEMI2K","field":"FM64","fxp_fraction_bits":"0","max_concurrency":0,"enable_action_trace":false,"enable_type_checker":false,"enable_pphlo_trace":false,"enable_runtime_snapshot":false,"snapshot_dump_dir":"","enable_pphlo_profile":false,"enable_hal_profile":false,"public_random_seed":"0","share_max_chunk_size":"0","sort_method":"SORT_DEFAULT","quick_sort_threshold":"0","fxp_div_goldschmidt_iters":"0","fxp_exp_mode":"EXP_DEFAULT","fxp_exp_iters":"0","fxp_log_mode":"LOG_DEFAULT","fxp_log_iters":"0","fxp_log_orders":"0","sigmoid_mode":"SIGMOID_DEFAULT","enable_lower_accuracy_rsqrt":false,"sine_cosine_iters":"0","beaver_type":"TrustedFirstParty","ttp_beaver_config":null,"cheetah_2pc_config":null,"trunc_allow_msb_error":false,"experimental_disable_mmul_split":false,"experimental_enable_inter_op_par":false,"experimental_enable_int
Metadata
Metadata
Assignees
Labels
No labels