[Q] How to create Cluster with help of LUCENE.NET.REPLICATION
See original GitHub issueIt’s curious to get an understanding of how to handle auto failover in a cluster with Master - 2 or more replication. With the help of LUCENE.NET.REPLICATION
in LuceneNet(NRT-segment replication) we can create a cluster with master-replica clusters but handling failover within the cluster is not possible without any distributed consensus algorithm. By using .NEXT Raft we can achieve the handling clusters failovers. So my question is how to implement the consensus within Lucene.NET
.
Thanks!
Issue Analytics
- State:
- Created 8 months ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
[GitHub] [lucenenet] nzdev commented on issue #791
[GitHub] [lucenenet] nzdev commented on issue #791: [Q] How to create Cluster with help of LUCENE.NET.REPLICATION · Previous message · View by thread...
Read more >Options for Lucene.NET clustering?
My question now is what options I have for handling the problem of running on multiple hosts: Persist on a shared storage, common...
Read more >Issues · apache/lucenenet
Apache Lucene.NET. Contribute to apache/lucenenet development by creating an account on ... [Q] How to create Cluster with help of LUCENE.NET.REPLICATION.
Read more >Create New Distributed Lucene with Persistence Cache
From the In-Memory Store Type dropdown menu, select Distributed Lucene with Persistence and specify the name of your cache. Click Next. Note. Distributed...
Read more >Namespace Lucene.Net.Replicator
The replication framework supports replicating any type of files, with built-in support for a single search index as well as an index and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think you would need to backport this feature from the lucene 5.0 codec https://issues.apache.org/jira/browse/LUCENE-5895
It seems like this is the type of functionality that is added by Solr or OpenSearch. So you may want to checkout out their Repos for code that would be helpful. Both are under Apache License I believe.