From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 820821FAFC for ; Mon, 6 Feb 2017 21:55:33 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] force reindex for threading changes Date: Mon, 6 Feb 2017 21:55:27 +0000 Message-Id: <20170206215530.25722-1-e@80x24.org> List-Id: We cannot rely on in-place --reindex to handle thread_id changes when we fix threading bugs in the search indexer like in commit 83425ef12e4b65cdcecd11ddcb38175d4a91d5a0 ("searchidx: deal with empty In-Reply-To and References headers") So, bump the schema version and pay the cost of requiring extra disk space to create a new index in parallel.