Skip to content

DAOS-18487 rebuild: don't change dom fseq for MAP_REVERT_REBUILD#17469

Merged
gnailzenh merged 1 commit intomasterfrom
lxz/rb_ver_fix
Feb 5, 2026
Merged

DAOS-18487 rebuild: don't change dom fseq for MAP_REVERT_REBUILD#17469
gnailzenh merged 1 commit intomasterfrom
lxz/rb_ver_fix

Conversation

@liuxuezhao
Copy link
Contributor

Should not change domain's do_comp.co_fseq when revert pool map for rebuild err handling, that may cause do_comp.co_fseq be higher than retried rebuild version and always abort+retry.

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).

@liuxuezhao liuxuezhao requested review from a team as code owners January 28, 2026 07:45
@github-actions
Copy link

Errors are Unable to load ticket data
https://daosio.atlassian.net/browse/DAOS-18487

Should not change domain's do_comp.co_fseq when revert pool map
for rebuild err handling, that may cause do_comp.co_fseq be higher
than retried rebuild version and always abort+retry.

Signed-off-by: Xuezhao Liu <[email protected]>
@daosbuild3
Copy link
Collaborator

if (status->dtx_resync_version != resync_ver)
D_INFO(DF_RB " rank %d, update dtx_resync_version from %d to %d", DP_RB_RGT(rgt),
rank, status->dtx_resync_version, resync_ver);
D_DEBUG(DB_REBUILD, DF_RB " rank %d, update dtx_resync_version from %d to %d",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
D_DEBUG(DB_REBUILD, DF_RB " rank %d, update dtx_resync_version from %d to %d",
D_DEBUG(DB_REBUILD, DF_RB " rank %d, update dtx_resync_version from %d to %d\n",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks the gurt d_vlog() code will add the "\n" automatically if not provided.

@liuxuezhao liuxuezhao requested a review from a team February 4, 2026 06:30
@gnailzenh gnailzenh merged commit 1ef39ae into master Feb 5, 2026
39 of 41 checks passed
@gnailzenh gnailzenh deleted the lxz/rb_ver_fix branch February 5, 2026 06:32
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.

5 participants