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 88920200B90 for ; Sun, 25 Sep 2016 14:26:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 872AD160ACE; Sun, 25 Sep 2016 12:26:22 +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 CBED0160AB9 for ; Sun, 25 Sep 2016 14:26:21 +0200 (CEST) Received: (qmail 99565 invoked by uid 500); 25 Sep 2016 12:26:20 -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 99547 invoked by uid 99); 25 Sep 2016 12:26:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Sep 2016 12:26:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 818932C2A68 for ; Sun, 25 Sep 2016 12:26:20 +0000 (UTC) Date: Sun, 25 Sep 2016 12:26:20 +0000 (UTC) From: "Pushkar Raste (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-9310) PeerSync fails on a node restart due to IndexFingerPrint mismatch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 25 Sep 2016 12:26:22 -0000 [ https://issues.apache.org/jira/browse/SOLR-9310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15520747#comment-15520747 ] Pushkar Raste commented on SOLR-9310: ------------------------------------- I went through logs in the failed test email notification but those are truncated. Where can I look at the entire build.log for the test. Only thing I could think of at this point is data directory could get deleted while a node is brought down, since data directory is created in {{temp}}. Upon restart replica would have no frame of reference and will have to fall back on replication. > PeerSync fails on a node restart due to IndexFingerPrint mismatch > ----------------------------------------------------------------- > > Key: SOLR-9310 > URL: https://issues.apache.org/jira/browse/SOLR-9310 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Pushkar Raste > Assignee: Noble Paul > Fix For: 5.5.3, 6.3, trunk > > Attachments: PeerSync_3Node_Setup.jpg, PeerSync_Experiment.patch, SOLR-9310.patch, SOLR-9310.patch, SOLR-9310.patch, SOLR-9310.patch, SOLR-9310.patch, SOLR-9310.patch, SOLR-9310_3ReplicaTest.patch, SOLR-9310_5x.patch, SOLR-9310_final.patch > > > I found that Peer Sync fails if a node restarts and documents were indexed while node was down. IndexFingerPrint check fails after recovering node applies updates. > This happens only when node restarts and not if node just misses updates due reason other than it being down. > Please check attached patch for the test. -- 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