jerqi commented on code in PR #1140: URL: https://github.com/apache/incubator-uniffle/pull/1140#discussion_r1292635932
########## docs/client_guide.md: ########## @@ -242,6 +242,7 @@ Notice: this feature requires the MEMORY_LOCAL_HADOOP mode. |--------------------------------|---------|-------------------------------------------------------------------------| | tez.rss.avoid.recompute.succeeded.task | false | Whether to avoid recompute succeeded task when node is unhealthy or black-listed | | tez.rss.client.max.buffer.size | 3k | The max buffer size in map side | +| tez.rss.client.batch.trigger.num | 50 | The max batch of buffers to send data in map side | Review Comment: Could you give more detailed description? What will it happen if the task reach the value? -- 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]
