On 4/28/2017 9:42 AM, Mike Drob wrote:
> Thanks for this hint, Alex.
>
> I ran the following JQL to get some idea of our current status:
>     project in (lucene, solr) and "Attachment count" > 0 and status = Open
>
> There were 1500 results.
>
> 1500. I couldn't believe it. This is a huge number of patches that are
> out there.
>
> I did a spot check, thinking that a lot of these might be bug reports
> with error logs or screen shots attached, but nope. These are mostly
> patches. I'm going to try starting with the oldest ones to see if they
> can be rebase, have already been committed, or generally try to triage
> them. Would appreciate any volunteers that want to help.

This doesn't surprise me at all.  Many users submit patches for issues
they encounter, but for one reason or another, no committer action ever
happens.  There are many possible reasons.

1) The patch has bugs or some other problem that makes it unacceptable.
2) When the issue/patch is reviewed, one of these situations exists:
 a) Committers don't think it's worth pursuing.
 b) The code is behaving as designed.
 c) The committer cannot reproduce the problem.
 d) The committer doesn't understand the problem.
 e) The committer doesn't think it's actually a problem.
 f) A workaround exists that is just as effective as the patch.
3) Nobody has had time to review the issue/patch.

In some of these situations, the reviewing committer should probably
close the issue with an appropriate reason ... but issue triage is a
difficult and unrewarding job.  Sometimes it just doesn't happen.

Thanks,
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to