Skip to content

[chore](config) Enable fetch rowsets from peer replicas by default#62309

Open
Hastyshell wants to merge 1 commit intoapache:masterfrom
Hastyshell:opencode/enable-fetch-rowsets-default-true
Open

[chore](config) Enable fetch rowsets from peer replicas by default#62309
Hastyshell wants to merge 1 commit intoapache:masterfrom
Hastyshell:opencode/enable-fetch-rowsets-default-true

Conversation

@Hastyshell
Copy link
Copy Markdown
Collaborator

@Hastyshell Hastyshell commented Apr 10, 2026

What problem does this PR solve?

Issue Number: None

Related PR: None

Problem Summary:
Change the default value of enable_fetch_rowsets_from_peer_replicas to true so BE enables peer replica rowset fetching without requiring extra configuration.

Release note

None

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes. enable_fetch_rowsets_from_peer_replicas now defaults to true.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

### What problem does this PR solve?

Issue Number: None

Related PR: None

Problem Summary: Enable peer replica rowset fetch by default so BE uses the peer replica rowset path without requiring extra config.

### Release note

None

### Check List (For Author)

- Test: No need to test

    - This is a single config default change and existing pipeline test configs already run with this option enabled.

- Behavior changed: Yes

    -  now defaults to .

- Does this need documentation: No
@Thearas
Copy link
Copy Markdown
Contributor

Thearas commented Apr 10, 2026

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Hastyshell Hastyshell changed the title [improvement](be) Enable peer replica rowset fetch by default [chore](config) Enable fetch rowsets from peer replicas by default Apr 10, 2026
@Hastyshell
Copy link
Copy Markdown
Collaborator Author

run buildall

@hello-stephen
Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 53.01% (20130/37973)
Line Coverage 36.56% (189257/517675)
Region Coverage 32.85% (147039/447665)
Branch Coverage 33.93% (64293/189471)

@hello-stephen
Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 100% (0/0) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 73.61% (27374/37186)
Line Coverage 57.21% (295228/516056)
Region Coverage 54.23% (245015/451781)
Branch Coverage 55.97% (106361/190041)

@Hastyshell
Copy link
Copy Markdown
Collaborator Author

run buildall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants