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 2020/06/22 06:06:03 UTC

[GitHub] [skywalking] HowlsCastle opened a new issue #4957: skywalking has some problem with webflux

HowlsCastle opened a new issue #4957:
URL: https://github.com/apache/skywalking/issues/4957


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [x] Feature or performance improvement
   
   ___
   ### Question
   my application uses spring webflux,when I use skywalking to monitor my application,I found that the trace is broken.I change the pom to exclude netty,the trace is right.It seems that skywalking have some problem with netty.Can this problem be solved?
   ```
   <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-webflux</artifactId>
       <version>${spring-boot.version}</version>
       <exclusions>
           <exclusion>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-starter-netty</artifactId>
           </exclusion>
       </exclusions>
   </dependency>
   <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-undertow</artifactId>
   </dependency>
   ```
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   skywalking:8.0.0
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.


----------------------------------------------------------------
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



[GitHub] [skywalking] wu-sheng closed issue #4957: skywalking has some problem with webflux

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4957:
URL: https://github.com/apache/skywalking/issues/4957


   


-- 
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



[GitHub] [skywalking] wu-sheng closed issue #4957: skywalking has some problem with webflux

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4957:
URL: https://github.com/apache/skywalking/issues/4957


   


-- 
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



[GitHub] [skywalking] HowlsCastle commented on issue #4957: skywalking has some problem with webflux

Posted by GitBox <gi...@apache.org>.
HowlsCastle commented on issue #4957:
URL: https://github.com/apache/skywalking/issues/4957#issuecomment-647574391


   I have seen the test case, there is only http request.when I use redis,mysql,mongo in project,the trace is really broken.
   
   ![code](https://user-images.githubusercontent.com/5523569/85302626-fe916380-b4db-11ea-899c-b66de416fb01.png)
   ![skywalking](https://user-images.githubusercontent.com/5523569/85302821-3698a680-b4dc-11ea-9b47-bb53aa2d8a0d.png)
   
   By the way, there is some error in https://github.com/apache/skywalking/blob/master/test/plugin/scenarios/webflux-scenario/webflux-projectA-scenario/src/main/resources/application.yml
   
   


----------------------------------------------------------------
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



[GitHub] [skywalking] wu-sheng commented on issue #4957: skywalking has some problem with webflux

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4957:
URL: https://github.com/apache/skywalking/issues/4957#issuecomment-647583665


   A suggestion, once you have the SpringMVC, you could remove the webflux plugin and you should be fine.


----------------------------------------------------------------
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



[GitHub] [skywalking] wu-sheng commented on issue #4957: skywalking has some problem with webflux

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4957:
URL: https://github.com/apache/skywalking/issues/4957#issuecomment-647304864


   This is the case we tested, https://github.com/apache/skywalking/tree/master/test/plugin/scenarios/webflux-scenario
   You could cross-check the difference.


----------------------------------------------------------------
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