user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: meta@public-inbox.org
Subject: missing messages in thread overview
Date: Thu, 03 Dec 2020 04:59:03 GMT	[thread overview]
Message-ID: <87360nlc44.fsf@kyleam.com> (raw)


I noticed a thread today that is missing messages in the thread
overview.  In the top-level inbox, all the messages are there:

  [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled
   2020-12-02 11:17 UTC  (11+ messages) - mbox.gz / Atom
  ` [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test
    ` [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static
    ` [bug#45000] [PATCH 3/9] gnu: Add ghc-yesod-static
    ` [bug#45000] [PATCH 4/9] gnu: Add ghc-cryptonite-conduit
    ` [bug#45000] [PATCH 5/9] gnu: ghc-yesod-core: Update to 1.6.18.6
    ` [bug#45000] [PATCH 6/9] gnu: Add ghc-hjsmin
    ` [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell
    ` [bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th
    ` [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex assistant webapp enabled

However, when I click through, the thread overview is missing five
messages:

  Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
  -- links below jump to the message on this page --
  2020-12-02  4:53 [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Jonathan Frederickson
  2020-12-02  4:55 ` [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test Jonathan Frederickson
  2020-12-02  4:55   ` [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static Jonathan Frederickson
  2020-12-02  4:55   ` [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell Jonathan Frederickson
  2020-12-02  4:55   ` [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex assistant webapp enabled Jonathan Frederickson
  2020-12-02 11:17 ` [bug#45000] [PATCH 0/9] Build git-annex with " zimoun

https://yhetil.org/guix-patches/86sg8o1mou.fsf@gmail.com/T/#t

The same subset of messages are in the thread's mbox:

  $ curl -fSsL https://yhetil.org/guix-patches/86sg8o1mou.fsf@gmail.com/t.mbox.gz \
    | gzip -d | grep -i ^subject
  Subject: [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled
  Subject: [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test.
  Subject: [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell.
  Subject: [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex
  Subject: [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static.
  Subject: [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled

I collected the complete thread (currently eleven messages) and used
scripts/import_vger_from_mbox to create a separate inbox at
<https://yhetil.org/debug-gap/>.  As before, the top-level listing shows
all the patches, and the thread overview is still missing some, though
different ones:

  2020-12-02  4:53 [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Jonathan Frederickson
  2020-12-02 11:17 ` zimoun
  2020-12-02  4:55 [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test Jonathan Frederickson
  2020-12-02  4:55 ` [bug#45000] [PATCH 3/9] gnu: Add ghc-yesod-static Jonathan Frederickson
  2020-12-02  4:55 ` [bug#45000] [PATCH 4/9] gnu: Add ghc-cryptonite-conduit Jonathan Frederickson
  2020-12-02  4:55 ` [bug#45000] [PATCH 5/9] gnu: ghc-yesod-core: Update to 1.6.18.6 Jonathan Frederickson
  2020-12-02  4:55 ` [bug#45000] [PATCH 6/9] gnu: Add ghc-hjsmin Jonathan Frederickson
  2020-12-02  4:55 ` [bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th Jonathan Frederickson

On rethreading with `public-inbox-index -c --reindex --rethread', the
thread overview looks like this:

  2020-12-02  4:53 [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Jonathan Frederickson
  2020-12-02 11:17 ` zimoun

All of the above is with a recent commit on master,
v1.6.0-149-g4cc4ad59.

Any ideas what might be going on here?

             reply	other threads:[~2020-12-03  4:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03  4:59 Kyle Meyer [this message]
2020-12-03 20:19 ` missing messages in thread overview Eric Wong
2020-12-04  2:12   ` [WIP] over: ensure old, merged {tid} is really gone Eric Wong
2020-12-04  3:35     ` Kyle Meyer
2020-12-04 12:09       ` [PATCH] " Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87360nlc44.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).