Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.87k stars 2.94k forks source link

Read request time consuming becoming longer when standby master restart or exit #18707

Open microbn opened 1 day ago

microbn commented 1 day ago

Alluxio Version: What version of Alluxio are you using? 2.9.3 Describe the bug A clear and concise description of what the bug is. Client will retry create new connection when rpc invoker. when new connection may connect to corrupt standby master, then versionClient request timeout and shutdown channel will gracefully then forcefully, this will consume long time.

# To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible)

Expected behavior A clear and concise description of what you expected to happen. standby master exist not has any impact to client request.

Urgency Describe the impact and urgency of the bug.

Are you planning to fix it Please indicate if you are already working on a PR. YES Additional context Add any other context about the problem here.