FineAndDandy opened a new issue, #4810: URL: https://github.com/apache/accumulo/issues/4810
**Describe the bug** When attaching an iterator to an RFileScanner which uses either the iterator environments config or ServiceEnvironment, the iterators will throw UnsupportedOperationExceptions **Versions (OS, Maven, Java, and others, as appropriate):** Accumulo 2.x **To Reproduce** Steps to reproduce the behavior (or a link to an example repository that reproduces the problem): 1. Create an RFileScanner 2. Attach an Iterator which in the init method calls env.getConfig() or env.getServiceEnv() **Expected behavior** The config for the RFileScanner should be built from any table properties passed into the builder's withTableProperties() method. These properties can also be returned for any env.getServiceEnv().getConfiguration() or env.getServiceEnv().getConfiguration(TableId) methods. -- 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]
