This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,3 +46,7 @@ branches:
4646 bumpMinorPreMajor : true
4747 handleGHRelease : true
4848 branch : 6.88.x
49+ - releaseType : java-backport
50+ bumpMinorPreMajor : true
51+ handleGHRelease : true
52+ branch : 6.96.x
Original file line number Diff line number Diff line change @@ -182,6 +182,27 @@ branchProtectionRules:
182182 - units-with-multiplexed-session (11)
183183 - unmanaged_dependency_check
184184 - library_generation
185+ - pattern : 6.96.x
186+ isAdminEnforced : true
187+ requiredApprovingReviewCount : 1
188+ requiresCodeOwnerReviews : true
189+ requiresStrictStatusChecks : false
190+ requiredStatusCheckContexts :
191+ - dependencies (17)
192+ - lint
193+ - javadoc
194+ - units (8)
195+ - units (11)
196+ - ' Kokoro - Test: Integration'
197+ - ' Kokoro - Test: Integration with Multiplexed Sessions'
198+ - cla/google
199+ - checkstyle
200+ - compile (8)
201+ - compile (11)
202+ - units-with-multiplexed-session (8)
203+ - units-with-multiplexed-session (11)
204+ - unmanaged_dependency_check
205+ - library_generation
185206permissionRules :
186207 - team : yoshi-admins
187208 permission : admin
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public class GapicSpannerRpc implements SpannerRpc {
224224 PathTemplate .create ("projects/{project}" );
225225 private static final PathTemplate OPERATION_NAME_TEMPLATE =
226226 PathTemplate .create ("{database=projects/*/instances/*/databases/*}/operations/{operation}" );
227- private static final int MAX_MESSAGE_SIZE = 100 * 1024 * 1024 ;
227+ private static final int MAX_MESSAGE_SIZE = 256 * 1024 * 1024 ;
228228 private static final int MAX_METADATA_SIZE = 32 * 1024 ; // bytes
229229 private static final String PROPERTY_TIMEOUT_SECONDS =
230230 "com.google.cloud.spanner.watchdogTimeoutSeconds" ;
You can’t perform that action at this time.
0 commit comments