git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Joern Huxhorn <jhuxhorn@googlemail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Neal Kreitzinger <nkreitzinger@gmail.com>,
	Jonathan Nieder <jrnieder@gmail.com>,
	Thomas Rast <trast@inf.ethz.ch>,
	Andrew Ardill <andrew.ardill@gmail.com>,
	opticyclic <opticyclic@gmail.com>,
	git@vger.kernel.org
Subject: Re: Why Is There No Bug Tracker And Why Are Patches Sent Instead Of Pull Requests
Date: Wed, 7 Mar 2012 14:04:10 +0100	[thread overview]
Message-ID: <66B417CA-5F2C-4F6C-BF69-9383CB171C15@googlemail.com> (raw)
In-Reply-To: <7vsjhrfprz.fsf@alter.siamese.dyndns.org>


On 02.03.2012, at 08:03, Junio C Hamano wrote:

> Neal Kreitzinger <nkreitzinger@gmail.com> writes:
> 
>> I realize this is not an exact match of the git-workflow, but you get
>> the idea.  I'm also new to mailinglists so I'm not sure if you can
>> change part of the subject line.  If not, a header in the body could
>> possibly be used.
> 
> The most important information is missing from your discussion: who are
> you trying to help, and what problem are you trying to solve?
> 
> When somebody posts a bug report to the list, with the current workflow,
> one of these things happens:
> 
> 1. It is an already solved issue. People who are familiar with the
>    existing fix may immediately answer, after running "git log", with "It
>    is fixed in v1.7.6". Or somebody not so familiar with the fix may
>    start "Does not reproduce for me who use the 'master' version. Git
>    from what era are you using?" conversation. I do not think a bug
>    tracker will help much in this case [*1*].
> 
> 2. It is an already answered non-issue. People who are familiar with the
>    previous discussion may point at the list archive, or somebody may dig
>    up the answer in the gmane archive. I do not know if a bug tracker
>    will help much in this case. Having a place to point people at is
>    better than having to write everything from scratch every time, but
>    (1) looking for the previous discussion is the more time consuming
>    part, and (2) once the previous discussion is found in the list
>    archive, we already have the necessary pointer.
> 
> 3. People who are familiar with the area of the problem may start "Need
>    more info" conversation. This may result in either finding the report
>    a non-issue (#1 or #2), or it may turn out to be a real issue, and
>    after further analysis, design and coding, may result in a fix.  Once
>    this flow starts rolling, the current workflow works very well.
> 
> 4. It falls through cracks, because nobody even categorizes it into the
>    above three.
> 
> I think the primary thing people want out of a bug tracker is to reduce
> the frequency of #4.  The real solution for it is to free up time from
> people who can do the later part of #3 so that they can spend more time to
> turn #4 into #3.
> 
> A way to do so is for members of the community who are capable of doing #1
> and #2 but not familiar enough with the code to do the later part of #3 to
> help with earlier part of #3 (i.e. triaging).
> 
> As I already said. the mailing-list based workflow serves us reasonably
> well once the ball is rolling in #3, and that was the reason why I
> suggested some heuristics to catch #4 in my previous message.  There are
> cases where the original reporter disappears during the "need more info"
> exchange, and in such a case a tracking system _may_ be able to help us
> remember that the issue is unresolved because of reporter inaction, but
> the tracker won't respond to "need more info" itself, and people tend to
> ignore automated nag mails, so there is still a need for warm body human
> bug secretary who interfaces with the reporter in such a case.
> 
> In any case, any solution that demands more things to be done by people
> near the core developers than they currently are already doing will make
> things worse by exacerbating the problem that comes from a bottleneck in
> the process.  I do not think your "The maintainer triages and assigns
> issues to other developers" or "The assigned developer marks the issue as
> 'done' after fixing it" will fly very well, regardless of the use of any
> bug tracker.
> 
> 
> [Footnote]
> 
> *1* If the symptom is so straightforward that a simple search in a bug
>     tracker can produce hits for an already solved issue, grepping in
>     Release Notes should equally work well.
> 
> *2* I do not know if this happens too often to be a real problem, though.

Sorry for the full quote.

I think the main problems with all issue trackers I know about are
- they are centralized, i.e. like SVN
- they all have a more or less clumsy web interface. All of them different, most of them configurable.

To get accepted in this community, an issue tracker would need to be decentralized (obviously including the ability to merge issue state and so on, likely git-based, probably simply included in the normal git repository of a project or in a separate issues-branch) and require a proper command line interface so it is properly scriptable (to feed it with threads from this mailing list, for example).

I'd love such a system.

I disagree with your assumption in 1. and *1*. A proper issue tracker has the ability to attach additional info (like stack traces or even a workaround) and files. Those would be searched, too, and would most likely not show up in the 'git log'.
An issue tracker could therefore remove noise from the mailing list which would automatically reduce workload on the core developers.

Your points 1. 2. and 3. all include "People who are familiar", i.e. it always involves some action from more or less cory developers. In case of an issue tracker, even duplicates and already solved issues (1. and 2.) serve a purpose since they'd indicate that either the previous solution hasn't been communicated good enough or that the duplicated issue has a high enough impact to creep up again.
Somebody needs to keep in mind all issues, in some way. I really wonder how you are able to cope with this task.

I'm not trying to lecture you that you are "doing it wrong". Your mailing-list based workflow seems to work incredibly well for you. But it doesn't really help to entice people into the community, either.

I'm (mostly) a silent observer of this list and just a (super-happy) user of git - but I really have a hard time getting a grip on the changes introduced in the different versions. You could obviously argue that I'm not trying hard enough since I'm not reading the 'git log' and all the diffs but I suspect that I'm already trying harder than most users.

For example, what happened to the git generation numbers discussed (in part) over here: http://comments.gmane.org/gmane.comp.version-control.git/177146
Are they already included in a released git version? If so, how would I find them? If not, why not? An issue tracker would be able to answer me, as a little-above-casual user, this question without resorting to asking you.

So I guess it all boils down to waiting until somebody is sufficiently annoyed by the current state of issue trackers and thus tries to implement a properly decentralized one that is likely based on plain text files (for easy merges) and features a proper way to query issues.

Just like Linus was sufficiently annoyed by the state of VCS.

Cheers,
Joern.

  parent reply	other threads:[~2012-03-07 13:04 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-29 17:19 Why Is There No Bug Tracker And Why Are Patches Sent Instead Of Pull Requests opticyclic
2012-02-29 18:23 ` Brian Gernhardt
2012-02-29 18:53 ` Junio C Hamano
2012-02-29 22:53   ` Jonathan Nieder
2012-02-29 23:58     ` Andrew Ardill
2012-03-01  0:37       ` Greg Troxel
2012-03-01  0:45         ` Andrew Ardill
2012-03-01  0:50           ` Junio C Hamano
2012-03-01  1:05             ` Andrew Ardill
2012-03-01  1:05           ` Junio C Hamano
2012-03-01  1:20             ` Andrew Ardill
2012-03-01  5:16           ` Miles Bader
2012-03-01  5:40             ` Andrew Ardill
2012-03-01 16:52         ` Scott Chacon
2012-03-01 20:23           ` Junio C Hamano
2012-03-01 11:29       ` Thomas Rast
2012-03-01 11:54         ` Ævar Arnfjörð Bjarmason
2012-03-01 12:46           ` Andrew Ardill
2012-03-01 12:28         ` Andrew Ardill
2012-03-01 17:10         ` Junio C Hamano
2012-03-02  4:03           ` Neal Kreitzinger
2012-03-02  4:19             ` Jonathan Nieder
2012-03-02  4:21               ` Junio C Hamano
2012-03-02  5:50               ` Neal Kreitzinger
2012-03-02  6:25                 ` Jonathan Nieder
2012-03-02  7:03                 ` Junio C Hamano
2012-03-02 14:18                   ` Andreas Ericsson
2012-03-02 16:45                     ` Junio C Hamano
2012-03-07  8:03                       ` Andrew Ardill
2012-03-07  9:52                         ` Vincent van Ravesteijn
2012-03-07 13:04                   ` Joern Huxhorn [this message]
2012-03-07 13:53                     ` Jonathan Nieder
2012-03-07 14:47                       ` Joern Huxhorn
2012-03-07 15:08                     ` Pau Garcia i Quiles
2012-03-07 17:18                   ` Phil Hord
2012-02-29 19:18 ` Carlos Martín Nieto
2012-02-29 21:37 ` Sitaram Chamarty

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: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=66B417CA-5F2C-4F6C-BF69-9383CB171C15@googlemail.com \
    --to=jhuxhorn@googlemail.com \
    --cc=andrew.ardill@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jrnieder@gmail.com \
    --cc=nkreitzinger@gmail.com \
    --cc=opticyclic@gmail.com \
    --cc=trast@inf.ethz.ch \
    /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/mirrors/git.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).