Releasing in September
Many people where happy with our consistent releasing major releases in
September, e.g. 9.0 to 9.3:
9.5 2016-01-07
9.4 2014-12-18
9.3 2013-09-09 <--
9.2 2012-09-10 <--
9.1 2011-09-12 <--
9.0 2010-09-20 <--
8.4 2009-07-01
8.3 2008-02-04
8.2 2006-12-05
8.1 2005-11-08
8.0 2005-01-19
We have gotten off of that cycle in the last two major releases, and
this isn't going to improve as long as we have commitfests starting
after January. In the September-release years, we used to start
preparing for beta in mid-February or early March. However, for 9.5 we
had our last commitfest _start_ in mid-February, and it didn't end until
mid-May. For 9.6 we have a commitfest starting in March 1. This will
never allow a September release.
Our current 9.5/9.6 timing looks more like the 8.X series of release
dates. Everyone might be fine with that, but we had better be prepared
for November-February major release dates going forward.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 10:40:14 -0500, Bruce Momjian wrote:
We have gotten off of that cycle in the last two major releases, and
this isn't going to improve as long as we have commitfests starting
after January.
I think this has very little to do with commitfest schedules, and much
more with the "early" forking of the new version branch. For both 9.4
and 9.5 we essentially spent a couple months twiddling our thumbs.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 04:48:16PM +0100, Andres Freund wrote:
On 2016-01-20 10:40:14 -0500, Bruce Momjian wrote:
We have gotten off of that cycle in the last two major releases, and
this isn't going to improve as long as we have commitfests starting
after January.I think this has very little to do with commitfest schedules, and much
more with the "early" forking of the new version branch. For both 9.4
and 9.5 we essentially spent a couple months twiddling our thumbs.
Well, when the commitfest extends to May, you are not going to fork the
next release, and since we haven't forked by PGCon in Ottawa, we try to
get in five commitfest, instead of four, and we then get the schedule we
have now.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 01/20/2016 07:40 AM, Bruce Momjian wrote:
Our current 9.5/9.6 timing looks more like the 8.X series of release
dates. Everyone might be fine with that, but we had better be prepared
for November-February major release dates going forward.
Bruce,
Thank you for bringing this up it is a good time to discuss it. I think
we have a number of things we need to consider when it comes to releases:
1. When we release
2. What we release
3. When not to release
#1 September is actually a great time to release. However, I think that
we are going to run into trouble keeping that time frame. The reality is
PostgreSQL of today is a lot more complex than the PostgreSQL of even 3
years ago.
That means that unless we are willing to have stunted releases, we are
going to miss release dates. We need to be able to say, "Ompf, no whiz
bang features this release, mostly polish" or "These whiz bang features
need more testing, we are pushing our release". If we aren't willing to
do that then we need to reconsider having a fixed release date and
perhaps start a release time frame (9.6 will be released Q4 2016).
#2 This is a longer topic. I have been stewing in my head about releases
for years. I have even brought up the idea of an Ubuntu style release
cycle on list once or twice. The more I think about it, the more I think
this can help our community. We essentially would have two types of
releases:
STS:
* Supported for 1 release cycle plus 6 months (18-24 months)
* Inline upgrades supported
LTS:
* Supported for standard 5 years
* Is allowed to break binary format from STS but not previous LTS. This
allows two LTS versions per 5 year support cycle
There is more to say on this but this is already a long reply.
#3 The fact that 9.5 was delayed is a good thing, not a bad one. I
believe we need to be much more willing to push a button that says, "It
isn't done." Which goes back to the idea in #1 of having a release
"window" versus date. We aren't a company. We don't need to adhere to an
exact release schedule.
Sincerely,
Joshua D. Drake
--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 10:48 AM, Andres Freund <andres@anarazel.de> wrote:
On 2016-01-20 10:40:14 -0500, Bruce Momjian wrote:
We have gotten off of that cycle in the last two major releases, and
this isn't going to improve as long as we have commitfests starting
after January.I think this has very little to do with commitfest schedules, and much
more with the "early" forking of the new version branch. For both 9.4
and 9.5 we essentially spent a couple months twiddling our thumbs.
It's certainly true that we twiddled our thumbs quite a bit about
getting 9.5 ready to ship. However, the old process where nobody
could get anything committed for six months out of the year blew
chunks, too. Personally, I think that the solution is to cut off the
last CommitFest a lot sooner, and then reopen the tree for the next
release as soon as possible. But this never works, because there are
always patches we want to slip in late.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 10:55:07AM -0500, Robert Haas wrote:
On Wed, Jan 20, 2016 at 10:48 AM, Andres Freund <andres@anarazel.de> wrote:
I think this has very little to do with commitfest schedules, and much
more with the "early" forking of the new version branch. For both 9.4
and 9.5 we essentially spent a couple months twiddling our thumbs.It's certainly true that we twiddled our thumbs quite a bit about
getting 9.5 ready to ship. However, the old process where nobody
could get anything committed for six months out of the year blew
chunks, too. Personally, I think that the solution is to cut off the
last CommitFest a lot sooner, and then reopen the tree for the next
release as soon as possible. But this never works, because there are
always patches we want to slip in late.
The bottom line is we can't sustain five commitfests and stay on time
--- we need to go back to four, which I think is what we used to do. We
twiddled our thumbs back in the September-release years too, but had
consistency because twiddling was built into the schedule.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 10:55:07 -0500, Robert Haas wrote:
It's certainly true that we twiddled our thumbs quite a bit about
getting 9.5 ready to ship. However, the old process where nobody
could get anything committed for six months out of the year blew
chunks, too. Personally, I think that the solution is to cut off the
last CommitFest a lot sooner, and then reopen the tree for the next
release as soon as possible. But this never works, because there are
always patches we want to slip in late.
Said twiddling seems to largely happened from July to December. In which
the other branch was open, and no 9.5 commitfest was happening. If we
move the commitfests to earlier, but still have a half year of nothing
happening, we're still in a bad situation.
FWIW, looking at the last few commitfests, aside heroic and
unsustainable efforts by individual CF managers, I haven't noticed any
effect of when fests started/stopped. Aside from a short time increase
in unfinished patches being posted the day before the next CFs starts.
Andres
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Jan 20, 2016 5:03 PM, "Andres Freund" <andres@anarazel.de> wrote:
On 2016-01-20 10:55:07 -0500, Robert Haas wrote:
It's certainly true that we twiddled our thumbs quite a bit about
getting 9.5 ready to ship. However, the old process where nobody
could get anything committed for six months out of the year blew
chunks, too. Personally, I think that the solution is to cut off the
last CommitFest a lot sooner, and then reopen the tree for the next
release as soon as possible. But this never works, because there are
always patches we want to slip in late.Said twiddling seems to largely happened from July to December. In which
the other branch was open, and no 9.5 commitfest was happening. If we
move the commitfests to earlier, but still have a half year of nothing
happening, we're still in a bad situation.FWIW, looking at the last few commitfests, aside heroic and
unsustainable efforts by individual CF managers, I haven't noticed any
effect of when fests started/stopped. Aside from a short time increase
in unfinished patches being posted the day before the next CFs starts.
Yeah, we seem to be firmly stuck at two month long commitfests started
every two months. The plan was for them to be one month..
Maybe we should try just very drastically cutting them at one month and
bumping everything left. No questions asked, no extra time for anybody.
Regardless of if it's the first or the last commitfest.
Just to see what happens. Because what we are doing now clearly doesn't
work..
/Magnus
Magnus Hagander <magnus@hagander.net> writes:
On Jan 20, 2016 5:03 PM, "Andres Freund" <andres@anarazel.de> wrote:
FWIW, looking at the last few commitfests, aside heroic and
unsustainable efforts by individual CF managers, I haven't noticed any
effect of when fests started/stopped. Aside from a short time increase
in unfinished patches being posted the day before the next CFs starts.
Yeah, we seem to be firmly stuck at two month long commitfests started
every two months. The plan was for them to be one month..
Maybe we should try just very drastically cutting them at one month and
bumping everything left. No questions asked, no extra time for anybody.
Regardless of if it's the first or the last commitfest.
Just to see what happens. Because what we are doing now clearly doesn't
work..
I do not think commitfest length is the problem (though surely it's not
working as intended). What happened with 9.5 is we forked the 9.6
development branch on June 30th, with the expectation of releasing in
September, and then couldn't release in September because nobody had done
any significant amount of stabilization work. Instead we had the 2015-07
commitfest. And the 2015-09 commitfest. And the 2015-11 commitfest.
We will not get back to on-schedule releases unless we can keep -hackers
working on release testing/stabilization when it's time to do that,
rather than being distracted by shiny new stuff going into the next
release.
I'd suggest that the easiest process fix is to not fork a new devel branch
until we reach, say, RC status.
And that does mean losing at least one commitfest per release cycle ---
but it would be the currently-first one, not the currently-last one.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 11:19:28 -0500, Tom Lane wrote:
We will not get back to on-schedule releases unless we can keep -hackers
working on release testing/stabilization when it's time to do that,
rather than being distracted by shiny new stuff going into the next
release.
Agreed. I'll note that the linux kernel used to have a similar
problem. Now there's a two week integration and a 10 week stabilization
period, with occasionally a week added/subtracted. If a feature patch is
submitted for integration (not just parallel review) into the main
branch outside the merge window you get yelled at. Now, we're at least
two magnitudes smaller, so not everything there applies to us. But I
think looking over that fence, to see how they scaled from smaller where
we are now, to way way bigger, isn't a bad idea.
I think one thing we should work on, is being absolutely religious about
requiring, say, 2 reviews for every nontrivial contribution. We
currently seem to have a significantly increased submission rate, and at
the same time the number of reviews per patch has gone down
substantially. I think the "honor" system has failed in that regard.
Andres
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 07:53:25AM -0800, Joshua Drake wrote:
#2 This is a longer topic. I have been stewing in my head about
releases for years. I have even brought up the idea of an Ubuntu
style release cycle on list once or twice. The more I think about
it, the more I think this can help our community. We essentially
would have two types of releases:STS:
* Supported for 1 release cycle plus 6 months (18-24 months)
* Inline upgrades supportedLTS:
* Supported for standard 5 years
* Is allowed to break binary format from STS but not previous LTS.
This allows two LTS versions per 5 year support cycle
I just don't buy the Ubuntu release model for our database. Ubuntu is
trying to balance hot features vs stability, while we are really focused
on stability, similar to Debian.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 11:19 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I do not think commitfest length is the problem (though surely it's not
working as intended). What happened with 9.5 is we forked the 9.6
development branch on June 30th, with the expectation of releasing in
September, and then couldn't release in September because nobody had done
any significant amount of stabilization work. Instead we had the 2015-07
commitfest. And the 2015-09 commitfest. And the 2015-11 commitfest.
But I'm not very sure that we're talking about the same set of people
here. If we're going to go to a system where nobody's allowed to
commit anything for the next release until the current release is
finalized, then we'd better have some procedure for making sure that
happens relatively quickly. And the procedure can't be that the
people who are hot to get started on the next release have to bat
cleanup for the people who don't have time to fix the bugs they
introduced previously. Because *that* would be manifestly unfair.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 11:53:32AM -0500, Robert Haas wrote:
On Wed, Jan 20, 2016 at 11:19 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I do not think commitfest length is the problem (though surely it's not
working as intended). What happened with 9.5 is we forked the 9.6
development branch on June 30th, with the expectation of releasing in
September, and then couldn't release in September because nobody had done
any significant amount of stabilization work. Instead we had the 2015-07
commitfest. And the 2015-09 commitfest. And the 2015-11 commitfest.But I'm not very sure that we're talking about the same set of people
here. If we're going to go to a system where nobody's allowed to
commit anything for the next release until the current release is
finalized, then we'd better have some procedure for making sure that
happens relatively quickly. And the procedure can't be that the
people who are hot to get started on the next release have to bat
cleanup for the people who don't have time to fix the bugs they
introduced previously. Because *that* would be manifestly unfair.
Unfair or not, that is probably the effect. I can also see people
publishing git trees to avoid this roadblock.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 11:53:32 -0500, Robert Haas wrote:
But I'm not very sure that we're talking about the same set of people
here. If we're going to go to a system where nobody's allowed to
commit anything for the next release until the current release is
finalized, then we'd better have some procedure for making sure that
happens relatively quickly. And the procedure can't be that the
people who are hot to get started on the next release have to bat
cleanup for the people who don't have time to fix the bugs they
introduced previously. Because *that* would be manifestly unfair.
Yes, that's a problem. But I don't see how we can avoid dealing with it
directly. Avoiding being stalled by unfixed bugs of others by having a
separate branch to continue working, inevitably leads to delayed
releases. If people don't fix the issues in time, there needs to be
direct pushback, leading to much less stuff getting in next time round.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
But I'm not very sure that we're talking about the same set of people
here. If we're going to go to a system where nobody's allowed to
commit anything for the next release until the current release is
finalized, then we'd better have some procedure for making sure that
happens relatively quickly. And the procedure can't be that the
people who are hot to get started on the next release have to bat
cleanup for the people who don't have time to fix the bugs they
introduced previously. Because *that* would be manifestly unfair.
You're assuming that the people who are hot to get started on the next
release are different from the people who don't have time to fix the bugs
they introduced previously. IME it's mostly the same people.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 01/20/2016 08:51 AM, Bruce Momjian wrote:
On Wed, Jan 20, 2016 at 07:53:25AM -0800, Joshua Drake wrote:
#2 This is a longer topic. I have been stewing in my head about
releases for years. I have even brought up the idea of an Ubuntu
style release cycle on list once or twice. The more I think about
it, the more I think this can help our community. We essentially
would have two types of releases:STS:
* Supported for 1 release cycle plus 6 months (18-24 months)
* Inline upgrades supportedLTS:
* Supported for standard 5 years
* Is allowed to break binary format from STS but not previous LTS.
This allows two LTS versions per 5 year support cycleI just don't buy the Ubuntu release model for our database. Ubuntu is
trying to balance hot features vs stability, while we are really focused
on stability, similar to Debian.
I understand but I think we are missing out on an opportunity here.
Notice that the shorter release cycle for STS will actually make some
things easier. Including:
* Increased test base (just like Fedora/Ubuntu)
* Increased early adopter testing (that is what early adopting is
really about for us anyway)
* Decreased concerns about upgrades and ability to extend upgrade status.
I am not in any way suggesting that this is a slam dunk but I do think
something along these lines can really bring forth a lot of
possibilities. Here is another example:
pg_audit was pulled from core, did it have to be? I can't say. I didn't
read the code. I was a proactive member stating we could pull it though
because it was an extension.
However, if it was an STS release it was going into we could be a little
more relaxed and say, "O.k. let's get this into the wild for some
general user testing".
There are a lot of people (think about the multixact problem) that will
run any software because it is new. Let's put the proper disclaimers on
there and let them run it.
Sincerely,
Joshua D. Drake
--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 5:19 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Magnus Hagander <magnus@hagander.net> writes:
On Jan 20, 2016 5:03 PM, "Andres Freund" <andres@anarazel.de> wrote:
FWIW, looking at the last few commitfests, aside heroic and
unsustainable efforts by individual CF managers, I haven't noticed any
effect of when fests started/stopped. Aside from a short time increase
in unfinished patches being posted the day before the next CFs starts.Yeah, we seem to be firmly stuck at two month long commitfests started
every two months. The plan was for them to be one month..Maybe we should try just very drastically cutting them at one month and
bumping everything left. No questions asked, no extra time for anybody.
Regardless of if it's the first or the last commitfest.Just to see what happens. Because what we are doing now clearly doesn't
work..I do not think commitfest length is the problem (though surely it's not
working as intended). What happened with 9.5 is we forked the 9.6
I agree that it's not the same problem. I do believe that it is *a* problem
though, and a fairly significant one too. Because there's *never* any
downtime from CF mode, regardless of where in the cycle we are.
While not the same, we need to fix both.
We will not get back to on-schedule releases unless we can keep -hackers
working on release testing/stabilization when it's time to do that,
rather than being distracted by shiny new stuff going into the next
release.
Agreed.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
On 01/20/2016 09:03 AM, Andres Freund wrote:
If people don't fix the issues in time, there needs to be
direct pushback, leading to much less stuff getting in next time round.
We have been slowly moving to a more dictator based release anyway. It
used to be that we released "when it's done", then we moved to
commitfest, and now we are having yet another discussion on the same
topic of how to manage all of this.
It seems clear that we need to be able to say:
* "Your feature is awesome. Sorry, you are out of time"
Life is hard sometimes, we don't always get what we want.
Sincerely,
JD
--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 09:15:01 -0800, Joshua D. Drake wrote:
On 01/20/2016 09:03 AM, Andres Freund wrote:
If people don't fix the issues in time, there needs to be
direct pushback, leading to much less stuff getting in next time round.We have been slowly moving to a more dictator based release anyway. It used
to be that we released "when it's done", then we moved to commitfest, and
now we are having yet another discussion on the same topic of how to manage
all of this.It seems clear that we need to be able to say:
* "Your feature is awesome. Sorry, you are out of time"
That's not really related to the discussion here tho? The debated
problem is things that have already been committed that have have bugs,
preventing beta/rc releases from being made. In some cases in the last
releases such bugs were in features integrated very early in the cycle.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
On Wed, Jan 20, 2016 at 5:19 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I do not think commitfest length is the problem (though surely it's not
working as intended). What happened with 9.5 is we forked the 9.6
I agree that it's not the same problem. I do believe that it is *a* problem
though, and a fairly significant one too. Because there's *never* any
downtime from CF mode, regardless of where in the cycle we are.
True, we've been failing badly on the intention that there would be time
off from CF mode, and I'd like to see a fix for that. I do not think it's
directly related to the can't-get-a-release-out problem.
I'm not really sure why we've allowed CFs to drift on, though. Can't we
just arbitrarily decree them closed on the last day of the month? And
push unfinished work to the next one? Admittedly, this probably doesn't
work for the last CF of a release cycle, but that one's always been a
special case.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 01/20/2016 09:17 AM, Andres Freund wrote:
On 2016-01-20 09:15:01 -0800, Joshua D. Drake wrote:
On 01/20/2016 09:03 AM, Andres Freund wrote:
If people don't fix the issues in time, there needs to be
direct pushback, leading to much less stuff getting in next time round.We have been slowly moving to a more dictator based release anyway. It used
to be that we released "when it's done", then we moved to commitfest, and
now we are having yet another discussion on the same topic of how to manage
all of this.It seems clear that we need to be able to say:
* "Your feature is awesome. Sorry, you are out of time"
That's not really related to the discussion here tho? The debated
problem is things that have already been committed that have have bugs,
preventing beta/rc releases from being made. In some cases in the last
releases such bugs were in features integrated very early in the cycle.
Sorry if I was causing noise. I was under the impression that the
discussion was more than just things that already have bugs, but also
how the commitfests were working (scheduling etc..). I admit, I may have
grabbed your comment out of an unrelated portion of the thread.
JD
--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 12:18:28 -0500, Tom Lane wrote:
I'm not really sure why we've allowed CFs to drift on, though. Can't we
just arbitrarily decree them closed on the last day of the month? And
push unfinished work to the next one? Admittedly, this probably doesn't
work for the last CF of a release cycle, but that one's always been a
special case.
I think the problem there is the assumption that each CF entry deserves
some amount of feedback. It's not a big problem to close entries of
patches that have gotten a fair amount, but it's pretty common to have a
set of entries that have barely gotten any review. Usually either
because they're perceived as too boring (fair enough), because they're
too complex for the majority of non-busy people (uhhh), or because
they're seen as claimed.
Andres
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 6:18 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Magnus Hagander <magnus@hagander.net> writes:
On Wed, Jan 20, 2016 at 5:19 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I do not think commitfest length is the problem (though surely it's not
working as intended). What happened with 9.5 is we forked the 9.6I agree that it's not the same problem. I do believe that it is *a*
problem
though, and a fairly significant one too. Because there's *never* any
downtime from CF mode, regardless of where in the cycle we are.True, we've been failing badly on the intention that there would be time
off from CF mode, and I'd like to see a fix for that. I do not think it's
directly related to the can't-get-a-release-out problem.
In a way you could say they are two symptoms of the same underlying
problem, being that we've partially lost control over our development and
release schedule.
I'm not really sure why we've allowed CFs to drift on, though. Can't we
just arbitrarily decree them closed on the last day of the month? And
push unfinished work to the next one? Admittedly, this probably doesn't
work for the last CF of a release cycle, but that one's always been a
special case.
That's pretty much what I suggested :)
Except that we need to do it for the last one as well. With the only
exception that the last one might be a bit longer. But the fact is that the
recent of CFs *and* releases, we've taken the approach of closing the CF
when everything in it is done or explicitly reviewed-and-bumped, and tried
really really hard not to bump things because nobody had time to look at
them. That's what I'm suggesting we change, and actually just cut them.
Yes, one of the reasons for the CFs was to allow people a fair chance to
get reviewed.But given that there isn't actually a deadline in practice
doesn't help with that.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
I admit, I may have grabbed your comment out of an unrelated portion
of the thread.
Ceterum censeo Carthaginem esse delendam.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Jan 20, 2016 at 5:29 PM, Andres Freund <andres@anarazel.de> wrote:
I think one thing we should work on, is being absolutely religious about
requiring, say, 2 reviews for every nontrivial contribution. We
currently seem to have a significantly increased submission rate, and at
the same time the number of reviews per patch has gone down
substantially. I think the "honor" system has failed in that regard.
Good point, totally agree.
So the project should try to think of new ideas on how to incentivise reviewing?
I have three ideas so far:
1. The way I see it, the honor system is based on being mentioned
in the commit message and the release notes.
Authors are always mentioned in the release notes,
but I see reviewers are mostly only mentioned in the commit messages.
Maybe more skilled developers would think it's cool to do reviewing
if they were "paid" by also being mentioned in the release notes?
At least some skilled people would probably be motivated by it,
in addition to the good feeling of doing something just because it's
fun or important.
2. Currently "Needs review" can mean a patch is in any of the phases
(Submission -> Usability -> Feature test -> Performance review ->
Coding review -> Architecture review -> Review review).
If you as a reviewer don't even know if the patch will be accepted and
committed by a committer,
there is a risk review-time will be wasted until the patch has been
accepted by the community.
I suggest we inject a new intermediate optional step "Needs Code
Review" to mean the feature has been discussed on pghackers
and there is a consensus among committers that they at least agree the
feature is something desired,
and that someone has at least reviewed the patch applies and the
feature works like expected.
And maybe renaming the "Needs review" step to "Needs Usability Review"
(or some other word to capture the Submission -> Usability -> Feature
test -> Performance review, phase before the Code review phase).
Then you as a reviewer would be confident the feature will get
accepted as long as the code is correct,
and the time you spent on code-reviewing will not be wasted.
3. For those who are partly motivated by money,
maybe this idea would work too to some extent:
Since Trustly's Bug Country program [1]https://trustly.com/se/postgresql-bug-bounty/ is aimed at motivating people
to find bugs in HEAD hasn't produced a single report so far,
maybe we should extend it to also cover reviews of commits
marked as "Ready For Committer" that shed light on a problem
that could have caused data corruption,
preventing a bad commit from being committed.
If we suddenly get hundreds of new reviewers who find hundreds of bugs
in uncommitted code, then maybe we have to change the terms again,
but I doubt neither of those will happen.
If people think this is a good idea, I can discuss internally if we can change
the conditions of the bug country program accordingly.
[1]: https://trustly.com/se/postgresql-bug-bounty/
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
That's pretty much what I suggested :)
Except that we need to do it for the last one as well. With the only
exception that the last one might be a bit longer. But the fact is that the
recent of CFs *and* releases, we've taken the approach of closing the CF
when everything in it is done or explicitly reviewed-and-bumped, and tried
really really hard not to bump things because nobody had time to look at
them. That's what I'm suggesting we change, and actually just cut them.
Yes, one of the reasons for the CFs was to allow people a fair chance to
get reviewed.But given that there isn't actually a deadline in practice
doesn't help with that.
Yeah. It's certainly unfair if someone's patch doesn't get reviewed,
but there are only 24 hours in a day, and we have a limited pool of
reviewer and committer manpower. I think we just have to say that
sometimes life is unfair.
I think it might also be a good idea if we could somehow distinguish
"nobody had time for that yet" from "nobody is interested", with an eye
to flat-out rejecting patches that no one cares enough about to review.
Maybe we could reduce the workload by inventing some kind of up-front
filter whereby a patch isn't even a candidate to get reviewed unless, say,
at least two people besides the author say "this sounds like it's worth
pursuing".
One of the other things I do not like about the current CF process is that
it's created a default assumption that most submitted patches should get
accepted eventually. It is *very* hard to reject a patch altogether in
the CF process: you more or less have to show cause why it should not get
accepted. That default is backwards. Maybe this isn't the process' fault
exactly, but it sure seems like that's how we approach patches now.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 01/20/2016 09:31 AM, Joel Jacobson wrote:
On Wed, Jan 20, 2016 at 5:29 PM, Andres Freund <andres@anarazel.de> wrote:
I think one thing we should work on, is being absolutely religious about
requiring, say, 2 reviews for every nontrivial contribution. We
currently seem to have a significantly increased submission rate, and at
the same time the number of reviews per patch has gone down
substantially. I think the "honor" system has failed in that regard.Good point, totally agree.
So the project should try to think of new ideas on how to incentivise reviewing?
I have three ideas so far:
4. Submit a patch, review a patch.
Don't review patches? Don't submit patches.
JD
--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2016-01-20 09:42:28 -0800, Joshua D. Drake wrote:
Don't review patches? Don't submit patches.
Absolutely. While I think encouraging reviewers is a good thing, it
seems independent of requiring contributors to do quid-pro-quo
reviews. There'll always be people too busy or uninterested in reviewing
riding free on others work otherwise.
Obviously a drive by bugfix is something different than an actual new
feature.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Jan 20, 2016, at 9:42 AM, Joshua D. Drake <jd@commandprompt.com> wrote:
4. Submit a patch, review a patch.
Don't review patches? Don't submit patches.
There will always be patches desirable-enough that they will be reviewed whether or not the submitter reviewed other patches.
And there will often be patches that generate so little interest that they’ll never be reviewed no matter how many other patches the submitter reviews.
That said, it’s not a bad heuristic, and I suspect that someone who reviews patches is more likely to get their patch reviewed. But obviously there are no guarantees.
Best,
David
Attachments:
smime.p7sapplication/pkcs7-signature; name=smime.p7sDownload
0� *�H��
��0�10 + 0� *�H��
��i0�-0��Q�0
*�H��
0��10 UIL10U
StartCom Ltd.1+0)U"Secure Digital Certificate Signing1806U/StartCom Class 1 Primary Intermediate Client CA0
150909050437Z
160909073817Z0F10Udavid@justatheory.com1$0" *�H��
david@justatheory.com0�"0
*�H��
� 0�
� �zg���P����������:�BV��h/�a�UcTD��L������V�9
��&��2��O*@@�g����E�����!�Ta��G�����R�B�����RI�\g��K��.7���� ����8��,dr��B��}���F��)�y��n��38�]$D) ��g�'
Hz�"�������`EVl�{<���q�h��A�-���=��:�m���nlxsN~�����jo���s�FV������1IB8p�1 ���0��0 U0 0U�0U%0++0U���D�!���<�rV6
���0U#0�Sr������\|~�5N���Q�0 U0�david@justatheory.com0�LU �C0�?0�;+��70�*0.+"http://www.startssl.com/policy.pdf0��+0��0' StartCom Certification Authority0��This certificate was issued according to the Class 1 Validation requirements of the StartCom CA policy, reliance only for the intended purpose in compliance of the relying party obligations.06U/0-0+�)�'�%http://crl.startssl.com/crtu1-crl.crl0��+��009+0�-http://ocsp.startssl.com/sub/class1/client/ca0B+0�6http://aia.startssl.com/certs/sub.class1.client.ca.crt0#U0�http://www.startssl.com/0
*�H��
� r��������.��;�-a�����������L��O��4���}��F�,^��Y�,�'�d���7:�LR|��s=�9v|\K ��C�@�Y����VW�h Ev����M6��I�oIJ!y����l_����������3������V [�\�nsD����|�~u����P��Tn� C��_V!�{A�>��;g���^��,�a�d�X�T��vlO7��L��S>���N*i]m���R�tn����/k0�40��0
*�H��
0}10 UIL10U
StartCom Ltd.1+0)U"Secure Digital Certificate Signing1)0'U StartCom Certification Authority0
071024210155Z
171024210155Z0��10 UIL10U
StartCom Ltd.1+0)U"Secure Digital Certificate Signing1806U/StartCom Class 1 Primary Intermediate Client CA0�"0
*�H��
� 0�
� � ���-��)�.����2����A�UG��o���#G�
��B|N�D�����Rp�M-��B��=o���-�we�5��J�Qpa>O��.�#������.���_�<���V��
[~�*��*�p�z��~�3�W�G� .�������Ml�r[�<C�e�6���f����q������O���"��u��xf�WN�#�u����i���c�gk��v$����Lb�%�������y��`�����_�{`���xK'G�N��� ���0��0U�0�0U�0USr������\|~�5N���Q�0U#0�N��@[�i�0�4hC�A��0f+Z0X0'+0�http://ocsp.startssl.com/ca0-+0�!http://www.startssl.com/sfsca.crt0[UT0R0'�%�#�!http://www.startssl.com/sfsca.crl0'�%�#�!http://crl.startssl.com/sfsca.crl0��U y0w0u+��70f0.+"http://www.startssl.com/policy.pdf04+(http://www.startssl.com/intermediate.pdf0
*�H��
�
�}x�,\�c�^��#wM�q�}��>UK/��^y��X��y �����f�rMI���B6�1ymQ���������Z���0���&