Solr requests time out during index update. Perhaps replication a possible solution?

前端 未结 3 360
栀梦
栀梦 2021-01-20 13:18

We are running a Solr installation (everything standard jetty environment, just added some fields to schema).

The index is about 80k Documents that are of average si

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-20 13:51

    If you only see it occasionally, and the number of documents keeps increasing, you're likely hitting the merge limit. Merging is horrendously expensive as old segments are turned into new segments, and your caches all get dumped to boot.

    You definitely want to do a master/slave setup, SWAP (as seen above), etc. to smooth over the bumps.

提交回复
热议问题