daos icon indicating copy to clipboard operation
daos copied to clipboard

DAOS-10799 IV: add a few more debug information

Open wangdi1 opened this issue 3 years ago • 5 comments

Adding a few debug information for IV update.

Signed-off-by: Di Wang [email protected]

wangdi1 avatar Jul 25 '22 22:07 wangdi1

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

github-actions[bot] avatar Jul 25 '22 22:07 github-actions[bot]

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

daosbuild1 avatar Jul 25 '22 22:07 daosbuild1

Test stage Unit Test completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-9801/1/display/redirect

daosbuild1 avatar Jul 25 '22 23:07 daosbuild1

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?

wangdi1 avatar Aug 02 '22 18:08 wangdi1

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.

liw avatar Aug 03 '22 01:08 liw