You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/01/09 13:59:53 UTC

[GitHub] wu-sheng opened a new issue #735: Concurrency conflicts in Spring plugin

wu-sheng opened a new issue #735: Concurrency conflicts in Spring plugin
URL: https://github.com/apache/incubator-skywalking/issues/735
 
 
   Report by @YunaiV . `EnhanceRequireObjectCache` 's two fields face the conflict. These two should be declared as ThreadLocal, and clear(`set(null)`) after `getHttpServletResponse`
   
   ![image](https://user-images.githubusercontent.com/5441976/34724102-a83a1c86-f587-11e7-92b5-2df743be9d45.png)
   
   Further more,  this method should be removed.
   ```java
       public HttpServletResponse getHttpResponse() {
           return httpResponse;
       }
   ```

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


With regards,
Apache Git Services