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 37c0e4f commit 289aae7Copy full SHA for 289aae7
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