문제

I am using solr with replication. I have one master that indexes data and two slaves which pulls index from master and responds to the queries.

My question is, how can i create fault tolerant architecture? I mean what should i do when master server crashes?

Using replication repeater is an option but i am looking for a better solution.

Any help will be appreciated.

도움이 되었습니까?

해결책

The upcoming version 4.0 (still in development) includes a feature SolrCloud which gives you fault tolerant masters and crash recovery.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top