DAOS-18531 vos: btree & iterator fix#17958
Conversation
|
Ticket title is 'mdonssd phase 2: Assertion 'set_entry->se_create_idx != NULL' failed' |
|
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-17958/1/testReport/ |
In md-on-ssd phase2 mode, dkey iteration could yield on vos_iter_prepare() for loading object, and re-probe is required when it recurse back to object level. - missing btr_node_tx_add() when changing tn_flags. - missing btr_node_tx_add() on node splitting. - more messages & assertions. Allow-unstable-test: true Signed-off-by: Niu Yawei <[email protected]>
510bb94 to
256dd47
Compare
|
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-17958/3/testReport/ |
| * (C) Copyright 2016-2024 Intel Corporation. | ||
| * (C) Copyright 2025 Google LLC | ||
| * (C) Copyright 2025 Hewlett Packard Enterprise Development LP | ||
| * (C) Copyright 2025-2026 Hewlett Packard Enterprise Development LP |
There was a problem hiding this comment.
No need to refresh the copyright since related changes have been discarded.
|
Single test failure due to Github connectivity issue. |
|
@daos-stack/daos-gatekeeper only one test failure due to Github connectivity issue, requires force landing. |
In md-on-ssd phase2 mode, dkey iteration could yield on vos_iter_prepare() for loading object, and re-probe is required when it recurse back to object level.
Allow-unstable-test: true
Steps for the author:
After all prior steps are complete: