Load balance writes - Solr - [mail # user]
|
...Like I said before, nginx is not a load balancer or at least not a clever load balancer. It does not talk to ZK. Please give me advanced solutions.> On 11. Feb 2019, at 18:32, Walter Unde... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...But like I said in the previous message, nginx is not aware of the status of Solr nodes. I can easily write Go load balancer but not considering the shards. The only problem I have here is h... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...This is naive load balancing because it is not aware of ZK.> On 11. Feb 2019, at 18:05, Walter Underwood wrote:> > nginx> > http://nginx.org/en/docs/http/load_balancing.... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...Can you mention one dockerized load balancer? Or even better one with Helm chart?Like I said, I send all updates at the moment just to one out of 12 nodes.> On 11. Feb 2019, at 17:52, Wal... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...I would actually like to write a load balancer itself, but I want it to be able to send the data as efficiently as possible. I know how to read ZK data, but I don’t know how can I figure out... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...Thank you again Emir. I can make my code ZK aware, that is no problem, but I can’t make it shard leader aware. Can you point me to a document how are Solr shards created? I alrea... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...Thank you Emir for quick reply. I use home brewed Go client and write just to one of 12 available nodes. I believe I should find out this smart way to handle this :)> On 11. Feb 2019, at ... |
|
|
|
Load balance writes - Solr - [mail # user]
|
...I am wondering would I get performance benefits if I distribute writes to Solr nodes by sending documents exactly to the master of collection where the document belongs? My idea is that this... |
|
|
|