rickyma opened a new pull request, #1653: URL: https://github.com/apache/incubator-uniffle/pull/1653
### What changes were proposed in this pull request? 1. Set Netty as the default server type. 2. Update related docs. 3. Change the default values of configurations `rss.server.buffer.capacity.ratio` and `rss.server.read.buffer.capacity.ratio`, which are more sensible. Because in our tests, we discovered that the metric `read_used_buffer_size` could potentially only reach up to 3.75GB. The configuration for the shuffle server is: `capacity`: 140GB, `readCapacity`: 20GB, and it's under high pressure and high concurrency situations. So I think the default value for `rss.server.read.buffer.capacity.ratio` is a little bit too high. We can decrease the default value of `rss.server.read.buffer.capacity.ratio` and increase the default value of `rss.server.buffer.capacity.ratio`. ### Why are the changes needed? For https://github.com/apache/incubator-uniffle/issues/1651. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing UTs. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
