dlmarion commented on issue #4467:
URL: https://github.com/apache/accumulo/issues/4467#issuecomment-2061741940
Stack traces / errors seen:
```
java.io.EOFException: Length to read: X actual: Y
at IOUtils.readFully (IOUtils.java:2080)
at IOUtils.readFully (IOUtils.java:2056)
at CryptoUtils.readParams (CryptoUtils.java:41)
at PrintInfo.printCryptoParams (PrintInfo.java:335)
at PrintInfo.execute (PrintInfo.java:196)
```
With the `--summary` option, the following error kills the `rfile-info`
thread:
```
org.apache.accumulo.core.file.NoSuchMetaStoreException: name =
accumulo.summaries.index
at RFile$Reader.getMetaStore (RFile.java:1385)
at SummaryReader.load (SummaryReader.java:129)
at SummaryReader.print (SummaryReader.java:231)
at PrintInfo.execute (PrintInfo.java:280)
```
--
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]