We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version / Branch / tag
3.9.1。3.8.x版本没有这个问题。
出了什么问题?(What Happened?)
错误日志:
[2024-04-11 20:46:41.904] INFO [job-execute,487c45324cbe6a98b4d794f4afe70507,f1a118fb81c58d82] 7 --- [gse.task.service.job.execute-1] c.t.bk.job.common.gse.v2.GseV2ApiClient : [AbstractBkApiClient] Request|method=POST|uri=/api/v2/task/async_terminate_transfer_file|reqStr={"task_id":"F2:20240411122706:5B4EB81820784587123213B6C63290D7:1969","agents":[{"bk_agent_id":"02000000215254002631cd1712745661528q"},{"bk_agent_id":"010000525420f4b89f1685708368666u"}]}
[2024-04-11 20:46:41.928] WARN [job-execute,487c45324cbe6a98b4d794f4afe70507,f1a118fb81c58d82] 7 --- [gse.task.service.job.execute-1] c.t.b.j.common.util.http.BaseHttpHelper : Request fail, method: POST, url=/api/bk-gse/prod/api/v2/task/async_terminate_transfer_file, httpStatusCode=400, errorReason=Bad Request, body={"message":"not found the key 'agent_id_list'","code":-1,"data":{"version":"2.0.0","result":{"task_id":""}}},
The text was updated successfully, but these errors were encountered:
3.9.x 容器执行特性,切换到新的 GSE API (async_extensions_terminate_transfer_file/async_extensions_terminate_script_execute), agent 参数的格式变化了。
代码中,虽然使用的新的请求参数,但是请求的 url 其实没有改过来,还是请求到老的 API 上面了。
Sorry, something went wrong.
fix: 终止脚本/文件任务无效 TencentBlueKing#2893
ac8e36e
f9797bb
Merge pull request #2894 from wangyu096/issue_2893
18c0041
fix: 终止脚本/文件任务无效 #2893
c65c8a8
wangyu096
No branches or pull requests
Version / Branch / tag
3.9.1。3.8.x版本没有这个问题。
出了什么问题?(What Happened?)
错误日志:
[2024-04-11 20:46:41.904] INFO [job-execute,487c45324cbe6a98b4d794f4afe70507,f1a118fb81c58d82] 7 --- [gse.task.service.job.execute-1] c.t.bk.job.common.gse.v2.GseV2ApiClient : [AbstractBkApiClient] Request|method=POST|uri=/api/v2/task/async_terminate_transfer_file|reqStr={"task_id":"F2:20240411122706:5B4EB81820784587123213B6C63290D7:1969","agents":[{"bk_agent_id":"02000000215254002631cd1712745661528q"},{"bk_agent_id":"010000525420f4b89f1685708368666u"}]}
[2024-04-11 20:46:41.928] WARN [job-execute,487c45324cbe6a98b4d794f4afe70507,f1a118fb81c58d82] 7 --- [gse.task.service.job.execute-1] c.t.b.j.common.util.http.BaseHttpHelper : Request fail, method: POST, url=/api/bk-gse/prod/api/v2/task/async_terminate_transfer_file, httpStatusCode=400, errorReason=Bad Request, body={"message":"not found the key 'agent_id_list'","code":-1,"data":{"version":"2.0.0","result":{"task_id":""}}},
The text was updated successfully, but these errors were encountered: