aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/content.rnc
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-02-02 14:01:22 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-02-02 14:07:35 +0000
commitf1ac760f7272033c1bf7b48b49a0ff4c5dd34fdf (patch)
treedac06e4ac2286845de6a6392b193f413e29b4641 /config-model/src/main/resources/schema/content.rnc
parente4aa66d6b83c910d947fab195c62376f6d3c2fdb (diff)
Make it possible to specify feed block resource limits in content cluster tuning.
These will be used by the cluster controller to decide whether external feed should be blocked and stopped by the distributors. Content node (proton) hard limits are derived from the new limits if not specified, and the other way around. This way we are backwards compatible when the new functionality in cluster controller is enabled by default.
Diffstat (limited to 'config-model/src/main/resources/schema/content.rnc')
-rw-r--r--config-model/src/main/resources/schema/content.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 5646bc72056..a48d38b9f2c 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -98,7 +98,8 @@ ClusterTuning = element tuning {
ClusterControllerTuning? &
Maintenance? &
PersistenceThreads? &
- MinNodeRatioPerGroup?
+ MinNodeRatioPerGroup? &
+ ResourceLimits?
}
Content = element content {