Обсуждение: commit fest status and release timeline

Поиск
Список
Период
Сортировка

commit fest status and release timeline

От
Peter Eisentraut
Дата:
Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for
Committer: 16, Committed: 43, Returned with Feedback: 8, Rejected: 4.
Total: 114.

We're still on track to achieve about 50% committed patches, which would
be similar to the previous few commit fests.  So decent job so far.

Which brings us to important news.  The core team has agreed on a
release timeline:

- Mar 15 end commit fest
- Apr 15 feature freeze
- May 15 beta

This is similar to the last few years, so it shouldn't come as a shock
to anyone.

Let's use the remaining two weeks to give all patches in the commit fest
fair consideration and a decent review.  The time to reject or postpone
patches will inevitably come in the time between the end of the commit
fest and feature freeze.  Note that it is everyone's individual
responsibility to move their favorite patch forward.



Re: commit fest status and release timeline

От
Josh Berkus
Дата:
On 03/01/2014 09:01 AM, Peter Eisentraut wrote:
> Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for
> Committer: 16, Committed: 43, Returned with Feedback: 8, Rejected: 4.
> Total: 114.
> 
> We're still on track to achieve about 50% committed patches, which would
> be similar to the previous few commit fests.  So decent job so far.

So, other than Hstore2/JSONB and Logical Changesets, what are the
big/difficult patches left?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



Re: commit fest status and release timeline

От
Vik Fearing
Дата:
On 03/01/2014 07:50 PM, Josh Berkus wrote:
> On 03/01/2014 09:01 AM, Peter Eisentraut wrote:
>> Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for
>> Committer: 16, Committed: 43, Returned with Feedback: 8, Rejected: 4.
>> Total: 114.
>>
>> We're still on track to achieve about 50% committed patches, which would
>> be similar to the previous few commit fests.  So decent job so far.
> So, other than Hstore2/JSONB and Logical Changesets, what are the
> big/difficult patches left?

For me, I'd really like to see the reduced locks on ALTER TABLE. 

-- 
Vik




Re: commit fest status and release timeline

От
Michael Paquier
Дата:
On Sun, Mar 2, 2014 at 7:43 AM, Vik Fearing <vik.fearing@dalibo.com> wrote:
> On 03/01/2014 07:50 PM, Josh Berkus wrote:
>> On 03/01/2014 09:01 AM, Peter Eisentraut wrote:
>>> Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for
>>> Committer: 16, Committed: 43, Returned with Feedback: 8, Rejected: 4.
>>> Total: 114.
>>>
>>> We're still on track to achieve about 50% committed patches, which would
>>> be similar to the previous few commit fests.  So decent job so far.
>> So, other than Hstore2/JSONB and Logical Changesets, what are the
>> big/difficult patches left?
>
> For me, I'd really like to see the reduced locks on ALTER TABLE.
The patch by Peter to improve test coverage for client programs. This
is helpful for QE/QA teams evaluating Postgres, and it could be
extended for other things like replication test suite as well as far
as I understood.
Regards,
-- 
Michael



Re: commit fest status and release timeline

От
Fabrízio de Royes Mello
Дата:
<div dir="ltr"><div class="gmail_extra">On Sun, Mar 2, 2014 at 12:56 AM, Michael Paquier <<a
href="mailto:michael.paquier@gmail.com">michael.paquier@gmail.com</a>>wrote:<br />><br />> On Sun, Mar 2, 2014
at7:43 AM, Vik Fearing <<a href="mailto:vik.fearing@dalibo.com">vik.fearing@dalibo.com</a>> wrote:<br /> >
>On 03/01/2014 07:50 PM, Josh Berkus wrote:<br />> >> On 03/01/2014 09:01 AM, Peter Eisentraut wrote:<br
/>>>>> Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for<br />> >>> Committer:
16,Committed: 43, Returned with Feedback: 8, Rejected: 4.<br /> > >>> Total: 114.<br />> >>><br
/>>>>> We're still on track to achieve about 50% committed patches, which would<br />> >>> be
similarto the previous few commit fests.  So decent job so far.<br /> > >> So, other than Hstore2/JSONB and
LogicalChangesets, what are the<br />> >> big/difficult patches left?<br />> ><br />> > For me,
I'dreally like to see the reduced locks on ALTER TABLE.<br /> > The patch by Peter to improve test coverage for
clientprograms. This<br />> is helpful for QE/QA teams evaluating Postgres, and it could be<br />> extended for
otherthings like replication test suite as well as far<br /> > as I understood.<br />> <br /><br />+1<br /><br
/>--<br/>Fabrízio de Royes Mello<br />Consultoria/Coaching PostgreSQL<br />>> Timbira: <a
href="http://www.timbira.com.br">http://www.timbira.com.br</a><br/>>> Blog sobre TI: <a
href="http://fabriziomello.blogspot.com">http://fabriziomello.blogspot.com</a><br/> >> Perfil Linkedin: <a
href="http://br.linkedin.com/in/fabriziomello">http://br.linkedin.com/in/fabriziomello</a><br/>>> Twitter: <a
href="http://twitter.com/fabriziomello">http://twitter.com/fabriziomello</a></div></div>

Re: commit fest status and release timeline

От
Tomas Vondra
Дата:
On 1.3.2014 18:01, Peter Eisentraut wrote:
> Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for 
> Committer: 16, Committed: 43, Returned with Feedback: 8, Rejected:
> 4. Total: 114.
> 
> We're still on track to achieve about 50% committed patches, which
> would be similar to the previous few commit fests. So decent job so
> far.

I'm wondering what is the best way to select a patch to review. I mean,
there are many patches with "needs review" (and often no reviewer) just
one or two comments, but when I checked the email archives there's often
a lot people discussing it.

Do we have a list of patches that didn't get a proper review yet / badly
need another one?

What about improving the commitfest page by displaying a number of
related e-mail messages / number of people involved? Shouldn't be
difficult to get this from the mail archives ...

regards
Tomas



Re: commit fest status and release timeline

От
Magnus Hagander
Дата:
On Mon, Mar 3, 2014 at 4:34 PM, Tomas Vondra <tv@fuzzy.cz> wrote:
On 1.3.2014 18:01, Peter Eisentraut wrote:
> Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for
> Committer: 16, Committed: 43, Returned with Feedback: 8, Rejected:
> 4. Total: 114.
>
> We're still on track to achieve about 50% committed patches, which
> would be similar to the previous few commit fests. So decent job so
> far.

I'm wondering what is the best way to select a patch to review. I mean,
there are many patches with "needs review" (and often no reviewer) just
one or two comments, but when I checked the email archives there's often
a lot people discussing it.

Do we have a list of patches that didn't get a proper review yet / badly
need another one?

What about improving the commitfest page by displaying a number of
related e-mail messages / number of people involved? Shouldn't be
difficult to get this from the mail archives ...

I have some code for that part, that needs a coupe of rounds of final hacking and polish. I've had many targets for it, but right now the target is to be done before pgcon, so we can put it in play for the next set of commitfests. It's not going to happen for *this* one, and we don't want to distrupt the flow even more by making big changes to the tooling in the middle of it.

That said, there is definitely a need :) 

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/