You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixes two issues in ES integration tests:
1. Prevents index not found exceptions by proper index readiness checks
2. Prevents duplicate span detection issues
The solution uses sync.Map for thread-safe:
- Index existence caching
- Span tracking
Fixesjaegertracing#6094
Signed-off-by: ayush-gupta-dev <[email protected]>
0 commit comments