Skip to content

Commit 4f458c5

Browse files
authored
---
yaml --- r: 13927 b: refs/heads/autosynth-compute c: e195b5f h: refs/heads/master i: 13925: 266b692 13923: 0ab78b1 13919: ca10854
1 parent 70d24c5 commit 4f458c5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

  • branches/autosynth-compute/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112
refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115-
refs/heads/autosynth-compute: 0aab68a4068c06fca5c582256b5c2799a8b5f497
115+
refs/heads/autosynth-compute: e195b5f60b793a1d85f3cdc679cfb2fc58128887
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: 120f508e0065f4ce39cf0e6a69a08138773f2cfb

branches/autosynth-compute/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,6 @@ public <T> T run(TransactionCallable<T> callable) {
12911291
// We also do this unconditionally in case a user has modified the flag when the transaction
12921292
// was running.
12931293
hasPendingTransaction.remove();
1294-
span.end();
12951294
}
12961295
}
12971296

@@ -2627,7 +2626,6 @@ public void close(@Nullable String message) {
26272626
if (stream != null) {
26282627
stream.close(message);
26292628
}
2630-
span.end();
26312629
}
26322630

26332631
@Override

0 commit comments

Comments
 (0)