You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by "xumanbu (via GitHub)" <gi...@apache.org> on 2023/03/03 09:32:06 UTC

[GitHub] [incubator-uniffle] xumanbu opened a new issue, #682: [Improvement] a backpressure limiter for shuffle client send data

xumanbu opened a new issue, #682:
URL: https://github.com/apache/incubator-uniffle/issues/682

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What would you like to be improved?
   
   in our production daily operation, a server is often oom crash case by traffic too high.in order to protect shuffle server,   add client send data limiter may be is a good solution.
   
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


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

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


[GitHub] [incubator-uniffle] zuston commented on issue #682: [Improvement] a backpressure limiter for shuffle client send data

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #682:
URL: https://github.com/apache/incubator-uniffle/issues/682#issuecomment-1453258680

   Could you help describe more that there is already a mechanism of requiring buffer before sending data, why the problem you mentioned happen?


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

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


[GitHub] [incubator-uniffle] jerqi commented on issue #682: [Improvement] a backpressure limiter for shuffle client send data

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #682:
URL: https://github.com/apache/incubator-uniffle/issues/682#issuecomment-1454794096

   Do you mean `com.netflix.concurrency-limits`? We have ever a try, but it don't take effect.


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

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