Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 12E3A200B8C for ; Mon, 12 Sep 2016 13:57:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1177D160AC8; Mon, 12 Sep 2016 11:57:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7C202160AB8 for ; Mon, 12 Sep 2016 13:57:23 +0200 (CEST) Received: (qmail 9503 invoked by uid 500); 12 Sep 2016 11:57:21 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 9465 invoked by uid 99); 12 Sep 2016 11:57:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2016 11:57:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4B65E2C1B75 for ; Mon, 12 Sep 2016 11:57:21 +0000 (UTC) Date: Mon, 12 Sep 2016 11:57:21 +0000 (UTC) From: "Shalin Shekhar Mangar (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-9445) Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Sep 2016 11:57:24 -0000 [ https://issues.apache.org/jira/browse/SOLR-9445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-9445. ----------------------------------------- Resolution: Fixed > Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure > ----------------------------------------------------------------------------- > > Key: SOLR-9445 > URL: https://issues.apache.org/jira/browse/SOLR-9445 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: SolrCloud > Affects Versions: 6.2 > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: 6.2.1, 6.3, master (7.0) > > Attachments: SOLR-9445.patch > > > Another bug found during SOLR-9438. I saw that shard split requests were being retried more times than the attempts made by the test. I traced it to LBHttpSolrClient which retries automatically on 404 or 403 or 503 or 500 errors except when the request is an update. > Each admin request is retried on failure as many times as the number of live nodes. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org