Description
In BCFile line 818 an attempt to read crypto metadata from cache is made. Then at BCFile line 820 if that crypto metadata does not exist, some BC file metadata is read from the file. For unencrypted files this data will never exist in cache. Therefore for unencrypted files metadata will always be read from the file, even when its cached.
Attachments
Attachments
Issue Links
- is broken by
-
ACCUMULO-998 support encryption at rest
- Resolved