Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ public <T> T run(TransactionCallable<T> callable) {
// We also do this unconditionally in case a user has modified the flag when the transaction
// was running.
hasPendingTransaction.remove();
span.end();
}
}

Expand Down Expand Up @@ -2627,7 +2626,6 @@ public void close(@Nullable String message) {
if (stream != null) {
stream.close(message);
}
span.end();
}

@Override
Expand Down