Duo Zhang
Duo Zhang
And I can not recall why block size should not be cleared... Need to do git blame...
Seems to be broken by HBASE-27558, where we introduce quotas for total block io for scans.
The spotless issues will be fixed by #7507. I think we'd better try to understand the code added in HBASE_27558, and see what is the correct way to fix this,...
Checked the code, the only place where we set keepProgress to true is in RegionScannerImpl.populateResult, where we want to keep progress across families, i.e, different StoreScanners. This is the keepProgress...
I've created a PR in #7562, where we clear the block progress after calling shipped. PTAL. Thanks.
Ping @apurtell , do we need this on master?
I suggest we try the approach to not introduce the new 'ReplicationResult' concept to see if it could work before merging this back. Once the new concept is there, it...
Please fix the typo?
@droudnitsky Not all the copilot comments need to be addressed... Let me take a look again.
Could you please describe more on why and how Phoenix plan to control the time limit? Thanks.