bells / elasticsearch-analysis-dynamic-synonym

The dynamic synonym plugin adds a synonym token filter that reloads the synonym file(local file or remote file) at given intervals (default 60s).
369 stars 181 forks source link

集群部署,过一天热更新失效 #58

Open royalll opened 4 years ago

royalll commented 4 years ago

我在集群上都部署了此插件,当索引创建和open那一段时间热更新是一直在进行的。但过了一天甚至更长时间后,热更新貌似失效了,只有靠关闭索引并再开启才能拉取新的文件,请问这是什么情况,呜呜呜。有人遇到过么

lryong commented 4 years ago

@royalll 目前是什么状态,请问这个问题解决了吗

foxli91 commented 2 years ago

这个时定时线程池的机制,如果远程文件服务器重启啥的会导致连接超时出现异常,任务会停止,可以在 Monitor 的run 方法里面 try catch 一下。