Skip to content

[enhance](meta-service)add bytes for kv stats - #52729

Merged
dataroaring merged 13 commits into
apache:masterfrom
koarz:kv_stats_bytes
Jul 14, 2025
Merged

[enhance](meta-service)add bytes for kv stats#52729
dataroaring merged 13 commits into
apache:masterfrom
koarz:kv_stats_bytes

Conversation

@koarz

@koarzkoarz commented Jul 3, 2025

Copy link
Copy Markdown
Contributor

What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

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

@hello-stephen

Copy link
Copy Markdown
Contributor

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?

@koarz

koarz commented Jul 3, 2025

Copy link
Copy Markdown
ContributorAuthor

run buildall

Comment threadcloud/src/meta-store/txn_kv.h Outdated
Comment threadcloud/src/meta-store/mem_txn_kv.cpp Outdated
Comment threadcloud/src/meta-store/mem_txn_kv.cpp Outdated
Comment threadcloud/src/meta-store/txn_kv.h
@koarz

koarz commented Jul 4, 2025

Copy link
Copy Markdown
ContributorAuthor

run buildall

@koarz

koarz commented Jul 4, 2025

Copy link
Copy Markdown
ContributorAuthor

run cloud_ut

@koarz

koarz commented Jul 4, 2025

Copy link
Copy Markdown
ContributorAuthor

run cloudut

@koarz

koarz commented Jul 4, 2025

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

Cloud UT Coverage Report

Increment line coverage 93.94% (93/99) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage82.89% (1221/1473)
Line Coverage67.54% (21139/31300)
Region Coverage67.20% (10482/15598)
Branch Coverage56.48% (5482/9706)

@koarz

koarz commented Jul 7, 2025

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

Cloud UT Coverage Report

Increment line coverage 92.93% (92/99) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage82.90% (1222/1474)
Line Coverage67.54% (21167/31342)
Region Coverage67.20% (10498/15623)
Branch Coverage56.52% (5497/9726)

luwei16
luwei16 previously approved these changes Jul 8, 2025
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Jul 8, 2025
luwei16
luwei16 previously approved these changes Jul 11, 2025
@koarz
koarz dismissed stale reviews from luwei16 and gavinchou via 93a5d06July 11, 2025 09:00
@koarz

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actionsgithub-actionsBot removed the approved Indicates a PR has been approved by one committer. label Jul 11, 2025
@hello-stephen

Copy link
Copy Markdown
Contributor

Cloud UT Coverage Report

Increment line coverage 92.93% (92/99) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage79.76% (1273/1596)
Line Coverage65.55% (21428/32690)
Region Coverage66.93% (10791/16124)
Branch Coverage56.62% (5689/10048)

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Jul 11, 2025
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@dataroaring
dataroaring merged commit 333c0a5 into apache:masterJul 14, 2025
@koarz
koarz deleted the kv_stats_bytes branch July 15, 2025 10:49
koarz pushed a commit to koarz/doris that referenced this pull request Jul 15, 2025
koarz pushed a commit to koarz/doris that referenced this pull request Jul 16, 2025
@gavinchougavinchou mentioned this pull request Aug 15, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.clouddev/3.0.7-mergeddev/3.1.0-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@koarz@hello-stephen@doris-robot@gavinchou@luwei16@Hastyshell@dataroaring@morrySnow