[GitHub] [servicecomb-pack] coolbeevip commented on issue #571: omega 开启 hystrix,使用Feign调用bug

2019-10-14 Thread GitBox
coolbeevip commented on issue #571: omega 开启 hystrix,使用Feign调用bug
URL: 
https://github.com/apache/servicecomb-pack/issues/571#issuecomment-542045370
 
 
   > 第三次和第四次是两次请求,本来就是不一样的。开发环境运行的时候并没有设置断点
   
   
没明白,我看到你说“在调用次数大于coreSize时,之后的每次调用,omega设置到feign调用的header中的globalTxId均为第三次(即coreSize的值)的globalTxId,现象如下”
 我以为你举例说的是第三次后以后每次请求的 globalTxId 都和第三次是一样的。


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-pack] coolbeevip commented on issue #571: omega 开启 hystrix,使用Feign调用bug

2019-10-14 Thread GitBox
coolbeevip commented on issue #571: omega 开启 hystrix,使用Feign调用bug
URL: 
https://github.com/apache/servicecomb-pack/issues/571#issuecomment-542014881
 
 
   > 这个日志是我本地的测试demo;但是在我们的开发环境有时会出现 globalTxId 为null 的情况;
   > 我猜测是不是和OmegaContxt中使用的 `InheritableThreadLocal` 有关系,或者存在不知的bug?
   
   你在开发环境运行的时候出现 globalTxId 为 null 是因为设置了断点吗?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-pack] coolbeevip commented on issue #571: omega 开启 hystrix,使用Feign调用bug

2019-10-14 Thread GitBox
coolbeevip commented on issue #571: omega 开启 hystrix,使用Feign调用bug
URL: 
https://github.com/apache/servicecomb-pack/issues/571#issuecomment-542014426
 
 
   > 
在调用次数大于coreSize时,之后的每次调用,omega设置到feign调用的header中的globalTxId均为第三次(即coreSize的值)的globalTxId,现象如下:
   
   我发现你的日志中第三次和第四次的 globalTxId 不一样
   
   第三次是 globalTxId=`2522c732-a7e2-46f2-91c9-7ffcbce2a2b7`
   第四次是 globalTxId=`5a9a3533-86dc-4631-881f-d402e2895307`


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services