[ https://issues.apache.org/jira/browse/HBASE-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867462#comment-13867462 ]
Andrew Purtell commented on HBASE-10307: ---------------------------------------- For the curious, the reason this didn't work previously was because the test provider unconditionally injected into the client would wrap the CF key with something other than the configured master key for the cluster. The result is a table with regions that cannot open. We don't need to provide a CF key, so the latest patch doesn't. In addition, we separate out configuration changes for the localhost case to make the distinction clearer. > IntegrationTestIngestWithEncryption assumes localhost cluster > ------------------------------------------------------------- > > Key: HBASE-10307 > URL: https://issues.apache.org/jira/browse/HBASE-10307 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0, 0.99.0 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.98.0, 0.99.0 > > Attachments: 10307.patch, 10307.patch > > > We forgot to update IntegrationTestIngestWithEncryption to handle the > distributed cluster case. -- This message was sent by Atlassian JIRA (v6.1.5#6160)