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.
when WorkerRegisterToAllMasters enable, worker not report block to standby master, because of commitBlockToMaster is not empty method.
Leader Master is not send block location in journal because blockMeta is created when commitBlock. this block meta is create when file meta create and write to block store.
when block report, standby master will wait 1 sec when not found block meta, this lost block replica when apply journal delay.
To Reproduce
Steps to reproduce the behavior (as minimally and precisely as possible)
enable WorkerRegisterToAllMasters , write data and HA, check file location.
Expected behavior
A clear and concise description of what you expected to happen.
when HA , cache data must not lost data.
Urgency
Describe the impact and urgency of the bug.
after HA,client not found block location and time consuming of read request become longer
Are you planning to fix it
Please indicate if you are already working on a PR.
YES,already fix and prepare to upgrade.
Additional context
Add any other context about the problem here.
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.
when WorkerRegisterToAllMasters enable, worker not report block to standby master, because of commitBlockToMaster is not empty method. Leader Master is not send block location in journal because blockMeta is created when commitBlock. this block meta is create when file meta create and write to block store.
when block report, standby master will wait 1 sec when not found block meta, this lost block replica when apply journal delay.
To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible) enable WorkerRegisterToAllMasters , write data and HA, check file location.
Expected behavior A clear and concise description of what you expected to happen. when HA , cache data must not lost data.
Urgency Describe the impact and urgency of the bug. after HA,client not found block location and time consuming of read request become longer
Are you planning to fix it Please indicate if you are already working on a PR. YES,already fix and prepare to upgrade. Additional context Add any other context about the problem here.