Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
Reviewed
Description
There is duplicated code from MobUtils.createEncryptionContext in HStore, and there is a subset of that code in HFileReaderImpl.
Refactored key selection
Moved both to EncryptionUtil.java
Can't figure out how to write a unit test for this, but there's no new code just refactoring.
Attachments
Attachments
Issue Links
- is cloned by
-
HBASE-14964 Backport HBASE-14901 (duplicated code to create/manage encryption keys) to branch-1
- Resolved