maobaolong opened a new issue, #2315: URL: https://github.com/apache/incubator-uniffle/issues/2315
### 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. ### Describe the feature As title, introduce a mock client to mock send shuffle data request for testing server performance. ### Motivation In a production environment, there can be over 30,000 concurrent connections to a single server, and sending data from a single machine makes it difficult to reach performance bottlenecks. Therefore, a distributed task is needed, running in a relatively large resource pool. Currently, the feasible solutions are on Yarn and on Kubernetes. Since Spark runs on Yarn, using the on Yarn solution would be more convenient. ### Describe the solution <img width="739" alt="image" src="https://github.com/user-attachments/assets/5a21361a-ed4f-47c2-aeaa-e0fc9f772e0f" /> ### Additional context _No response_ ### Are you willing to submit PR? - [X] 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: [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]
