[GitHub] [brpc] xiaoyuxee commented on issue #2074: 客户端请求比较耗时的case 时,rpc E1010,500 Internal Server Error

2023-01-11 Thread GitBox


xiaoyuxee commented on issue #2074:
URL: https://github.com/apache/brpc/issues/2074#issuecomment-1378488740

   把 client 端 window size 调大后,问题解决。
   
   > 客户端请求比较耗时的case ...
   
   应该不是耗时引起,而是耗时的 case 所产生的 response 也比较大。


-- 
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: dev-unsubscr...@brpc.apache.org

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


-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [brpc] xiaoyuxee commented on issue #2074: 客户端请求比较耗时的case 时,rpc E1010,500 Internal Server Error

2023-01-10 Thread GitBox


xiaoyuxee commented on issue #2074:
URL: https://github.com/apache/brpc/issues/2074#issuecomment-1378261134

   > client 端信息如下:
   > 
   > * ParallelChannel 中包含多个 SelectiveChannel,用于并行调用 SelectiveChannel 中某个 server
   > * protocol = "h2:grpc"
   > * SelectiveChannel `timeout_ms`、`connect_timeout_ms` 均为 -1
   > 
   
   刚刚试了下,client protocol 改为 "baidu_std" 则没问题
   
   


-- 
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: dev-unsubscr...@brpc.apache.org

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


-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [brpc] xiaoyuxee commented on issue #2074: 客户端请求比较耗时的case 时,rpc E1010,500 Internal Server Error

2023-01-10 Thread GitBox


xiaoyuxee commented on issue #2074:
URL: https://github.com/apache/brpc/issues/2074#issuecomment-1378251117

   通过打印日志发现,client 端socket 接受到的 header 中已经是 500 了


-- 
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: dev-unsubscr...@brpc.apache.org

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


-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [brpc] xiaoyuxee commented on issue #2074: 客户端请求比较耗时的case 时,rpc E1010,500 Internal Server Error

2023-01-10 Thread GitBox


xiaoyuxee commented on issue #2074:
URL: https://github.com/apache/brpc/issues/2074#issuecomment-1378245453

   > client和server间是不是还有一层http代理?
   
   通过 k8s 的pod域名来调用 server 的


-- 
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: dev-unsubscr...@brpc.apache.org

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


-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org