Option | GLOBAL_THROTTLE_PERCENTAGE | |
Introduced Version | 1.69 | |
Description | Percentage of time allowed for a global publishing thread before other transactions of that type are throttled | |
Default | 20 |
This variable controls the percentage of time per measuring interval a LogScale node's global publishing thread is allowed to spend executing a global transaction before other transactions of that type are throttled. The default is 20, meaning if the publishing thread spends more than 20% of an interval blocked waiting for a particular kind of transaction to complete, other transactions of that type are throttled.
Warning
The GLOBAL_THROTTLE_PERCENTAGE
variable is an
internal safeguard meant to protect a LogScale cluster from
excessive global writes; do not change the default value
unless it is requested by LogScale Support to do so.