You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/10 14:16:45 UTC

[GitHub] [accumulo] milleruntime opened a new issue #2353: PerTableVolumeChooser config error is misleading

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii commented on issue #2353: PerTableVolumeChooser config error is misleading

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #2353:
URL: https://github.com/apache/accumulo/issues/2353#issuecomment-965444384


   It looks like there's a couple places in that class that only show the property without the suffix in the error message and/or logs.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii closed issue #2353: PerTableVolumeChooser config error is misleading

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #2353:
URL: https://github.com/apache/accumulo/issues/2353


   


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org