Skip to content

[Bug]: After the resume task, the response obtained from the list is incorrect. #117

@zhuwenxing

Description

@zhuwenxing

Current Behavior

  "state": "Running",
   "reason": "manually pause through http interface"

These two status values are contradictory.

{
    "code": 200,
    "data": {
        "tasks": [
            {
                "task_id": "a2040d620ac84ab3b07902f3b54cbe8f",
                "milvus_connect_param": {
                    "host": "xxx",
                    "port": 19530,
                    "enable_tls": true,
                    "dial_config": {
                        "server_name": "",
                        "server_pem_path": "",
                        "ca_pem_path": "",
                        "client_pem_path": "",
                        "client_key_path": ""
                    },
                    "ignore_partition": false,
                    "connect_timeout": 120
                },
                "collection_infos": [
                    {
                        "name": "*",
                        "positions": null
                    }
                ],
                "state": "Running",
                "reason": "manually pause through http interface"
            }
        ]
    }
}

Expected Behavior

No response

Steps To Reproduce

No response

Environment

No response

Anything else?

No response

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