Skip to content

Commit b3cfae4

Browse files
committed
do not use directExecutor which could be a gRPC thread
1 parent 2ca863a commit b3cfae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ public void run() {
15941594
}
15951595
}
15961596
},
1597-
MoreExecutors.directExecutor());
1597+
executor);
15981598
return res;
15991599
}
16001600

0 commit comments

Comments
 (0)