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

   **Describe the bug**
   When trying to set the class to use for the cache manager, the scan servers 
do not use a 
   `sserver` property prefix. Instead the scan servers only load in a different 
manager if `tserver.cache.manager.class` is set. 
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: [e.g. 1.10.0] 2.1.x
   
   **To Reproduce**
   Steps to reproduce the behavior (or a link to an example repository that 
reproduces the problem):
   1. Setup an fluo-uno instance
   2. Modify the properties to set `sserver.cache.manager.class=test.example` 
in the property file.
   3. Try starting a scan server (This should succeed)
   4. Modify the properties file to set 
`tserver.cache.manager.class=test.example`
   5. Try starting a scan server (This will fail with a class not found error)
   
   **Expected behavior**
   The scan server should use the `sserver` prefix when loading in instance 
properties.
   
   **Additional context**
   There may be additional properties that are still only loaded in via the 
`tserver` prefix. 
   


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