taotao

Results 22 issues of taotao

### Describe the bug spring cloud gateway: 3.0.6 - 问题1 当后端xx-service没有启动时,traceId不在变换(线程复用了?),spanId就会自动后延,初步怀疑spanId没有清空 访问一个不存在的url,现象同上 正常启动且url存在,traceId和spanId正常。 - 问题2 spanId 从网关进来就直接是`0.1.2`?不应该是`0`么,还是reactor切换了多个上下文? ```` 16:32:18.608 INFO [reactor-http-nio-2] [filter.GlobalAuthFilter:45][c0a8a8861651566738608100342235, 0.1.2] - request path=/xx-service/api/test 16:32:18.609 WARN [reactor-http-nio-2] [filter.GlobalAuthFilter:61][c0a8a8861651566738608100342235,...

waiting for feedback

### Your question we want to distinct different region (or other key biz info), for example , it is zone1, when it is in zone1. it is zone2, when it...

waiting for feedback

![trace-sea-zipkin](https://user-images.githubusercontent.com/1212932/87515750-e1048380-c6ae-11ea-8630-e6ef71e7ff53.png) ![trace-jaeger](https://user-images.githubusercontent.com/1212932/87516232-a4855780-c6af-11ea-8142-4c14dcfd3646.png) - 在内存、CPU、可扩展性、UI展示等各项指标上严重推荐jaeger - jaeger 兼容支持zipkin协议,无需做其他修改 - 希望官方在此,不限于此,使用jaeger替换zipkin(这是慎重而且负责的推荐) ![image](https://user-images.githubusercontent.com/1212932/87516809-8f5cf880-c6b0-11ea-938e-1f856b2b0895.png)

help wanted

### Your question 目前tracerId很不直观,尤其是把进程PID放在末尾,误认为tracerId没有变化 建议: - 将自增序列放在最后 - 开放tracerId生成接口 describe your question clearly ### Your scenes describe your use scenes (why need this feature) ### Your advice describe the advice...

enhancement
waiting for feedback

### Describe the bug ```` java.lang.IllegalArgumentException: Current time must greater than start time at com.alipay.common.tracer.core.utils.AssertUtils.isTrue(AssertUtils.java:42) at com.alipay.common.tracer.core.span.SofaTracerSpan.log(SofaTracerSpan.java:218) at com.alipay.common.tracer.core.span.SofaTracerSpan.log(SofaTracerSpan.java:213) at com.alipay.common.tracer.core.tracer.AbstractTracer.clientReceiveTagFinish(AbstractTracer.java:172) at com.alipay.common.tracer.core.tracer.AbstractTracer.clientReceive(AbstractTracer.java:157) ```` ![image](https://user-images.githubusercontent.com/1212932/108576277-f3871f80-7357-11eb-9c0a-29aa357d9a9c.png) ### Expected behavior as its...

bug

### Describe the bug we found sofa-tracer-report will loss data in out scenario,we have 100+G data per day also we found that prefix with **0a** are lost **especially** ![image](https://user-images.githubusercontent.com/1212932/87258437-07bb9200-c4d6-11ea-932b-34a3267a5c5b.png) ###...

有计划支持kafka 3

### Expected behavior jedis.get() // send some statistic info to other system. jedis.close // send some statistic info to other system. ### Actual behavior no found any feature ### Steps...

stale

```` private Slot doExecute(String chainId, Object param, String requestId, Class[] contextBeanClazzArray, Object[] contextBeanArray, Integer slotIndex, InnerChainTypeEnum innerChainType) { //.... Chain chain = null; try { chain = FlowBus.getChain(chainId); if (ObjectUtil.isNull(chain))...

we may want to execute by `admin` account or other account