DAOS-10799 IV: add a few more debug information
Bug-tracker data: Ticket title is 'rebuild/basic.py:RbldBasic.test_multipool_rebuild - DaosContainer.write_an_obj hung / DER_NOTLEADER(-2008)' Status is 'In Progress' Labels: 'ci_impact,daily_test,triaged' Errors are Component should be lower-case,Unknown component https://daosio.atlassian.net/browse/DAOS-10799
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-9801/1/execution/node/137/log
Test stage Unit Test completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-9801/1/display/redirect
We probably shouldn't use D_INFO for the hunks in ivc_on_hash and ds_iv_ns_update. Are they just temporary changes that you'll revert later? If yes, I'm fine with this PR.
D_INFO in ivc_on_hash only happened for failure case. ds_iv_ns_update only happen during leader switch, which suppose to be rare, should not be huge?
We probably shouldn't use D_INFO for the hunks in ivc_on_hash and ds_iv_ns_update. Are they just temporary changes that you'll revert later? If yes, I'm fine with this PR.
D_INFO in ivc_on_hash only happened for failure case. ds_iv_ns_update only happen during leader switch, which suppose to be rare, should not be huge?
OK. I think you're the expert here.