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/16 14:02:37 UTC

[GitHub] [dubbo-go-pixiu] nicktming opened a new issue, #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

nicktming opened a new issue, #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523

   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   syntax = "proto3";
   
   import "k8s.io/api/core/v1/generated.proto";
   
   package test;
   
   option go_package = "./;test";
   
   service DeliveryInterface {
     rpc GetTest (TestRequest) returns (TestResponse) {
     }
   }
   
   message TestRequest {
     string uid = 1;
     Test test = 2;
   }
   
   message TestResponse {
     optional bool success = 1;
   }
   
   message Test {
     optional string name = 1;
     optional k8s.io.api.core.v1.Pod  Pod = 2;
   }
   
   
   **What happened**:
   
   当proto3引用proto2文件起的dubbo triple服务  p.call 报 client call err: call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error
   
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


-- 
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-go-pixiu] AlexStocks commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1319484805

   ![image](https://user-images.githubusercontent.com/7959374/202607461-aaf2874f-716b-424a-8964-dcd832172a86.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

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-go-pixiu] ShawnHXH commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by "ShawnHXH (via GitHub)" <gi...@apache.org>.
ShawnHXH commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1482645091

   consider closing


-- 
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-go-pixiu] mark4z commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1328024840

   使用本地导入的protoset有可能解决该问题


-- 
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-go-pixiu] mark4z commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by "mark4z (via GitHub)" <gi...@apache.org>.
mark4z commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1596382913

   close via #548


-- 
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-go-pixiu] mark4z commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1330780664

   cc @jielun1995


-- 
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-go-pixiu] AlexStocks commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by "AlexStocks (via GitHub)" <gi...@apache.org>.
AlexStocks commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1482680516

   @ShawnHXH OMG, have you seen the label ”good fist issue“?


-- 
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-go-pixiu] mark4z commented on issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #523:
URL: https://github.com/apache/dubbo-go-pixiu/issues/523#issuecomment-1330372608

   该问题是由于gprc reflection无法识别gogoprotoc生成的pb。
   可能的解决方案,对于此种情况,为triple的filter增加一个配置的路径,用来加载protoset文件。这样对于不兼容的情况,不使用gprc reflection来避免问题。
   但同时,需要保留gprc reflection的能力。
   
   可以参考的项目:https://github.com/fullstorydev/grpcurl(拥有以上两种能力)
   ![image](https://user-images.githubusercontent.com/36187602/204498412-9d380dd9-0728-4fda-b295-bb728b7131c5.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

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-go-pixiu] mark4z closed issue #523: 报 call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error

Posted by "mark4z (via GitHub)" <gi...@apache.org>.
mark4z closed issue #523: 报  call triple server error = service was not found upstream even though it should have been there: service not found; service discovery error
URL: https://github.com/apache/dubbo-go-pixiu/issues/523


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