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

配置项作用 #

index.store.fs.fs_lock 配置项控制索引存储层使用的文件系统锁实现类型。

默认值 #

native

配置类型 #

索引级配置

取值范围 #

  • native:使用原生文件系统锁
  • simple:使用简单文件锁

配置格式 #

# 默认配置
index.store.fs.fs_lock: native

# 使用简单文件锁
index.store.fs.fs_lock: simple