You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/22 06:51:28 UTC

[GitHub] [apisix] xionghanhan opened a new issue, #8373: bug: 在apisix-dashboard 配置一个grpc服务,两个节点,配置了重试次数为3。超时请求没有重试,直接返回504。

xionghanhan opened a new issue, #8373:
URL: https://github.com/apache/apisix/issues/8373

   ### Current Behavior
   
   请求到超时服务的节点,到达超时时间后,直接返回504,没有转发到另一个节点。
   
   ### Expected Behavior
   
   请求到超时服务的节点,到达超时时间后,请求转发到另一个服务节点。
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1.使用docker部署的apisix。
   2.docker部署两个grpc服务
   3.apisix-dashboard配置如下图
   ![image](https://user-images.githubusercontent.com/79395110/203244537-32899cb5-b336-4de8-8e43-cd1ddb651b97.png)
   
   
   ### Environment
   
   
   apache/apisix:2.12.0-alpine
   


-- 
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@apisix.apache.org.apache.org

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


Re: [I] request help: proxy grpc requests without retries [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1826740851

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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@apisix.apache.org

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


[GitHub] [apisix] tzssangglass commented on issue #8373: bug: 在apisix-dashboard 配置一个grpc服务,两个节点,配置了重试次数为3。超时请求没有重试,直接返回504。

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1323364286

   Maybe we need to support `grpc_next_upstream`, and `grpc_next_upstream_timeout` ref: 
    http://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_next_upstream_timeout


-- 
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@apisix.apache.org

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


[GitHub] [apisix] xionghanhan commented on issue #8373: request help: proxy grpc requests without retries

Posted by GitBox <gi...@apache.org>.
xionghanhan commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1323387969

   好的,感谢解答疑惑,希望可以越做越好,支持一下哈。


-- 
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@apisix.apache.org

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


[GitHub] [apisix] mscb402 commented on issue #8373: bug: 在apisix-dashboard 配置一个grpc服务,两个节点,配置了重试次数为3。超时请求没有重试,直接返回504。

Posted by GitBox <gi...@apache.org>.
mscb402 commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1323217277

   Maybe health check is what you need. https://apisix.apache.org/zh/docs/apisix/tutorials/health-check/ 


-- 
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@apisix.apache.org

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


[GitHub] [apisix] xionghanhan commented on issue #8373: bug: 在apisix-dashboard 配置一个grpc服务,两个节点,配置了重试次数为3。超时请求没有重试,直接返回504。

Posted by GitBox <gi...@apache.org>.
xionghanhan commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1323222643

   我试了http服务,同样的配置,超时是可以转发到另一个节点的。grpc服务就不行。


-- 
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@apisix.apache.org

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


[GitHub] [apisix] tokers commented on issue #8373: request help: proxy grpc requests without retries

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1323380096

   The retry feature is not supported yet for grpc @xionghanhan .


-- 
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@apisix.apache.org

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


[GitHub] [apisix] xionghanhan commented on issue #8373: bug: 在apisix-dashboard 配置一个grpc服务,两个节点,配置了重试次数为3。超时请求没有重试,直接返回504。

Posted by GitBox <gi...@apache.org>.
xionghanhan commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1323227868

   健康检查,grpc服务只能使用tcp类型吗,这个无法探查出服务超时吧。


-- 
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@apisix.apache.org

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


Re: [I] request help: proxy grpc requests without retries [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #8373: request help: proxy grpc requests without retries
URL: https://github.com/apache/apisix/issues/8373


-- 
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@apisix.apache.org

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


Re: [I] request help: proxy grpc requests without retries [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8373:
URL: https://github.com/apache/apisix/issues/8373#issuecomment-1806771439

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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@apisix.apache.org

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