searchable-plugin

Searchable index gets locked on manual update (LockObtainFailedException)

风格不统一 提交于 2019-12-20 02:27:14
问题 We have a Grails project that runs behind a load balancer. There are three instances of the Grails application running on the server (using separate Tomcat instances). Each instance has its own searchable index. Because the indexes are separate, the automatic update is not enough keeping the index consistent between the application instances. Because of this we have disabled the searchable index mirroring and updates to the index are done manually in a scheduled quartz job. According to our