dlmarion commented on issue #2979:
URL: https://github.com/apache/accumulo/issues/2979#issuecomment-1261241038

   I'm wondering if the issue is 
[here](https://github.com/apache/accumulo/blob/main/server/tserver/src/main/java/org/apache/accumulo/tserver/log/RecoveryLogsIterator.java#L81).
 The `RecoveryLogsIterator` creates an `RFileScanner` with the table properties 
of the `metadata` table. `RFileScanner` 
[gets](https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java#L226)
 a CryptoService using the Table scope, not the Recovery scope.


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