Skip to content

DAOS-18484 placement: skip the big loop for logging (#17650)#17663

Open
gnailzenh wants to merge 1 commit intorelease/2.6from
liang/perf/b2_6_pl_perf
Open

DAOS-18484 placement: skip the big loop for logging (#17650)#17663
gnailzenh wants to merge 1 commit intorelease/2.6from
liang/perf/b2_6_pl_perf

Conversation

@gnailzenh
Copy link
Contributor

Skip the big loop for logging if DB_PL is not enabled, otherwise it could loop for 10K+ times for nothing on large system.

pool_map_find_domain() can just return the first domain if domain type is ROOT.

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

Skip the big loop for logging if DB_PL is not enabled, otherwise
it could loop for 10K+ times for nothing on large system.

pool_map_find_domain() can just return the first domain if domain
type is ROOT.

Signed-off-by: Liang Zhen <gnailzenh@gmail.com>
@gnailzenh gnailzenh requested a review from a team as a code owner March 9, 2026 03:21
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Ticket title is 'Measure rebuild performance on Bear cluster'
Status is 'Blocked'
Labels: 'test_2.8,testp1,triaged'
https://daosio.atlassian.net/browse/DAOS-18484

@gnailzenh gnailzenh changed the title DAOS-18484 placement: skip the big loop for logging DAOS-18484 placement: skip the big loop for logging (#17650) Mar 9, 2026
@daosbuild3
Copy link
Collaborator

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