-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
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
Labels
No labels