cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Purepath / Distributed tracing confusing the contexts of the requests and

alexssantos
Visitor

He is confusing the contexts of the requests. The error caused by Request A is being reported in Request B. We can see in the Error tab the stack shown in Request B is from Request A.

General timeline
screenshot-general-timeline.png

Api B
- summary

screenshot-api-b-summary.png

- threads

screenshot-api-b-threads.png

- error

screenshot-api-a-error-stack.png

Api A
- Summary

screenshot-api-a-summary.png

- Threads

screenshot-api-a-threads.png

- Error

screenshot-api-b-error-stack.png

.net v6 
Cluster AKS (azure)


Can anyone help me ?

Thanks, 

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

is it because it part of the entire stacked trace and the two are dependent on eachother hence the error being present on both? 

-Chad

One request does not depend on the other but they are correlated because they come from the same client. The error that happens in context A is an unexpected and strange error, a TIMEOut exception is thrown but without a message. While in context B it is the expected error and message.

Is there any reason for this error confusion between contexts?

Featured Posts