Skip to content

Commit

Permalink
Remove duplicate span.end() causing log pollution. (#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehashah16 authored Feb 14, 2019
1 parent 0aab68a commit e195b5f
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit e195b5f

Please sign in to comment.