We could commit first and then GVO -- that way if a commit broke
something (in a reproducible way), we would at least know which commit
did it. In this proposal, we don't have to wait for GVO N to finish
before committing patch N+1. This is a sort of fast-path-slow-path
idea, but fixing the slow pa
If we do the GVO route, would folks be comfortable with Jenkins taking care
of promoting cherrypicks to a staging branch (say, 2.x-staging), and then
Jenkins, again, running the tests and pushing that through to gerrit/2.x?
(As always, the push to the official ASF repo is only done by a human,
usin
My ideal and more conservative policy would be:
- If conflicts, review.
- Always GVO.
Dimitris
On Fri, Jan 19, 2018 at 2:13 PM, Taras Bobrovytsky
wrote:
> I like your policy suggestion. If there are no conflicts, then we can push
> from master to 2.x without any tests or reviews. If there are c
I like your policy suggestion. If there are no conflicts, then we can push
from master to 2.x without any tests or reviews. If there are conflicts,
then a review AND a GVO test run are required.
We can at least start off with this policy and then change it if it is not
working well for some reason
An update here!
I'm pretty close to pushing the first master-only change (the very exciting
1-liner at https://gerrit.cloudera.org/#/c/9044/ that bumps versions).
After that, I'll be cherrypicking things into 2.x.
We need a policy, I think, on reviewing these cherry-picks. The most
heavy-weight w
Very nice! Thank you.
On Fri, Jan 19, 2018 at 6:16 AM, Quanlong Huang
wrote:
> Hi Tim, I believe it's a bug and find out a way to reproduce it.
> Have filed a JIRA: https://issues.apache.org/jira/browse/IMPALA-6423
>
> At 2018-01-17 08:53:44, "Quanlong Huang" wrote:
> >Thanks, Tim! Let me try t
Hi Tim, I believe it's a bug and find out a way to reproduce it.
Have filed a JIRA: https://issues.apache.org/jira/browse/IMPALA-6423
At 2018-01-17 08:53:44, "Quanlong Huang" wrote:
>Thanks, Tim! Let me try to reproduce this scenario on existing scanners. I'll
>file a JIRA when I find it.
>
>A