Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
As part of HBASE-12583 we are passing split policy to HRegionFileSystem#splitStoreFile so that we can allow to create reference files even the split key is out of HFile key range. This is needed for Local Indexing implementation in Phoenix. But now after moving the split code to master just passing null for split policy.
final String familyName = Bytes.toString(family); final Path path_first = regionFs.splitStoreFile(this.daughter_1_RI, familyName, sf, splitRow, false, null); final Path path_second = regionFs.splitStoreFile(this.daughter_2_RI, familyName, sf, splitRow, true, null);
Attachments
Attachments
Issue Links
- blocks
-
PHOENIX-4440 Local index split/merge IT tests are failing
- Resolved
- links to