util: accumulate raw RUv2 in RUDetails#1942
Conversation
This reverts commit d1ffcbb. Signed-off-by: disksing <i@disksing.com>
Signed-off-by: disksing <i@disksing.com>
📝 WalkthroughWalkthroughThe PR modifies RU v2 (Resource Unit v2) accounting by introducing raw RU v2 buffering and draining to Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@integration_tests/go.mod`:
- Line 20: The dependency google.golang.org/grpc in integration_tests/go.mod is
pinned to v1.75.1 which has a critical authorization bypass
(GHSA-p77j-4mvh-x3m3); update the version string for google.golang.org/grpc to
v1.79.3 or later (e.g., v1.80.0) in integration_tests/go.mod and run go mod tidy
to refresh go.sum so the project uses the patched gRPC release.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 3bde73ac-604a-4ee0-8f95-9d1477aa64e1
⛔ Files ignored due to path filters (1)
integration_tests/go.sumis excluded by!**/*.sum
📒 Files selected for processing (8)
config/ruv2.goconfig/ruv2_test.gointegration_tests/go.modinternal/client/client_async_test.gointernal/client/client_test.gotikvrpc/tikvrpc_test.goutil/execdetails.goutil/execdetails_test.go
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekexium, nolouch The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What is changed and how it works?
Check List
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests
Dependencies