Skip to content

all-in-one布置了p2p模式的两个节点, #324

@TY-cc

Description

@TY-cc

Issue Type

Running

Have you searched for existing documents and issues?

Yes

OS Platform and Distribution

Linux ubuntu22.04

All_in_one Version

last

Module type

secretpad

Module version

secretflow-lite 1.7.0b0

What happend and What you expected to happen.

在执行隐私集合求交任务时任务失败,平台log也没有日志

Log output.

pad平台只有该log提示(双方相同)
2025-10-09 10:23:44 INFO the jobId=tmwl, taskId=tmwl-mkzgzxul-node-35 start ...

然后进入kuscia内部查看对应任务描述(双方相同)
kubectl get kj tmwl -n cross-domain -oyaml,结果如下
apiVersion: kuscia.secretflow/v1alpha1
kind: KusciaJob
metadata:
  annotations:
    kuscia.secretflow/initiator: p2p-alice-1
    kuscia.secretflow/interconn-kuscia-parties: p2p-bob-1
    kuscia.secretflow/interconn-self-parties: p2p-alice-1
    kuscia.secretflow/self-cluster-as-initiator: "true"
  creationTimestamp: "2025-10-09T02:18:43Z"
  generation: 1
  name: tmwl
  namespace: cross-domain
  resourceVersion: "2890828"
  uid: ad33e2ff-bd98-4ba4-92fd-ac3826b941c3
