We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e2bb1 commit 37c0e4fCopy full SHA for 37c0e4f
google-cloud-spanner/src/main/java/com/google/cloud/spanner/MultiplexedSessionDatabaseClient.java
@@ -262,7 +262,7 @@ public void onSessionReady(SessionImpl session) {
262
.getOptions()
263
.getSessionPoolOptions()
264
.getSkipVerifyBeginTransactionForMuxRW()) {
265
- verifyBeginTransactionWithRWOnMultiplexedSessionAsync(session.getName());
+ //verifyBeginTransactionWithRWOnMultiplexedSessionAsync(session.getName());
266
}
267
268
0 commit comments