You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/05/07 07:12:15 UTC

[GitHub] [skywalking] zhaoyuguang opened a new pull request #2621: fix spring data redis usercase NPE

zhaoyuguang opened a new pull request #2621: fix spring data redis usercase NPE
URL: https://github.com/apache/skywalking/pull/2621
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   https://github.com/apache/skywalking/issues/2616
   ___
   ### Bug fix
   - Bug description.
   In this example, using `spring-data-redis`, LettuceConnectionFactory::afterPropertiesSet will create a new ClientOptions, this has no peer
   ![image](https://user-images.githubusercontent.com/10150229/57278940-5c959880-70da-11e9-9a5f-ec80c7b21d6a.png)
   
   
   - How to fix?
   Monitor changes to the ClientOptions property in AbstractRedisClient.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services