milleruntime opened a new issue #2353: URL: https://github.com/apache/accumulo/issues/2353
When trying to configure a PerTableVolumeChooser, if you don't set the properties correctly, an error gets printed that is misleading: <pre> 2021-11-10 13:37:15,981 [thrift.ProcessFunction] ERROR: Internal error processing waitForFateOperation org.apache.accumulo.server.fs.VolumeChooser$VolumeChooserException: Property volume.chooser or volume.chooser.default must be a valid VolumeChooser to use the PerTableVolumeChooser </pre> This error message neglects to consider the "table.custom" and "general.custom" prefixes for the properties. -- 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]
