-
Notifications
You must be signed in to change notification settings - Fork 96
Split bulk for bulkupsert #1803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
summaryBase version: v3.110.1-0.20250610204446-64cd01d3883e (master) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1803 +/- ##
==========================================
- Coverage 70.75% 70.60% -0.15%
==========================================
Files 385 385
Lines 40154 40211 +57
==========================================
- Hits 28409 28392 -17
- Misses 10583 10638 +55
- Partials 1162 1181 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, i have few suggestions
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
ResourceExhausted if the bulk greater than max GRPC request size (64M).
Issue Number: #1511
What is the new behavior?
If a bulk request exceeds the maximum size allowed by gRPC, it is split into smaller chunks so that each chunk does not exceed the limit. Each such request is sent separately.
Other information