Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

TraceId is reused #67

Closed
guoyunlong666 opened this issue Mar 14, 2019 · 10 comments
Closed

TraceId is reused #67

guoyunlong666 opened this issue Mar 14, 2019 · 10 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@guoyunlong666
Copy link

When I restart the app, the new request will generate new TraceId, but after a few minutes, the new request will reuse a TraceId.
image
image

@ascrutae ascrutae self-assigned this Mar 14, 2019
@ascrutae ascrutae added the bug Something isn't working label Mar 14, 2019
@ascrutae ascrutae added this to the 1.0.1 milestone Mar 14, 2019
@ascrutae
Copy link
Member

which version do you use?

@ascrutae ascrutae added question Further information is requested and removed bug Something isn't working labels Mar 14, 2019
@guoyunlong666
Copy link
Author

Thank you for your reply, I am using version 1.0.0

@ascrutae ascrutae added bug Something isn't working and removed question Further information is requested labels Mar 14, 2019
@guoyunlong666
Copy link
Author

The backend is 6.0.0-GA
When I install the agent, I first execute npm install skyapm-nodejs@latest --save in other directories. Then I copy the generated node_modules to the node_modules of the project, but during the copying process, the existing files are not forced to be overwritten. .

@guoyunlong666
Copy link
Author

I just tried to force the content in node_modules to be overwritten, or the same problem.

@ascrutae
Copy link
Member

Why do you do those actions?

@guoyunlong666
Copy link
Author

Because we have some projects that refactor some of the contents of node_modules, so when I install, try not to affect our project.

@ascrutae
Copy link
Member

ascrutae commented Mar 14, 2019

OK, Got it, I will try to reproduce this issue and fixed it.

@guoyunlong666
Copy link
Author

That's great, thank you

@guoyunlong666
Copy link
Author

skyapm-nodejs version:1.1.0
node version:v8.11.4

hi,I am using the new version of the agent, and the same problem will still occur.
The new request reuses the same traceID and the response time is superimposed.

@ascrutae
Copy link
Member

ascrutae commented Mar 28, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants