You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/03/18 04:58:25 UTC

[GitHub] [incubator-brpc] panghu163 opened a new issue #1065: 持续发送功能ProgressiveAttachment::Write()

panghu163 opened a new issue #1065: 持续发送功能ProgressiveAttachment::Write()
URL: https://github.com/apache/incubator-brpc/issues/1065
 
 
   **Describe the bug (描述bug)**
   建立rpc连接,为什么小文件的时候没有问题,大文件的时候会有EOVERCROWDED这个错误?是client端没有消费吗?
   
   **To Reproduce (复现方法)**
   
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-brpc] jamesge commented on issue #1065: 持续发送功能ProgressiveAttachment::Write()

Posted by GitBox <gi...@apache.org>.
jamesge commented on issue #1065: 持续发送功能ProgressiveAttachment::Write()
URL: https://github.com/apache/incubator-brpc/issues/1065#issuecomment-600488441
 
 
   是的

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-brpc] jamesge edited a comment on issue #1065: 持续发送功能ProgressiveAttachment::Write()

Posted by GitBox <gi...@apache.org>.
jamesge edited a comment on issue #1065: 持续发送功能ProgressiveAttachment::Write()
URL: https://github.com/apache/incubator-brpc/issues/1065#issuecomment-600488441
 
 
   是的。如果一下子发太多也会报这个错,对应的参数在https://github.com/apache/incubator-brpc/blob/master/src/brpc/socket.cpp#L82

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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