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/06/29 03:41:15 UTC

[GitHub] [dubbo] tom055 opened a new issue, #10237: Direct self-reference leading to cycle (through reference chain: com.dubbo.proto.HelloReply["unknownFields"]->com.google.protobuf.UnknownFieldSet["defaultInstanceForType"])

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

   Environment
   Dubbo version: 3.0.7
   Operating System version: windows 10
   Java version: 1.8
   
   I use grpc,When I make a request, the consumer throws an exception
   
   ![微信截图_bug1](https://user-images.githubusercontent.com/17687356/176346307-2d939437-a5c8-4508-89bf-fb5ef3686d7f.png)
   
   ![微信截图_bug2](https://user-images.githubusercontent.com/17687356/176346339-cee2b004-66a0-4785-b2dc-53052f27330b.png)
   
   
   ![微信截图_bug](https://user-images.githubusercontent.com/17687356/176346092-c3e3e23d-76e7-443f-bba8-eeee6dd0d82a.png)
   
   


-- 
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] tom055 commented on issue #10237: Direct self-reference leading to cycle (through reference chain: com.dubbo.proto.HelloReply["unknownFields"]->com.google.protobuf.UnknownFieldSet["defaultInstanceForType"])

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

   How to solve this problem
   io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 0.875185800s. [


-- 
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] guohao commented on issue #10237: Direct self-reference leading to cycle (through reference chain: com.dubbo.proto.HelloReply["unknownFields"]->com.google.protobuf.UnknownFieldSet["defaultInstanceForType"])

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

   You can try [triple](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-triple/src) protocol instead, it is fully compatibility with grpc/http2 


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