[
https://issues.apache.org/jira/browse/HBASE-14901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052118#comment-15052118
]
Hudson commented on HBASE-14901:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #545 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/545/])
HBASE-14901 Remove duplicate code to create/manage encryption keys (garyh: rev
9511150bd60e5149856c23c90422e2da7114892e)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/MemStoreWrapper.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
*
hbase-client/src/test/java/org/apache/hadoop/hbase/security/TestEncryptionUtil.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/security/EncryptionUtil.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/compactions/PartitionedMobCompactor.java
> There is duplicated code to create/manage encryption keys
> ---------------------------------------------------------
>
> Key: HBASE-14901
> URL: https://issues.apache.org/jira/browse/HBASE-14901
> Project: HBase
> Issue Type: Bug
> Components: encryption
> Affects Versions: 2.0.0
> Reporter: Nate Edel
> Assignee: Nate Edel
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14901.1.patch, HBASE-14901.2.patch,
> HBASE-14901.3.patch, HBASE-14901.5.patch, HBASE-14901.6.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)