[FEATURE] Add longer retry when write connect to shuffleManager to get shuffle handler
- Dominant language
- Java
- Stars
- 454
- Forks
- 172
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 5
Description
### 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
When the partition reassign is enabled, the writer/reader will get the shuffle handler by the grpc with shuffle manager. that means when the driver is under the high pressure of GC, the write will fail due to the grpc timeout
### Motivation
_No response_
### Describe the solution
_No response_
### Additional context
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Contributor guide
Research direction
Start from the writer/reader gRPC path that obtains a shuffle handler from the shuffle manager when partition reassignment is enabled. Trace the timeout and retry behavior under driver GC pressure; done means writes no longer fail solely because the initial gRPC request times out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, java
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100