Skip to content

DAOS-15827 vos: shrink vos_dtx_cmt_ent size - #18822

Open
Nasf-Fan wants to merge 1 commit into
masterfrom
Nasf-Fan/DAOS-15827_1
Open

DAOS-15827 vos: shrink vos_dtx_cmt_ent size#18822
Nasf-Fan wants to merge 1 commit into
masterfrom
Nasf-Fan/DAOS-15827_1

Conversation

@Nasf-Fan

Copy link
Copy Markdown
Contributor

For committed DTX table, only cache transaction ID in DRAM. The other information, such as DTX epoch and committed time will only be stored on disk persistently. Then one committed DTX entry only uses 24 bytes DRAM instead of original 44 bytes.

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

@github-actions

Copy link
Copy Markdown

Ticket title is 'Only cache necessary information in DRAM for active DTX entry'
Status is 'In Progress'
Labels: 'md_on_ssd2'
https://daosio.atlassian.net/browse/DAOS-15827

For committed DTX table, only cache transaction ID in DRAM. The other
information, such as DTX epoch and committed time will only be stored
on disk persistently. Then one committed DTX entry only uses 24 bytes
DRAM instead of original 44 bytes.

Signed-off-by: Fan Yong <fan.yong@hpe.com>
@Nasf-Fan
Nasf-Fan force-pushed the Nasf-Fan/DAOS-15827_1 branch from 603c826 to e6a4c28 Compare August 10, 2026 08:20
@Nasf-Fan
Nasf-Fan marked this pull request as ready for review August 11, 2026 06:47
@Nasf-Fan
Nasf-Fan requested review from a team as code owners August 11, 2026 06:47
@Nasf-Fan
Nasf-Fan requested review from NiuYawei and janekmi August 11, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants