daos icon indicating copy to clipboard operation
daos copied to clipboard

DAOS-11684 dtx: use the address of tree handle for dtx_rpc_post

Open Nasf-Fan opened this issue 3 years ago • 8 comments

If we directly use the value of tree handle as dtx_rpc_post()'s input parameter, then it may be DAOS_HDL_INVAL before DTX helper ULT being scheduled. That will cause memory leak.

Signed-off-by: Fan Yong [email protected]

Nasf-Fan avatar Sep 26 '22 02:09 Nasf-Fan

Bug-tracker data: Ticket title is 'Memory leak when batched DTX commit' Status is 'In Progress' Job should run at elevated priority (3) https://daosio.atlassian.net/browse/DAOS-11684

github-actions[bot] avatar Sep 26 '22 02:09 github-actions[bot]

Test stage Build on Leap 15 with Intel-C and TARGET_PREFIX completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-10386/1/execution/node/449/log

daosbuild1 avatar Sep 26 '22 03:09 daosbuild1

Test stage Build on Leap 15 with Intel-C and TARGET_PREFIX completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-10386/2/execution/node/450/log

daosbuild1 avatar Sep 26 '22 03:09 daosbuild1

Test stage Functional Hardware Large completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-10386/4/testReport/(root)/

daosbuild1 avatar Sep 27 '22 18:09 daosbuild1

Test stage Python Bandit check completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-10386/5/execution/node/142/log

daosbuild1 avatar Oct 03 '22 14:10 daosbuild1

Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-10386/5/execution/node/1099/log

daosbuild1 avatar Oct 04 '22 04:10 daosbuild1

Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-10386/5/execution/node/1190/log

daosbuild1 avatar Oct 04 '22 06:10 daosbuild1

Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-10386/6/execution/node/1138/log

daosbuild1 avatar Oct 05 '22 06:10 daosbuild1

Related issue has been resolved via the patch https://github.com/daos-stack/daos/pull/10441, do not need this one any longer.

Nasf-Fan avatar Oct 27 '22 01:10 Nasf-Fan