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 690DA200B8C for ; Mon, 12 Sep 2016 15:13:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67AD5160AB8; Mon, 12 Sep 2016 13:13: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 ABB97160AB3 for ; Mon, 12 Sep 2016 15:13:21 +0200 (CEST) Received: (qmail 98104 invoked by uid 500); 12 Sep 2016 13:13: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 98081 invoked by uid 99); 12 Sep 2016 13:13:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2016 13:13:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 76A722C1B79 for ; Mon, 12 Sep 2016 13:13:20 +0000 (UTC) Date: Mon, 12 Sep 2016 13:13:20 +0000 (UTC) From: "Varun Thacker (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-9408) Add solr commit data in TreeMergeRecordWriter 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 13:13:22 -0000 [ https://issues.apache.org/jira/browse/SOLR-9408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484074#comment-15484074 ] Varun Thacker commented on SOLR-9408: ------------------------------------- I ran into this failure a couple of times in my testing but it doesn't fail all the time . I'll dig into it this week to see whats the issue {{ant test -Dtestcase=SoftAutoCommitTest -Dtests.method=testSoftAndHardCommitMaxTimeMixedAdds -Dtests.seed=F1E9CC578C23E178 -Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=America/Argentina/Salta -Dtests.asserts=true -Dtests.file.encoding=UTF-8}} > Add solr commit data in TreeMergeRecordWriter > --------------------------------------------- > > Key: SOLR-9408 > URL: https://issues.apache.org/jira/browse/SOLR-9408 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: contrib - MapReduce > Reporter: Jessica Cheng Mallet > Assignee: Varun Thacker > Labels: mapreduce, solrcloud > Fix For: 6.3, master (7.0) > > Attachments: SOLR-9408.patch, SOLR-9408.patch > > > The lucene index produced by TreeMergeRecordWriter when the segments are merged doesn't contain Solr's commit data, specifically, commitTimeMsec. > This means that when this index is subsequently loaded into SolrCloud and if the index stays unchanged so no newer commits occurs, ADDREPLICA will appear to succeed but will not actually do any full sync due to SOLR-9369, resulting in adding an empty index as a replica. -- 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