Draft
Conversation
|
Ticket title is ' |
Looks like ds_pool.sp_recov_lock is not initialized via ABT_rwlock_create. This led to the following ABT error, #5 in ds_cont_tgt_open at src/container/srv_target.c:1954 #6 in cont_iv_ent_update at src/container/container_iv.c:646 #7 in update_iv_value at src/engine/server_iv.c:280 #8 in iv_on_update_internal at src/engine/server_iv.c:490 #9 in ivc_on_update at src/engine/server_iv.c:530 #10 in crt_iv_update_internal at src/cart/crt_iv.c:3438 #11 in crt_iv_update at src/cart/crt_iv.c:3559 #12 in iv_op_internal at src/engine/server_iv.c:1080 #13 in _iv_op at src/engine/server_iv.c:1129 #14 in iv_op at src/engine/server_iv.c:1241 #15 in ds_iv_update at src/engine/server_iv.c:1287 #16 in cont_iv_update at src/container/container_iv.c:867 #17 in cont_iv_capability_update at src/container/container_iv.c:1245 #18 in cont_open at src/container/srv_container.c:2821 #19 in cont_op_with_cont at src/container/srv_container.c:5613 #20 in cont_op_with_svc at src/container/srv_container.c:5845 #21 in ds_cont_op_handler at src/container/srv_container.c:6064 #22 in ds_cont_op_handler_v8 at src/container/srv_container.c:6108 #23 in crt_handle_rpc at src/cart/crt_rpc.c:1747 where the line was #5 in ds_cont_tgt_open at src/container/srv_target.c:1954 1954 DABT_RWLOCK_RDLOCK(pool->sp_recov_lock); Signed-off-by: Li Wei <liwei@hpe.com>
6103f56 to
da151ae
Compare
Nasf-Fan
approved these changes
Mar 11, 2026
liuxuezhao
approved these changes
Mar 11, 2026
tanabarr
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like ds_pool.sp_recov_lock is not initialized via ABT_rwlock_create. This led to the following ABT error,
where the line was
Steps for the author:
After all prior steps are complete: