daos icon indicating copy to clipboard operation
daos copied to clipboard

DAOS-11666 object: refine task err handling

Open liuxuezhao opened this issue 3 years ago • 1 comments

For some fail cases it calls tse_task_complete(task, rc) for err handing. In tse_task_complete only over-write task->dt_result if it is zero, but for some cases need to overwrite task->dt_result's retry-able result if get new different failure to avoid possible dead loop of retry or assertion.

Required-githooks: true Signed-off-by: Xuezhao Liu [email protected]

liuxuezhao avatar Sep 22 '22 07:09 liuxuezhao

Bug-tracker data: Ticket title is 'Assertion 'nerrs > 0 && nerrs <= p && err_list != NULL' failed' Status is 'Open' Labels: 'triaged' https://daosio.atlassian.net/browse/DAOS-11666

github-actions[bot] avatar Sep 22 '22 07:09 github-actions[bot]