question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Q] How to create Cluster with help of LUCENE.NET.REPLICATION

See original GitHub issue

It’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:open
  • Created 8 months ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nzdevcommented, Feb 10, 2023

I think you would need to backport this feature from the lucene 5.0 codec https://issues.apache.org/jira/browse/LUCENE-5895

1reaction
rclabocommented, Feb 7, 2023

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found