spec:
  initiator: p2p-alice-1
  maxParallelism: 1
  scheduleMode: BestEffort
  tasks:
  - alias: tmwl-mkzgzxul-node-35
    appImage: secretflow-image
    parties:
    - domainID: p2p-bob-1
    - domainID: p2p-alice-1
    taskID: tmwl-mkzgzxul-node-35
    taskInputConfig: |-
      {
        "sf_datasource_config": {
          "p2p-bob-1": {
            "id": "default-data-source"
          },
          "p2p-alice-1": {
            "id": "default-data-source"
          }
        },
        "sf_cluster_desc": {
          "parties": ["p2p-bob-1", "p2p-alice-1"],
          "devices": [{
            "name": "spu",
            "type": "spu",
            "parties": ["p2p-bob-1", "p2p-alice-1"],
            "config": "{\"runtime_config\":{\"protocol\":\"SEMI2K\",\"field\":\"FM128\"},\"link_desc\":{\"connect_retry_times\":60,\"connect_retry_interval_ms\":1000,\"brpc_channel_protocol\":\"http\",\"brpc_channel_connection_type\":\"pooled\",\"recv_timeout_ms\":1200000,\"http_timeout_ms\":1200000}}"
          }, {
            "name": "heu",
            "type": "heu",
            "parties": ["p2p-bob-1", "p2p-alice-1"],
            "config": "{\"mode\": \"PHEU\", \"schema\": \"paillier\", \"key_size\": 2048}"
          }],
          "ray_fed_config": {
            "cross_silo_comm_backend": "brpc_link"
          }
        },
        "sf_node_eval_param": {
          "domain": "data_prep",
          "name": "psi",
          "version": "1.0.0",
          "attr_paths": ["input/input_ds1/keys", "input/input_ds2/keys", "protocol", "sort_result", "receiver_parties", "allow_empty_result", "join_type", "input_ds1_keys_duplicated", "input_ds2_keys_duplicated"],
          "attrs": [{
            "is_na": false,
            "ss": ["ida"]
          }, {
            "is_na": false,
            "ss": ["ida"]
          }, {
            "is_na": false,
            "s": "PROTOCOL_RR22"
          }, {
            "b": true,
            "is_na": false
          }, {
            "is_na": false,
            "ss": ["p2p-alice-1", "p2p-bob-1"]
          }, {
            "is_na": true
          }, {
            "is_na": false,
            "s": "inner_join"
          }, {
            "b": true,
            "is_na": false
          }, {
            "b": true,
            "is_na": false
          }],
          "inputs": [{
            "type": "sf.table.individual",
            "meta": {
              "@type": "type.googleapis.com/secretflow.spec.v1.IndividualTable",
              "line_count": "-1"
            },
            "data_refs": [{
              "uri": "alice_data_id_121733135.csv",
              "party": "p2p-alice-1",
              "format": "csv"
            }]
          }, {
            "type": "sf.table.individual",
            "meta": {
              "@type": "type.googleapis.com/secretflow.spec.v1.IndividualTable",
              "line_count": "-1"
            },
            "data_refs": [{
              "uri": "bob_data_id_1854055097.csv",
              "party": "p2p-bob-1",
              "format": "csv"
            }]
          }],
          "checkpoint_uri": "cktmwl-mkzgzxul-node-35-output-0"
        },
        "sf_output_uris": ["tmwl_mkzgzxul_node_35_output_0", "tmwl_mkzgzxul_node_35_output_1"],
        "sf_input_ids": ["bfhpukkh", "oiqkvsfu"],
        "sf_input_partitions_spec": ["", ""],
        "sf_output_ids": ["tmwl-mkzgzxul-node-35-output-0", "tmwl-mkzgzxul-node-35-output-1"],
        "table_attrs": [{
          "table_id": "bfhpukkh",
          "column_attrs": [{
            "col_name": "ida",
            "col_type": "feature"
          }, {
            "col_name": "mean_radius",
            "col_type": "feature"
          }, {
            "col_name": "mean_texture",
            "col_type": "feature"
          }, {
            "col_name": "mean_perimeter",
            "col_type": "feature"
          }, {
            "col_name": "mean_area",
            "col_type": "feature"
          }, {
            "col_name": "mean_smoothness",
            "col_type": "feature"
          }, {
            "col_name": "mean_compactness",
            "col_type": "feature"
          }, {
            "col_name": "mean_concavity",
            "col_type": "feature"
          }, {
            "col_name": "mean_concave_points",
            "col_type": "feature"
          }, {
            "col_name": "mean_symmetry",
            "col_type": "feature"
          }, {
            "col_name": "mean_fractal_dimension",
            "col_type": "feature"
          }, {
            "col_name": "radius_error",
            "col_type": "feature"
          }, {
            "col_name": "texture_error",
            "col_type": "feature"
          }, {
            "col_name": "perimeter_error",
            "col_type": "feature"
          }, {
            "col_name": "area_error",
            "col_type": "feature"
          }, {
            "col_name": "smoothness_error",
            "col_type": "feature"
          }, {
            "col_name": "label",
            "col_type": "feature"
          }]
        }, {
          "table_id": "oiqkvsfu",
          "column_attrs": [{
            "col_name": "ida",
            "col_type": "feature"
          }, {
            "col_name": "compactness_error",
            "col_type": "feature"
          }, {
            "col_name": "concavity_error",
            "col_type": "feature"
          }, {
            "col_name": "concave_points_error",
            "col_type": "feature"
          }, {
            "col_name": "symmetry_error",
            "col_type": "feature"
          }, {
            "col_name": "fractal_dimension_error",
            "col_type": "feature"
          }, {
            "col_name": "worst_radius",
            "col_type": "feature"
          }, {
            "col_name": "worst_texture",
            "col_type": "feature"
          }, {
            "col_name": "worst_perimeter",
            "col_type": "feature"
          }, {
            "col_name": "worst_area",
            "col_type": "feature"
          }, {
            "col_name": "worst_smoothness",
            "col_type": "feature"
          }, {
            "col_name": "worst_compactness",
            "col_type": "feature"
          }, {
            "col_name": "worst_concavity",
            "col_type": "feature"
          }, {
            "col_name": "worst_concave_points",
            "col_type": "feature"
          }, {
            "col_name": "worst_symmetry",
            "col_type": "feature"
          }, {
            "col_name": "worst_fractal_dimension",
            "col_type": "feature"
          }]
        }]
      }
    tolerable: false
status:
  approveStatus:
    p2p-alice-1: JobAccepted
    p2p-bob-1: JobAccepted
  completionTime: "2025-10-09T02:23:44Z"
  conditions:
  - lastTransitionTime: "2025-10-09T02:18:43Z"
    status: "True"
    type: JobValidated
  lastReconcileTime: "2025-10-09T02:23:44Z"
  phase: Failed
  stageStatus:
    p2p-alice-1: JobCreateStageSucceeded
    p2p-bob-1: JobCreateStageSucceeded
  startTime: "2025-10-09T02:18:43Z"
  taskStatus:
    tmwl-mkzgzxul-node-35: Failed

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