-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid get block info when positioned read for first retry
### What changes are proposed in this pull request? Reduce talk to master to improve the performance for small file scenario. I guess this is introduced by ed53d54 ### Why are the changes needed? The block info can be get from file status, so we should not ask it from master every time. ### Does this PR introduce any user facing changes? No pr-link: #18417 change-id: cid-e642ce66ee370febeafdbaab24fe0255b4104ae5
- Loading branch information
1 parent
edfc260
commit e939a39
Showing
3 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters