SkyAPM / SkyAPM-nodejs

The NodeJS server side agent for Apache SkyWalking
Apache License 2.0
128 stars 86 forks source link

Nodejs agent segment not finish when high level QPS #133

Closed TJ666 closed 4 years ago

TJ666 commented 4 years ago

Bug Which version of SkyWalking, OS and JRE? sw8 skyapm-nodejs 2.0.0 Which company or project? baidu What happened? If possible, provide a way to reproduce the error. e.g. demo application, component version. When high level QPS, segment is not finish. New segment still has a parent trace context ,and share traceId.So in skywalking dashboard. a trace chain keeps grow, the number of span :10,100,1000 ..... node versionn v10.9.0 eggjs worker = 8

image image thx for help

TJ666 commented 4 years ago

@ascrutae thx for help

ascrutae commented 4 years ago

Got it , I will try to fix it.

TJ666 commented 4 years ago

How's the progress?If there is any progress, please tell me~

ascrutae commented 4 years ago

I had reproduce this issue ,and I had fixed it. this issue will fixed in 2.0.1.