PircDef closed pull request #568: bugfix/WAL-configuration
URL: https://github.com/apache/accumulo/pull/568
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java
b/server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java
index b19b2c28d5..d3d2d5d669 100644
---
a/server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java
+++
b/server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java
@@ -494,6 +494,7 @@ public synchronized void open(String address) throws
IOException {
&&
!params.getAllOptions().get(Property.CRYPTO_WAL_CIPHER_SUITE.getKey()).equals(""))
{
params
.setCipherSuite(params.getAllOptions().get(Property.CRYPTO_WAL_CIPHER_SUITE.getKey()));
+ params.getAllOptions().put(Property.CRYPTO_CIPHER_SUITE.getKey(),
params.getCipherSuite());
}
NoFlushOutputStream nfos = new NoFlushOutputStream(logFile);
----------------------------------------------------------------
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