📣 极限科技诚招搜索运维工程师(Elasticsearch/Easysearch)- 全职/北京 👉 : 立即申请加入

配置项作用 #

当节点级限流触发时的处理动作。

默认值 #

DROP

取值范围 #

  • DROP:丢弃超出的请求
  • THROTTLE:延迟处理

配置格式 #

# 丢弃超出的请求(默认)
cluster.throttle.node.write.action: DROP

# 延迟处理
cluster.throttle.node.write.action: THROTTLE