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 DDFDA200BDA for ; Tue, 13 Dec 2016 19:47:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DC7C2160B32; Tue, 13 Dec 2016 18:47:59 +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 56441160B07 for ; Tue, 13 Dec 2016 19:47:59 +0100 (CET) Received: (qmail 19904 invoked by uid 500); 13 Dec 2016 18:47:58 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 19862 invoked by uid 99); 13 Dec 2016 18:47:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 18:47:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 60FA32C0087 for ; Tue, 13 Dec 2016 18:47:58 +0000 (UTC) Date: Tue, 13 Dec 2016 18:47:58 +0000 (UTC) From: "Carl Yeksigian (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12984) MVs are built unnecessarily again after bootstrap MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Dec 2016 18:48:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian updated CASSANDRA-12984: --------------------------------------- Resolution: Fixed Fix Version/s: (was: 3.0.x) (was: 3.x) 3.10 3.0.11 Status: Resolved (was: Patch Available) Thanks for the patch, [~brstgt]! Tests looked reasonable, so I committed the patch as [e9b7a0f|https://git1-us-west.apache.org/repos/asf/cassandra/?p=cassandra.git;a=commit;h=e9b7a0f2546579244ffc167c56122b0a47d4b4b0]. > MVs are built unnecessarily again after bootstrap > ------------------------------------------------- > > Key: CASSANDRA-12984 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12984 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Benjamin Roth > Assignee: Benjamin Roth > Fix For: 3.0.11, 3.10 > > > After bootstrap MVs are enqueued to be built but they have been already created by the bootstrap. > Simply adding them to system.built_views after a successful bootstrap should fix that issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)