[
https://issues.apache.org/jira/browse/ARTEMIS-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260690#comment-17260690
]
Clebert Suconic edited comment on ARTEMIS-3057 at 1/7/21, 5:50 PM:
-------------------------------------------------------------------
* First thing is to add the AddressSetting parameter (take a look on the code,
you will need to add DEFAULT options in there.. it's not rocket science..
there's some code to be written but it's not that much I think).
* Add the parser option on FileConfigurationParser
* Change FileStoreMonitor::tick to take this into consideration.
* Tests..
I can make myself available through the slacker room at apache ActiveMQ slacker
if that works for you.
how that sound?
was (Author: clebertsuconic):
* First thing is to add the AddressSetting parameter (take a look on the code,
you will need to add DEFAULT options in there.. it's not rock science.. there's
some code to be written but it's not that much I think).
* Add the parser option on FileConfigurationParser
* Change FileStoreMonitor::tick to take this into consideration.
* Tests..
I can make myself available through the slacker room at apache ActiveMQ slacker
if that works for you.
how that sound?
> Provide alternative to max-disk-usage to measure by remaining disk free
> -----------------------------------------------------------------------
>
> Key: ARTEMIS-3057
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3057
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: Broker
> Affects Versions: 2.16.0
> Reporter: Barnaby Court
> Priority: Major
>
> Today we can specify max-disk-usage as a percentage of disk that may be used
> before blocking the queues. I believe this is done in order to prevent
> journal corruption. Currently the value can be specified as a percentage
> which works well for relatively small disks. When working on large systems
> with many terabytes of storage even specifying 99% is going to result in
> queues being blocked when there are still many gigabytes of disk space
> remaining.
> It would be very helpful to have an alternative version of the max-disk-usage
> that allowed us to specify the threshold below which blocking should be
> activated. For example, min-disk-available set to something like 500
> megabytes or 1 gigabyte before blocking the queues.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)