Skip to content

Commit e0439af

Browse files
authored
---
yaml --- r: 15695 b: refs/heads/autosynth-datastore c: e195b5f h: refs/heads/master i: 15693: ffbae06 15691: 2e1ba4a 15687: 0955573 15679: 0c4fd23
1 parent aa68a32 commit e0439af

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

  • branches/autosynth-datastore/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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129129
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132-
refs/heads/autosynth-datastore: 0aab68a4068c06fca5c582256b5c2799a8b5f497
132+
refs/heads/autosynth-datastore: e195b5f60b793a1d85f3cdc679cfb2fc58128887
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b

branches/autosynth-datastore/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)