You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/10 02:23:14 UTC

[GitHub] [dubbo] asa3311 opened a new issue, #10903: dubbo xds is not work in 3.2.0

asa3311 opened a new issue, #10903:
URL: https://github.com/apache/dubbo/issues/10903

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.2.0-beta.1-SNAPSHOT
   * Operating System version: mac
   * Java version: 11
   * istio verison: docker.io/istio/pilot:1.15.2
   
   ### Steps to reproduce this issue
   
   1. dubbo-samples-xds ,dubbo-samples-xds-consumer can work in dubbo version 3.1.0, when i change consumer‘s dubbo version to 3.2.0-beta.1-SNAPSHOT, it can not work
   
   ![image](https://user-images.githubusercontent.com/19684366/200984358-45565d1f-c52a-4c00-a195-de40b1de2bd2.png)
   
   throw exception 
   
   ![image](https://user-images.githubusercontent.com/19684366/200984429-9121f644-cf49-4ef2-82d8-5b9cf4816cd5.png)
   
   ![image](https://user-images.githubusercontent.com/19684366/200984454-c81de92c-8014-4413-9f42-2dde2cce05fb.png)
   
   
   then i reduce grpc version to 1.41.0,it also can not work,and  throw exception
   
   ![image](https://user-images.githubusercontent.com/19684366/200984657-a6d5788c-8175-41d9-a129-d3e3bfc6b708.png)
   
   ![image](https://user-images.githubusercontent.com/19684366/200984685-74495f53-8f6a-4a89-b4ac-4c8a3d389303.png)
   
   so ,how can i run xds with dubbo version 3.2.0?
   
   
   
   
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] asa3311 commented on issue #10903: dubbo xds is not work in 3.2.0

Posted by GitBox <gi...@apache.org>.
asa3311 commented on issue #10903:
URL: https://github.com/apache/dubbo/issues/10903#issuecomment-1311161743

   it seems due to dubbo change grpc version ,replace dubbo-version to 3.2.0-beta.2-SNAPSHOT,and  reduce grpc version to 1.41.0 can fix this bug。


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #10903: dubbo xds is not work in 3.2.0

Posted by GitBox <gi...@apache.org>.
chickenlj commented on issue #10903:
URL: https://github.com/apache/dubbo/issues/10903#issuecomment-1311156489

   Could you please submit the whole stack trace?
   
   This seems to be a network protocol issue or a CA cert issue. But I am not sure why is this happening.


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #10903: dubbo xds is not work in 3.2.0

Posted by GitBox <gi...@apache.org>.
chickenlj commented on issue #10903:
URL: https://github.com/apache/dubbo/issues/10903#issuecomment-1311156806

   ![image](https://user-images.githubusercontent.com/18097545/201250516-2640cbca-92b4-45e6-9f7e-caf25aeadf0a.png)
   
   for example, more information of  'General OpenSslEngine problem'?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] aamingaa commented on issue #10903: dubbo xds is not work in 3.2.0

Posted by GitBox <gi...@apache.org>.
aamingaa commented on issue #10903:
URL: https://github.com/apache/dubbo/issues/10903#issuecomment-1312310759

   This is because the grpc 1.47.0 version can not send the correct request,you can
    replace the dubbo-version to 3.1.0, or reduce the grpc version to 1.41.0, and 1.44.0 also seems to work;


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org