We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75b467 commit dcbaffaCopy full SHA for dcbaffa
tracing/src/main/java/com/palantir/tracing/AsyncSpanObserver.java
@@ -73,7 +73,7 @@ public void onFailure(Throwable error) {
73
log.trace("Failed to notify observer", error);
74
numInflights.decrementAndGet();
75
}
76
- });
+ }, MoreExecutors.directExecutor());
77
} else {
78
log.trace("Failed to notify span observer since the maximum number of allowed concurrent observations was "
79
+ "exceeded", SafeArg.of("maxInflights", maxInflights));
0 commit comments