dlmarion opened a new issue, #4467:
URL: https://github.com/apache/accumulo/issues/4467

   **Describe the bug**
   When running PrintInfo on a rfile written using an older version of 
Accumulo, it's likely that PrintInfo will show errors. For example, the call to 
PrintInfo.printCryptoParams will log an error. Likewise, SummaryReader.print 
will also raise an error if there is no summary information. It might make 
sense to use the RFile version number to determine which things to try and 
print, or use the RFile version number to suppress errors for things that don't 
match between the runtime version and the file version.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 2.1
   
   **To Reproduce**
   Run the 2.1 rfile-info utility on a file created with Accumulo 1.10. Try it 
with the `--summary` option when there are no summaries to see the mentioned 
exception.
   
   **Expected behavior**
   The PrintInfo utility should print information about the file. It should not 
print errors and stack traces for things that it cannot find or that do not 
exist.
   


-- 
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]

Reply via email to