mikewalch commented on a change in pull request #609: Pass ServerContext to
RFile. Closes #584
URL: https://github.com/apache/accumulo/pull/609#discussion_r211687673
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/rfile/RFileSummariesRetriever.java
##########
@@ -90,7 +90,7 @@ public SummaryOptions endRow(Text endRow) {
for (RFileSource source : sources) {
SummaryReader fileSummary = SummaryReader.load(conf, acuconf,
source.getInputStream(),
source.getLength(), summarySelector, factory,
- CryptoServiceFactory.getConfigured(acuconf));
+ CryptoServiceFactory.newInstance(acuconf));
Review comment:
`acuconf` is default configuration. you should pass in your crypto
configuration
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services