Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9F48CE72 for ; Mon, 11 Jun 2012 16:05:45 +0000 (UTC) Received: (qmail 686 invoked by uid 500); 11 Jun 2012 16:05:45 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 652 invoked by uid 500); 11 Jun 2012 16:05:45 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 640 invoked by uid 99); 11 Jun 2012 16:05:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2012 16:05:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2012 16:05:44 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 90B0A594; Mon, 11 Jun 2012 16:05:24 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 11 Jun 2012 16:05:24 -0000 Message-ID: <20120611160524.73156.14538@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22LBHttpSolrServer=22_by_JackKrupans?= =?utf-8?q?ky?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "LBHttpSolrServer" page has been changed by JackKrupansky: http://wiki.apache.org/solr/LBHttpSolrServer?action=3Ddiff&rev1=3D9&rev2=3D= 10 Comment: Incorporate info from javadoc =3D=3D What is LBHttpSolrServer? =3D=3D - LBHttpSolrServer or "Load Balanced HttpSolrServer" is just a wrapper to C= ommonsHttpSolrServer. This is useful when you have multiple !SolrServers an= d the requests need to be Load Balanced among them. It offers automatic fai= lover when a server goes down and it detects when the server comes back up. + LBHttpSolrServer or "Load Balanced HttpSolrServer" is just a wrapper to C= ommonsHttpSolrServer. This is useful when you have multiple !SolrServers an= d query requests need to be Load Balanced among them. This should NOT be us= ed for indexing. It offers automatic failover when a server goes down and i= t detects when the server comes back up. = =3D=3D How to use? =3D=3D {{{ @@ -40, +40 @@ =3D=3D When to use this ? =3D=3D This can be used as a software load balancer when you do not wish to setu= p an external load balancer. = + Alternatives to this built-in approach are to use a dedicated hardware lo= ad balancer or to use Apache httpd with mod_proxy_balancer as a load balanc= er. See [[http://en.wikipedia.org/wiki/Load_balancing_(computing)|Load bala= ncing on Wikipedia]]. +=20