mjwall opened a new issue #2343: URL: https://github.com/apache/accumulo/issues/2343
**Describe the bug**
Periodically getting the errors when run `mvn clean test` on main.
Capturing here in case others are getting it.
```
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
11.629 s - in
org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancerTest
[ERROR] Tests run: 47, Failures: 0, Errors: 3, Skipped: 0, Time elapsed:
24.892 s <<< FAILURE! - in org.apache.accumulo.core.file.rfile.RFileTest
[ERROR] org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile17 Time
elapsed: 0.633 s <<< ERROR!
org.apache.accumulo.core.spi.crypto.CryptoService$CryptoException: Unable to
load key encryption key.
at
org.apache.accumulo.core.file.rfile.RFileTest.test17(RFileTest.java:1420)
at
org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile17(RFileTest.java:1923)
Caused by: java.lang.IllegalArgumentException: Empty key
at
org.apache.accumulo.core.file.rfile.RFileTest.test17(RFileTest.java:1420)
at
org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile17(RFileTest.java:1923)
[ERROR] org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile18 Time
elapsed: 0 s <<< ERROR!
org.apache.accumulo.core.spi.crypto.CryptoService$CryptoException: Unable to
load key encryption key.
at
org.apache.accumulo.core.file.rfile.RFileTest.test18(RFileTest.java:1548)
at
org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile18(RFileTest.java:1929)
Caused by: java.lang.IllegalArgumentException: Empty key
at
org.apache.accumulo.core.file.rfile.RFileTest.test18(RFileTest.java:1548)
at
org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile18(RFileTest.java:1929)
[ERROR] org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile19 Time
elapsed: 0 s <<< ERROR!
org.apache.accumulo.core.spi.crypto.CryptoService$CryptoException: Unable to
load key encryption key.
at
org.apache.accumulo.core.file.rfile.RFileTest.test19(RFileTest.java:1599)
at
org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile19(RFileTest.java:1936)
Caused by: java.lang.IllegalArgumentException: Empty key
at
org.apache.accumulo.core.file.rfile.RFileTest.test19(RFileTest.java:1599)
at
org.apache.accumulo.core.file.rfile.RFileTest.testEncRFile19(RFileTest.java:1936)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
13.297 s - in
org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancerReconfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.6
s - in org.apache.accumulo.fate.zookeeper.ZooSessionTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] RFileTest.testEncRFile17:1923->test17:1420 » Crypto Unable to load
key encrypt...
[ERROR] RFileTest.testEncRFile18:1929->test18:1548 » Crypto Unable to load
key encrypt...
[ERROR] RFileTest.testEncRFile19:1936->test19:1599 » Crypto Unable to load
key encrypt...
[INFO]
[ERROR] Tests run: 1170, Failures: 0, Errors: 3, Skipped: 0
```
**Versions (OS, Maven, Java, and others, as appropriate):**
- main (commit dc847b1fb971efa81e6fcc24f126e93fcc1ddf8a)
- OS: CentOS 7
- Others: java 11.0.11 2021-04-20 LTS
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
