Re: Code Reviews

2018-03-02 Thread Varun Thacker
+1 to the general sentiment of trying to get more eyes on a larger change before committing. We could start making a more conscious decision of calling out these changes and then seeing if it's gets any attention I don't have any tool preference so I started with review board for my latest patch

Re: Code Reviews

2018-03-01 Thread Stefan Matheis
> This seems to be what the majority thinks and I see the point, I’m concerned of this myself. I’m just not sure how to encourage people to submit for review and review other peoples more since the option is there now and is not very frequently used. I’m open to suggestions if anyone has ideas. It

Re: Code Reviews

2018-02-28 Thread Tomas Fernandez Lobbe
> Like Dawid I hope we won't add strict requirements to get changes reviewed > before merging but I do agree with the general sentiment that reviews are > helpful and improve code quality. This seems to be what the majority thinks and I see the point, I’m concerned of this myself. I’m just not

Re: Code Reviews

2018-02-28 Thread Adrien Grand
Like Dawid I hope we won't add strict requirements to get changes reviewed before merging but I do agree with the general sentiment that reviews are helpful and improve code quality. I really appreciate getting feedback on patches that I upload, including negative feedback and I don't mind being pi

Re: Code Reviews

2018-02-28 Thread Cassandra Targett
On Wed, Feb 28, 2018 at 1:58 PM, Shawn Heisey wrote: > > I notice in ZK issues that projects associated with Hadoop have an > *automatic* machine-generated QA check whenever a patch is submitted on > those projects. This obviously is not the same as a real review by a > person, but the info it o

Re: Code Reviews

2018-02-28 Thread Shawn Heisey
On 2/28/2018 10:59 AM, Tomas Fernandez Lobbe wrote: > In an effort to improve code quality, I’d like to suggest that we > start requiring code review to non-trivial patches. Not sure if/how > other open source projects are doing code reviews, but I’ve been using > it in internal proje

Re: Code Reviews

2018-02-28 Thread Dawid Weiss
> I’d like to suggest that we start requiring code review to non-trivial > patches. Don't know if it has to be a strict, corporate-like rule... Most folks over here do get the gut feeling on what's non-trivial and requires a second pair of eyes. JIRA and patch reviews have been serving this purpo

Re: Code Reviews

2018-02-28 Thread David Smiley
Smiley wrote: > > +1 I'm comfortable with that. And I don't think this rule should apply > to Solr alone; it should apply to Lucene as well, even though a greater > percentage of issues there get reviews. > > I think we all appreciate the value of code reviews

Re: Code Reviews

2018-02-28 Thread Anshum Gupta
o Lucene as well, even though a greater > percentage of issues there get reviews. > > I think we all appreciate the value of code reviews -- no convincing of that > needed. The challenge this will create is actually getting one, especially > for those of us who submit patches that

Re: Code Reviews

2018-02-28 Thread Joel Bernstein
ly happen. > > Tomás > > > On Feb 28, 2018, at 10:17 AM, Joel Bernstein wrote: > > I agree that code reviews would be a good idea. But to require code > reviews before committing would be a big change in practice for the Solr > committers. I'm not sure how the commit,

Re: Code Reviews

2018-02-28 Thread Tomas Fernandez Lobbe
; > I agree that code reviews would be a good idea. But to require code reviews > before committing would be a big change in practice for the Solr committers. > I'm not sure how the commit, then review policy was put in place or what it > would mean to change that. Also I would p

Re: Code Reviews

2018-02-28 Thread Joel Bernstein
I agree that code reviews would be a good idea. But to require code reviews before committing would be a big change in practice for the Solr committers. I'm not sure how the commit, then review policy was put in place or what it would mean to change that. Also I would probably personally

Re: Code Reviews

2018-02-28 Thread David Smiley
+1 I'm comfortable with that. And I don't think this rule should apply to Solr alone; it should apply to Lucene as well, even though a greater percentage of issues there get reviews. I think we all appreciate the value of code reviews -- no convincing of that needed. The challenge

Code Reviews

2018-02-28 Thread Tomas Fernandez Lobbe
In an effort to improve code quality, I’d like to suggest that we start requiring code review to non-trivial patches. Not sure if/how other open source projects are doing code reviews, but I’ve been using it in internal projects for many years and it’s a great way to catch bugs early, some of