Jun Gan created SCB-2039:
----------------------------
Summary: [Tracing] Post Event and Genete Trace ID even Invication
creation fails
Key: SCB-2039
URL: https://issues.apache.org/jira/browse/SCB-2039
Project: Apache ServiceComb
Issue Type: Improvement
Components: Java-Chassis
Reporter: Jun Gan
Currently, In the ProducerInvocationFlow.java, If Invocation creation fails,
then trace Id will not be created.
{quote}
public void run() {
CompletableFuture.completedFuture(null)
.thenApply(v -> invocationCreator.create())
.exceptionally(this::sendCreateInvocationException)
.thenAccept(this::tryRunInvocation);
}
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)