Thank you for testing the RC Quanlong!

Looks like there was a difference between the earlier and the job:
https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5685/
The earlier build initialised the git repository, while the new one reused
an existing one and reinitialised it, therefore it actually had to clean
the repo:

Previous build (5685)

> Initialized empty Git repository in /home/ubuntu/Impala/.git/
>
> + return 0
>
> + cd /home/ubuntu/Impala
>
> + sudo rm -rf /home/ubuntu/Impala/logs
>
> + git clean -fxd
>
> ++ seq 1 10
>
> + for ITER in '$(seq 1 10)'
>
> + echo 'ATTEMPT: 1'
>
> ATTEMPT: 1
>
> + /usr/bin/git clean -fxd
>

>  New build (5722)

> Reinitialized existing Git repository in /home/ubuntu/Impala/.git/
>
> + return 0
>
> + cd /home/ubuntu/Impala
>
> + sudo rm -rf /home/ubuntu/Impala/logs
>
> + git clean -fxd
>
> ++ seq 1 10
>
> + for ITER in '$(seq 1 10)'
>
> + echo 'ATTEMPT: 1'
>
> ATTEMPT: 1
>
> + /usr/bin/git clean -fxd
>
>
> Removing .cdp
>
> *…*
>
> Removing tests/webserver/__pycache__/
>
> Removing toolchain/
>
> + return 0
>
As discussed offline, cherry-picking gitignore fixes IMPALA-11201 and
https://gerrit.cloudera.org/#/c/18548/ should resolve this issue.

Given that there is a build issue I am closing this vote thread. I will
cherry-pick the fixes and create an RC2 soon.

Thanks,
Tamas

On Mon, 23 May 2022 at 11:04, Quanlong Huang <huangquanl...@gmail.com>
wrote:

> -1 (binding)
>
> I saw a build failure at
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5722/console
> It builds from the tarball and complains:
>
> + /usr/bin/git fetch https://gitbox.apache.org/repos/asf/impala.git
> 4.1.0-rc1
> + return 0
> + git checkout FETCH_HEAD
> ++ seq 1 10
> + for ITER in '$(seq 1 10)'
> + echo 'ATTEMPT: 1'
> ATTEMPT: 1
> + /usr/bin/git checkout FETCH_HEAD
> + cat /tmp/git-err-TWThk.log
> 03:15:42.462398 git.c:344               trace: built-in: git
> 'checkout' 'FETCH_HEAD'
> error: Your local changes to the following files would be overwritten
> by checkout:
>         shell/ext-py/kerberos-1.3.1/kerberos.egg-info/PKG-INFO
> Please, commit your changes or stash them before you can switch branches.
> Aborting
>
> I think shell/ext-py/kerberos-1.3.1 is added in b867f4c (IMPALA-10745 (part
> 2): Support Kerberos over HTTP for impala-shell) which is after e6ed98c
> (IMPALA-11201: update gitignore files). Maybe we need to add artifacts of
> kerberos-1.3.1 to .gitignore.
>
> BTW, I'm able to
>
> - built Impala locally on Ubuntu 16.04
> - verified the version and ran some simple queries
>
> So I think we will be good after fixing the gitignore issue.
>
> Thanks,
> Quanlong
>
> On Thu, May 19, 2022 at 3:12 PM Tamás Máté <tma...@apache.org> wrote:
>
> > Hi all,
> >
> > This is a vote for Impala 4.1.0.
> >
> > The artifacts for testing can be downloaded from:
> > https://dist.apache.org/repos/dist/dev/impala/4.1.0/RC1/
> > Git tag: 4.1.0-rc1
> https://github.com/apache/impala/releases/tag/4.1.0-rc1
> > Tree hash: ddf1a6a09c6bfab2caf791f147bf0abbe1eece36
> >
> > Please vote +1 or -1. -1 votes should be accompanied by an explanation of
> > the reason. Only PMC members have binding votes, but other community
> > members are encouraged to cast non-binding votes. This vote will pass if
> > there are 3 binding +1 votes and more binding +1 votes than -1 votes.
> >
> > This wiki page describes how to check the release before you vote:
> >
> >
> https://cwiki.apache.org/confluence/display/IMPALA/How+to+Release#HowtoRelease-HowtoVoteonaReleaseCandidate
> >
> > I tested this by running the following exhaustive jobs and the release
> test
> > job:
> > https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/16475/
> > https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5684/
> > https://jenkins.impala.io/job/release-test-ub1604/53/
> >
> > Thanks,
> > Tamas
> >
>

Reply via email to