daos icon indicating copy to clipboard operation
daos copied to clipboard

DAOS-11679 dtx: dispatch large transaction via multiple steps

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

If a large transaction has sub-requests to dispatch to a lot of DTX participants, then we may have to split the dispatch process to multiple steps; otherwise, the dispatch process may trigger too many in-flight or in-queued RPCs that will hold too much resource as to server maybe out of memory.

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

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

Bug-tracker data: Ticket title is 'server segfault in mdtest easy delete phase of io-500 on Aurora' Status is 'In Progress' Labels: 'tds,triaged' https://daosio.atlassian.net/browse/DAOS-11679

github-actions[bot] avatar Oct 01 '22 16:10 github-actions[bot]

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

daosbuild1 avatar Oct 01 '22 16:10 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-10460/2/execution/node/144/log

daosbuild1 avatar Oct 01 '22 16:10 daosbuild1

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

daosbuild1 avatar Oct 02 '22 07:10 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-10460/3/execution/node/166/log

daosbuild1 avatar Oct 02 '22 17:10 daosbuild1

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

daosbuild1 avatar Oct 02 '22 20:10 daosbuild1

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

daosbuild1 avatar Oct 03 '22 04:10 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-10460/4/execution/node/146/log

daosbuild1 avatar Oct 03 '22 10:10 daosbuild1

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

daosbuild1 avatar Oct 03 '22 14:10 daosbuild1

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

daosbuild1 avatar Oct 03 '22 18: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-10460/4/execution/node/1189/log

daosbuild1 avatar Oct 04 '22 00: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-10460/5/execution/node/1177/log

daosbuild1 avatar Oct 06 '22 07: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-10460/6/execution/node/1137/log

daosbuild1 avatar Oct 07 '22 22: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-10460/7/execution/node/1176/log

daosbuild1 avatar Oct 09 '22 22: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-10460/8/execution/node/1130/log

daosbuild1 avatar Oct 13 '22 23: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-10460/9/execution/node/997/log

daosbuild1 avatar Oct 14 '22 22: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-10460/9/execution/node/1173/log

daosbuild1 avatar Oct 15 '22 02: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-10460/10/execution/node/1091/log

daosbuild1 avatar Oct 16 '22 07: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-10460/11/execution/node/1083/log

daosbuild1 avatar Oct 27 '22 22: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-10460/11/execution/node/1130/log

daosbuild1 avatar Oct 28 '22 00:10 daosbuild1

Replaced by https://github.com/daos-stack/daos/pull/10459

Nasf-Fan avatar Nov 04 '22 14:11 Nasf-Fan