Conversation
4236423 to
68aee8a
Compare
|
Ticket title is 'daos_test/suite.py:DaosCoreTest.test_daos_drain_simple - DRAIN16: 0x16 != 0 daos_drain_simple.c:890: error: Failure!' |
68aee8a to
905a570
Compare
|
Test stage Functional on EL 9 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18082/3/execution/node/939/log |
905a570 to
05a3787
Compare
|
Test stage Functional Hardware Large MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18082/5/execution/node/1184/log |
|
Test stage Functional Hardware Medium MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-18082/5/testReport/ |
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18082/6/execution/node/1374/log |
If a request (e.g., an CONT_OID_ALLOC) arrives when the local pool is still recovering pool handles, the request's ds_pool_hdl_lookup call may return a false -DER_NO_HDL. This patch lets the client retry the operation in this case, by looking up the ds_pool and checking if the handle recovery is done. The cont_oid_alloc_complete function only retries upon certain crt errors. This patch has to refactor the function a bit to also retry upon certain daos errors. Features: container Signed-off-by: Li Wei <liwei@hpe.com>
|
Test stage Functional Hardware Large MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18082/7/execution/node/1384/log |
If a request (e.g., an CONT_OID_ALLOC) arrives when the local pool is still recovering pool handles, the request's ds_pool_hdl_lookup call may return a false -DER_NO_HDL. This patch lets the client retry the operation in this case, by looking up the ds_pool and checking if the handle recovery is done.
The cont_oid_alloc_complete function only retries upon certain crt errors. This patch has to refactor the function a bit to also retry upon certain daos errors.
Steps for the author:
After all prior steps are complete: