From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qv1-xf31.google.com (mail-qv1-xf31.google.com [IPv6:2607:f8b0:4864:20::f31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BFBEE1F8C8 for ; Thu, 7 Oct 2021 13:57:26 +0000 (UTC) Received: by mail-qv1-xf31.google.com with SMTP id a14so4174675qvb.6 for ; Thu, 07 Oct 2021 06:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=rYzZZ9CVLlABuPpmN+0sQR3LWoxrchFlulG8OmZydyE=; b=C4+nfCMGO/0dlp7tBtm3PHBOF7TwOmOkh1sfUZ4e8dJgEIg8ZHe497L9LkkDsG98js sB1CMqenv2nLC87tp4539OdDG1IINJdmE695Nnk1jGITYEC3kyWFyYFyax4UpOZKEiGL PkUJ/un9vsI6YtyL/Yx5rfv7A4cHcKly90dA4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=rYzZZ9CVLlABuPpmN+0sQR3LWoxrchFlulG8OmZydyE=; b=k2SS8UwvzGlPvtkbi24JXsEijBogdli1nvRHjlZToJZhfgRFXLPDejlyLh9ZBWLsr/ s2f2ogSaAtGHMau0ulz5OmC//Ao1lkqjPA6U5tEL5R93WTxqcG4SsGkTi44mNO3kkQ4M unUnK/jXRDW8P4uQFVn50805jviqSbjrY4qiNk5u+A9HfpJiDQum8gX1y/WmEKR3WKGu qVmfgUWGBMPDEM8nIJHPRznERGHYqogf2uHsa6G1f9goW/X+oyb/G4jr/ldfvpJCT8xO OIHjNASbjuq8p1MYAVJWEMrofuFY6dgRCgwJbDeRKxQ/xdSI6d8G2zr8nmShBFr3AY4c zQfw== X-Gm-Message-State: AOAM530tnppgpFh3iCmWQw4EEjUwWNS7ZMhg/tnNxcPtGvUHZvGLLnDt gA+V8Fw/VNPVhlpCz+0mSrNI/g== X-Google-Smtp-Source: ABdhPJx/FV5RZ24xKIJY96UKSRQDcuQPKPqts151wSLtV/PyupeBvCnAmcilVtA+tccZwYtGx1dFhw== X-Received: by 2002:a0c:8e8e:: with SMTP id x14mr4038607qvb.67.1633615045620; Thu, 07 Oct 2021 06:57:25 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id 17sm18004276qtw.24.2021.10.07.06.57.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 06:57:24 -0700 (PDT) Date: Thu, 7 Oct 2021 09:57:23 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: <20211007135723.3oq4t2ssaxhy3jzg@meerkat.local> References: <20211001204943.l4yl6xvc45c5eapz@meerkat.local> <20211001205817.y2h3xypudngkttkj@meerkat.local> <20211001222509.GA1968@dcvr> <20211001231104.lne6aoq7a5hsqi2e@meerkat.local> <20211001234600.GA28791@dcvr> <20211005043954.GA23990@dcvr> <20211005180324.3miboond7ubth5v5@meerkat.local> <20211006101807.18787-0@dcvr> <20211007083652.7148-0@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211007083652.7148-0@dcvr> List-Id: On Thu, Oct 07, 2021 at 08:36:52AM +0000, Eric Wong wrote: > Also, did you capture any error messages to stderr? > I suppose you would've told us if you did. Yeah, I looked through any place that would have logged an error and I didn't really see anything. I expect this would have happened during an extindex run, but I didn't see any non-zero exits when I looked through the logs. Regarding reindex -- is that something that would make sense to do occasionally simply for potential improvements, e.g. similarly to how we periodically repack repos with -f for better packs? Or would that be pointless churn in the context of xapian? -K