You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Joe Witt <jo...@apache.org> on 2016/04/13 04:47:35 UTC

[VOTE] Release Apache NiFi 0.6.1 (RC2)

Hello Apache NiFi Community,

I am pleased to be calling this vote for the source release of Apache
NiFi 0.6.1.

The source zip, including signatures, digests, etc. can be found at:
 https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/

The Git tag is nifi-0.6.1-RC2
The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
* https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
* https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5

Checksums of nifi-0.6.1-source-release.zip:
MD5: 5bb2b80e0384f89e6055ad4b0dd45294
SHA1: b262664ed077f28623866d2a1090a4034dc3c04a

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/joewitt.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

13 issues were closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build from source, and test. Then
please vote:

[ ] +1 Release this package as nifi-0.6.1
[ ] +0 no opinion
[ ] -1 Do not release this package because...

Thanks!

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Jeff <jt...@gmail.com>.
Joe,

Running the tests individually from the command line, they all passed
(TestGetHTTP, TestInvokeHTTP, TestInvokeHttpSSL), but when I run the tests
at the module level, they fail.  I've included an interesting exception
thrown during the TestGetHTTP test when running tests at the module level.
I haven't done any development on this MBP previously, and the install of
maven and java are new from brew just the other day, so I don't recall
having done anything out of the ordinary to spice up my build environment.
:)  I wonder why TestGetHTTP is bothering with SSL?  Is there some
multi-threaded funkiness going on that's just showing up on my slow MBP?

java.lang.AssertionError:
org.apache.nifi.processor.exception.ProcessException:
javax.net.ssl.SSLException: bad record MAC
at
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:238)

at
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:197)

at
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:192)

at
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:187)

at
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:182)

at
org.apache.nifi.processors.standard.TestGetHTTP.testSecure_twoWaySsl(TestGetHTTP.java:392)

Caused by: org.apache.nifi.processor.exception.ProcessException:
javax.net.ssl.SSLException: bad record MAC
at org.apache.nifi.processors.standard.GetHTTP.onTrigger(GetHTTP.java:478)
at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:288)

at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:282)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

at java.lang.Thread.run(Thread.java:744)

Caused by: javax.net.ssl.SSLException: bad record MAC
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1917)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1001)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343)

at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)

at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)

at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)

at
org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338)

at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)

at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)

at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)

at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)

at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)

at org.apache.nifi.processors.standard.GetHTTP.onTrigger(GetHTTP.java:433)
at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:288)

at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:282)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

at java.lang.Thread.run(Thread.java:744)

Caused by: javax.crypto.BadPaddingException: bad record MAC
at sun.security.ssl.InputRecord.decrypt(InputRecord.java:219)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:996)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343)

at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)

at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)

at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)

at
org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338)

at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)

at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)

at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)

at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)

at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)

at org.apache.nifi.processors.standard.GetHTTP.onTrigger(GetHTTP.java:433)
at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:288)

at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:282)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

at java.lang.Thread.run(Thread.java:744)

On Sun, Apr 17, 2016 at 8:02 PM Joe Skora <js...@gmail.com> wrote:

> Jeff,
>
> I have an early 2011 MBP, i7 2.0GHz that struggles to get through the HTTP
> tests, are yours failing with timeout errors?
>
> Mine frequently succeed if re-run, but not always.  Are your failures
> persistent?  Is this new, or have they always failed on that system?
>
> Regards,
> Joe
>
> On Fri, Apr 15, 2016 at 9:32 PM, Jeff <jt...@gmail.com> wrote:
>
> > +1 (non-binding)
> >
> > Overall, the build worked as expected on my Windows 7 desktop.  I went
> > through the release guide and things looked good. NiFi starts up from the
> > convenience binary and works as expected.
> >
> > Output from mvn -version infoon my Win7 desktop:
> >
> > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> > 2015-11-10T11:41:47-05:00)
> > Maven home: C:\Users\Jeff\nifi-dev\apache-maven-3.3.9\bin\..
> > Java version: 1.8.0_77, vendor: Oracle Corporation
> > Java home: c:\Progra~1\Java\jdk1.8.0_77\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
> >
> > On my MBP laptop (from 2009/2010), there were many unit test failures
> with
> > the dealing with the HTTP-related processors.  During the weekend I'll
> > investigate the unit tests to see if I can figure out why the build fails
> > in this particular environment.
> >
> > Output from mvn -version on the MBP:
> >
> > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> > 2015-11-10T11:41:47-05:00)
> > Maven home: /usr/local/Cellar/maven/3.3.9/libexec
> > Java version: 1.8.0, vendor: Oracle Corporation
> > Java home:
> /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"
> >
> > The *HTTP tests are failing
> >
> > > > > >> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org>
> wrote:
> > > > > >>
> > > > > >> Hello Apache NiFi Community,
> > > > > >>
> > > > > >> I am pleased to be calling this vote for the source release of
> > > Apache
> > > > > >> NiFi 0.6.1.
> > > > > >>
> > > > > >> The source zip, including signatures, digests, etc. can be found
> > at:
> > > > > >> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> > > > > >>
> > > > > >> The Git tag is nifi-0.6.1-RC2
> > > > > >> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > > > >> *
> > > > >
> > > >
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > > > >> *
> > > > >
> > > >
> > >
> > >
> >
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > > > >>
> > > > > >> Checksums of nifi-0.6.1-source-release.zip:
> > > > > >> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> > > > > >> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> > > > > >>
> > > > > >> Release artifacts are signed with the following key:
> > > > > >> https://people.apache.org/keys/committer/joewitt.asc
> > > > > >>
> > > > > >> KEYS file available here:
> > > > > >> https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > > > >>
> > > > > >> 13 issues were closed/resolved for this release:
> > > > > >>
> > > > >
> > > >
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> > > > > >> Release note highlights can be found here:
> > > > > >>
> > > > >
> > > >
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> > > > > >>
> > > > > >> The vote will be open for 72 hours.
> > > > > >> Please download the release candidate and evaluate the necessary
> > > items
> > > > > >> including checking hashes, signatures, build from source, and
> > test.
> > > > Then
> > > > > >> please vote:
> > > > > >>
> > > > > >> [ ] +1 Release this package as nifi-0.6.1
> > > > > >> [ ] +0 no opinion
> > > > > >> [ ] -1 Do not release this package because...
> > > > > >>
> > > > > >> Thanks!
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Joe Skora <js...@gmail.com>.
Jeff,

I have an early 2011 MBP, i7 2.0GHz that struggles to get through the HTTP
tests, are yours failing with timeout errors?

Mine frequently succeed if re-run, but not always.  Are your failures
persistent?  Is this new, or have they always failed on that system?

Regards,
Joe

On Fri, Apr 15, 2016 at 9:32 PM, Jeff <jt...@gmail.com> wrote:

> +1 (non-binding)
>
> Overall, the build worked as expected on my Windows 7 desktop.  I went
> through the release guide and things looked good. NiFi starts up from the
> convenience binary and works as expected.
>
> Output from mvn -version infoon my Win7 desktop:
>
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> 2015-11-10T11:41:47-05:00)
> Maven home: C:\Users\Jeff\nifi-dev\apache-maven-3.3.9\bin\..
> Java version: 1.8.0_77, vendor: Oracle Corporation
> Java home: c:\Progra~1\Java\jdk1.8.0_77\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>
> On my MBP laptop (from 2009/2010), there were many unit test failures with
> the dealing with the HTTP-related processors.  During the weekend I'll
> investigate the unit tests to see if I can figure out why the build fails
> in this particular environment.
>
> Output from mvn -version on the MBP:
>
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> 2015-11-10T11:41:47-05:00)
> Maven home: /usr/local/Cellar/maven/3.3.9/libexec
> Java version: 1.8.0, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"
>
> The *HTTP tests are failing
>
> > > > >> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> > > > >>
> > > > >> Hello Apache NiFi Community,
> > > > >>
> > > > >> I am pleased to be calling this vote for the source release of
> > Apache
> > > > >> NiFi 0.6.1.
> > > > >>
> > > > >> The source zip, including signatures, digests, etc. can be found
> at:
> > > > >> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> > > > >>
> > > > >> The Git tag is nifi-0.6.1-RC2
> > > > >> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > > >> *
> > > >
> > >
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > > >> *
> > > >
> > >
> >
> >
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > > >>
> > > > >> Checksums of nifi-0.6.1-source-release.zip:
> > > > >> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> > > > >> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> > > > >>
> > > > >> Release artifacts are signed with the following key:
> > > > >> https://people.apache.org/keys/committer/joewitt.asc
> > > > >>
> > > > >> KEYS file available here:
> > > > >> https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > > >>
> > > > >> 13 issues were closed/resolved for this release:
> > > > >>
> > > >
> > >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> > > > >> Release note highlights can be found here:
> > > > >>
> > > >
> > >
> >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> > > > >>
> > > > >> The vote will be open for 72 hours.
> > > > >> Please download the release candidate and evaluate the necessary
> > items
> > > > >> including checking hashes, signatures, build from source, and
> test.
> > > Then
> > > > >> please vote:
> > > > >>
> > > > >> [ ] +1 Release this package as nifi-0.6.1
> > > > >> [ ] +0 no opinion
> > > > >> [ ] -1 Do not release this package because...
> > > > >>
> > > > >> Thanks!
> > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Jeff <jt...@gmail.com>.
+1 (non-binding)

Overall, the build worked as expected on my Windows 7 desktop.  I went
through the release guide and things looked good. NiFi starts up from the
convenience binary and works as expected.

Output from mvn -version infoon my Win7 desktop:

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T11:41:47-05:00)
Maven home: C:\Users\Jeff\nifi-dev\apache-maven-3.3.9\bin\..
Java version: 1.8.0_77, vendor: Oracle Corporation
Java home: c:\Progra~1\Java\jdk1.8.0_77\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

On my MBP laptop (from 2009/2010), there were many unit test failures with
the dealing with the HTTP-related processors.  During the weekend I'll
investigate the unit tests to see if I can figure out why the build fails
in this particular environment.

Output from mvn -version on the MBP:

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T11:41:47-05:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"

The *HTTP tests are failing

> > > >> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> > > >>
> > > >> Hello Apache NiFi Community,
> > > >>
> > > >> I am pleased to be calling this vote for the source release of
> Apache
> > > >> NiFi 0.6.1.
> > > >>
> > > >> The source zip, including signatures, digests, etc. can be found at:
> > > >> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> > > >>
> > > >> The Git tag is nifi-0.6.1-RC2
> > > >> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > >> *
> > >
> >
>
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > >> *
> > >
> >
>
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > > >>
> > > >> Checksums of nifi-0.6.1-source-release.zip:
> > > >> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> > > >> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> > > >>
> > > >> Release artifacts are signed with the following key:
> > > >> https://people.apache.org/keys/committer/joewitt.asc
> > > >>
> > > >> KEYS file available here:
> > > >> https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > >>
> > > >> 13 issues were closed/resolved for this release:
> > > >>
> > >
> >
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> > > >> Release note highlights can be found here:
> > > >>
> > >
> >
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> > > >>
> > > >> The vote will be open for 72 hours.
> > > >> Please download the release candidate and evaluate the necessary
> items
> > > >> including checking hashes, signatures, build from source, and test.
> > Then
> > > >> please vote:
> > > >>
> > > >> [ ] +1 Release this package as nifi-0.6.1
> > > >> [ ] +0 no opinion
> > > >> [ ] -1 Do not release this package because...
> > > >>
> > > >> Thanks!
> > >
> > >
> >
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Tony Kurc <tr...@gmail.com>.
+1 (binding) built on Windows 10 with Java 7 without issue. Verification
was successful
On Apr 14, 2016 5:17 PM, "Matt Gilman" <ma...@gmail.com> wrote:

+1 (binding)

Build, hashes, signatures, etc all check out. Ran application
standalone/cluster in secure/unsecured mode and everything functioned as
expected.

Matt

On Thu, Apr 14, 2016 at 2:35 PM, Joe Skora <js...@gmail.com> wrote:

> +1 (non-binding)
>
> * signature and hashes verify
> * built fine using JDK1.7.0_80 with contrib-check on Centos 6.7
> * build artifacts look good
> * deploys and runs as expected
>
>
> On Thu, Apr 14, 2016 at 9:59 AM, Mark Payne <ma...@hotmail.com> wrote:
>
> > +1 (binding)
> >
> > Downloaded and verified signature and hashes.
> > Built on OSX with contrib-check and had no problems.
> > Verified README, NOTICE, and LICENSE files.
> > All looks good to me.
> >
> > Thanks
> > -Mark
> >
> >
> >
> > > On Apr 14, 2016, at 8:45 AM, Joe Percivall
> > <jo...@yahoo.com.INVALID> wrote:
> > >
> > > +1 (non-binding)
> > >
> > > Went through helper to verify build. Also verified the zip using the
> > SHA-512 that Joe linked in the second helper email. Ran a contrib check
> > build on Windows 8 and OSX. Tested a couple templates as well.
> > >
> > > - - - - - -
> > > Joseph Percivall
> > > linkedin.com/in/Percivall
> > > e: joepercivall@yahoo.com
> > >
> > >
> > >
> > > On Wednesday, April 13, 2016 8:56 PM, Matt Burgess <
> mattyb149@gmail.com>
> > wrote:
> > >
> > >
> > >
> > > +1 (non-binding)
> > >
> > > Ran release verifier, checked artifacts, ran in standalone and 1-node
> > cluster (secure and insecure), tried some flows, everything looked fine.
> > >
> > >
> > >
> > >> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> > >>
> > >> Hello Apache NiFi Community,
> > >>
> > >> I am pleased to be calling this vote for the source release of Apache
> > >> NiFi 0.6.1.
> > >>
> > >> The source zip, including signatures, digests, etc. can be found at:
> > >> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> > >>
> > >> The Git tag is nifi-0.6.1-RC2
> > >> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > >> *
> >
>
https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > >> *
> >
>
https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > >>
> > >> Checksums of nifi-0.6.1-source-release.zip:
> > >> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> > >> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> > >>
> > >> Release artifacts are signed with the following key:
> > >> https://people.apache.org/keys/committer/joewitt.asc
> > >>
> > >> KEYS file available here:
> > >> https://dist.apache.org/repos/dist/release/nifi/KEYS
> > >>
> > >> 13 issues were closed/resolved for this release:
> > >>
> >
>
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> > >> Release note highlights can be found here:
> > >>
> >
>
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> > >>
> > >> The vote will be open for 72 hours.
> > >> Please download the release candidate and evaluate the necessary
items
> > >> including checking hashes, signatures, build from source, and test.
> Then
> > >> please vote:
> > >>
> > >> [ ] +1 Release this package as nifi-0.6.1
> > >> [ ] +0 no opinion
> > >> [ ] -1 Do not release this package because...
> > >>
> > >> Thanks!
> >
> >
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Matt Gilman <ma...@gmail.com>.
+1 (binding)

Build, hashes, signatures, etc all check out. Ran application
standalone/cluster in secure/unsecured mode and everything functioned as
expected.

Matt

On Thu, Apr 14, 2016 at 2:35 PM, Joe Skora <js...@gmail.com> wrote:

> +1 (non-binding)
>
> * signature and hashes verify
> * built fine using JDK1.7.0_80 with contrib-check on Centos 6.7
> * build artifacts look good
> * deploys and runs as expected
>
>
> On Thu, Apr 14, 2016 at 9:59 AM, Mark Payne <ma...@hotmail.com> wrote:
>
> > +1 (binding)
> >
> > Downloaded and verified signature and hashes.
> > Built on OSX with contrib-check and had no problems.
> > Verified README, NOTICE, and LICENSE files.
> > All looks good to me.
> >
> > Thanks
> > -Mark
> >
> >
> >
> > > On Apr 14, 2016, at 8:45 AM, Joe Percivall
> > <jo...@yahoo.com.INVALID> wrote:
> > >
> > > +1 (non-binding)
> > >
> > > Went through helper to verify build. Also verified the zip using the
> > SHA-512 that Joe linked in the second helper email. Ran a contrib check
> > build on Windows 8 and OSX. Tested a couple templates as well.
> > >
> > > - - - - - -
> > > Joseph Percivall
> > > linkedin.com/in/Percivall
> > > e: joepercivall@yahoo.com
> > >
> > >
> > >
> > > On Wednesday, April 13, 2016 8:56 PM, Matt Burgess <
> mattyb149@gmail.com>
> > wrote:
> > >
> > >
> > >
> > > +1 (non-binding)
> > >
> > > Ran release verifier, checked artifacts, ran in standalone and 1-node
> > cluster (secure and insecure), tried some flows, everything looked fine.
> > >
> > >
> > >
> > >> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> > >>
> > >> Hello Apache NiFi Community,
> > >>
> > >> I am pleased to be calling this vote for the source release of Apache
> > >> NiFi 0.6.1.
> > >>
> > >> The source zip, including signatures, digests, etc. can be found at:
> > >> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> > >>
> > >> The Git tag is nifi-0.6.1-RC2
> > >> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > >> *
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > >> *
> >
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > >>
> > >> Checksums of nifi-0.6.1-source-release.zip:
> > >> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> > >> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> > >>
> > >> Release artifacts are signed with the following key:
> > >> https://people.apache.org/keys/committer/joewitt.asc
> > >>
> > >> KEYS file available here:
> > >> https://dist.apache.org/repos/dist/release/nifi/KEYS
> > >>
> > >> 13 issues were closed/resolved for this release:
> > >>
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> > >> Release note highlights can be found here:
> > >>
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> > >>
> > >> The vote will be open for 72 hours.
> > >> Please download the release candidate and evaluate the necessary items
> > >> including checking hashes, signatures, build from source, and test.
> Then
> > >> please vote:
> > >>
> > >> [ ] +1 Release this package as nifi-0.6.1
> > >> [ ] +0 no opinion
> > >> [ ] -1 Do not release this package because...
> > >>
> > >> Thanks!
> >
> >
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Joe Skora <js...@gmail.com>.
+1 (non-binding)

* signature and hashes verify
* built fine using JDK1.7.0_80 with contrib-check on Centos 6.7
* build artifacts look good
* deploys and runs as expected


On Thu, Apr 14, 2016 at 9:59 AM, Mark Payne <ma...@hotmail.com> wrote:

> +1 (binding)
>
> Downloaded and verified signature and hashes.
> Built on OSX with contrib-check and had no problems.
> Verified README, NOTICE, and LICENSE files.
> All looks good to me.
>
> Thanks
> -Mark
>
>
>
> > On Apr 14, 2016, at 8:45 AM, Joe Percivall
> <jo...@yahoo.com.INVALID> wrote:
> >
> > +1 (non-binding)
> >
> > Went through helper to verify build. Also verified the zip using the
> SHA-512 that Joe linked in the second helper email. Ran a contrib check
> build on Windows 8 and OSX. Tested a couple templates as well.
> >
> > - - - - - -
> > Joseph Percivall
> > linkedin.com/in/Percivall
> > e: joepercivall@yahoo.com
> >
> >
> >
> > On Wednesday, April 13, 2016 8:56 PM, Matt Burgess <ma...@gmail.com>
> wrote:
> >
> >
> >
> > +1 (non-binding)
> >
> > Ran release verifier, checked artifacts, ran in standalone and 1-node
> cluster (secure and insecure), tried some flows, everything looked fine.
> >
> >
> >
> >> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> >>
> >> Hello Apache NiFi Community,
> >>
> >> I am pleased to be calling this vote for the source release of Apache
> >> NiFi 0.6.1.
> >>
> >> The source zip, including signatures, digests, etc. can be found at:
> >> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> >>
> >> The Git tag is nifi-0.6.1-RC2
> >> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> >> *
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> >> *
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> >>
> >> Checksums of nifi-0.6.1-source-release.zip:
> >> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> >> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> >>
> >> Release artifacts are signed with the following key:
> >> https://people.apache.org/keys/committer/joewitt.asc
> >>
> >> KEYS file available here:
> >> https://dist.apache.org/repos/dist/release/nifi/KEYS
> >>
> >> 13 issues were closed/resolved for this release:
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> >> Release note highlights can be found here:
> >>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> >>
> >> The vote will be open for 72 hours.
> >> Please download the release candidate and evaluate the necessary items
> >> including checking hashes, signatures, build from source, and test. Then
> >> please vote:
> >>
> >> [ ] +1 Release this package as nifi-0.6.1
> >> [ ] +0 no opinion
> >> [ ] -1 Do not release this package because...
> >>
> >> Thanks!
>
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Mark Payne <ma...@hotmail.com>.
+1 (binding)

Downloaded and verified signature and hashes.
Built on OSX with contrib-check and had no problems.
Verified README, NOTICE, and LICENSE files.
All looks good to me.

Thanks
-Mark



> On Apr 14, 2016, at 8:45 AM, Joe Percivall <jo...@yahoo.com.INVALID> wrote:
> 
> +1 (non-binding)
> 
> Went through helper to verify build. Also verified the zip using the SHA-512 that Joe linked in the second helper email. Ran a contrib check build on Windows 8 and OSX. Tested a couple templates as well.
> 
> - - - - - - 
> Joseph Percivall
> linkedin.com/in/Percivall
> e: joepercivall@yahoo.com
> 
> 
> 
> On Wednesday, April 13, 2016 8:56 PM, Matt Burgess <ma...@gmail.com> wrote:
> 
> 
> 
> +1 (non-binding)
> 
> Ran release verifier, checked artifacts, ran in standalone and 1-node cluster (secure and insecure), tried some flows, everything looked fine.
> 
> 
> 
>> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
>> 
>> Hello Apache NiFi Community,
>> 
>> I am pleased to be calling this vote for the source release of Apache
>> NiFi 0.6.1.
>> 
>> The source zip, including signatures, digests, etc. can be found at:
>> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
>> 
>> The Git tag is nifi-0.6.1-RC2
>> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
>> * https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
>> * https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
>> 
>> Checksums of nifi-0.6.1-source-release.zip:
>> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
>> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
>> 
>> Release artifacts are signed with the following key:
>> https://people.apache.org/keys/committer/joewitt.asc
>> 
>> KEYS file available here:
>> https://dist.apache.org/repos/dist/release/nifi/KEYS
>> 
>> 13 issues were closed/resolved for this release:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
>> Release note highlights can be found here:
>> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
>> 
>> The vote will be open for 72 hours.
>> Please download the release candidate and evaluate the necessary items
>> including checking hashes, signatures, build from source, and test. Then
>> please vote:
>> 
>> [ ] +1 Release this package as nifi-0.6.1
>> [ ] +0 no opinion
>> [ ] -1 Do not release this package because...
>> 
>> Thanks!


Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Joe Percivall <jo...@yahoo.com.INVALID>.
+1 (non-binding)

Went through helper to verify build. Also verified the zip using the SHA-512 that Joe linked in the second helper email. Ran a contrib check build on Windows 8 and OSX. Tested a couple templates as well.
 
- - - - - - 
Joseph Percivall
linkedin.com/in/Percivall
e: joepercivall@yahoo.com



On Wednesday, April 13, 2016 8:56 PM, Matt Burgess <ma...@gmail.com> wrote:



+1 (non-binding)

Ran release verifier, checked artifacts, ran in standalone and 1-node cluster (secure and insecure), tried some flows, everything looked fine.



> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> 
> Hello Apache NiFi Community,
> 
> I am pleased to be calling this vote for the source release of Apache
> NiFi 0.6.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> 
> The Git tag is nifi-0.6.1-RC2
> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> * https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> * https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> 
> Checksums of nifi-0.6.1-source-release.zip:
> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 13 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test. Then
> please vote:
> 
> [ ] +1 Release this package as nifi-0.6.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
> 
> Thanks!

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Matt Burgess <ma...@gmail.com>.
+1 (non-binding)

Ran release verifier, checked artifacts, ran in standalone and 1-node cluster (secure and insecure), tried some flows, everything looked fine.


> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> 
> Hello Apache NiFi Community,
> 
> I am pleased to be calling this vote for the source release of Apache
> NiFi 0.6.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> 
> The Git tag is nifi-0.6.1-RC2
> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> * https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> * https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> 
> Checksums of nifi-0.6.1-source-release.zip:
> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 13 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test. Then
> please vote:
> 
> [ ] +1 Release this package as nifi-0.6.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
> 
> Thanks!

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Andy LoPresto <al...@apache.org>.
+1, non-binding.

Ran automated release verifier. Checksums, GPG signature, and git commit ID all checked out. (Side note: this may be paranoia, but MD5 and even SHA-1 now have documented pre-collision issues. Can we please add SHA-256 to future releases?)

Ran unit tests and contrib-check profile. All passed (Mac OS X 10.11.4, Oracle JDK 8).

Started instance and verified AES-CBC/256 encryption/decryption flow.

hw12203:...erification/0.6.1/nifi-0.6.1/nifi-assembly/target/nifi-0.6.1-bin/nifi-0.6.1 alopresto
🔓 7s @ 16:32:10 $ paths_long
Determining Java environment...
Java executable location: /Users/alopresto/.jenv/shims/java
Java home: /Users/alopresto/.jenv/versions/1.8 -> /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home
Java version:
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
Determining Maven environment...
Maven executable location: /usr/local/bin/mvn
Maven home: /usr/local/Cellar/maven/3.3.3/libexec/
Maven version: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_77, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.4", arch: "x86_64", family: "mac"
hw12203:...erification/0.6.1/nifi-0.6.1/nifi-assembly/target/nifi-0.6.1-bin/nifi-0.6.1 alopresto
🔓 0s @ 16:36:32 $

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Apr 12, 2016, at 7:47 PM, Joe Witt <jo...@apache.org> wrote:
> 
> Hello Apache NiFi Community,
> 
> I am pleased to be calling this vote for the source release of Apache
> NiFi 0.6.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> 
> The Git tag is nifi-0.6.1-RC2
> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> * https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> * https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> 
> Checksums of nifi-0.6.1-source-release.zip:
> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 13 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test. Then
> please vote:
> 
> [ ] +1 Release this package as nifi-0.6.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
> 
> Thanks!


Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by James Wing <jv...@gmail.com>.
+1.  Checked hashes, built from source, ran unit tests.  Ran through a
simple flow, checked to make sure an issue was resolved (yes!).

On Tue, Apr 12, 2016 at 7:47 PM, Joe Witt <jo...@apache.org> wrote:

> Hello Apache NiFi Community,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi 0.6.1.
>
> The source zip, including signatures, digests, etc. can be found at:
>  https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
>
> The Git tag is nifi-0.6.1-RC2
> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> *
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> *
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
>
> Checksums of nifi-0.6.1-source-release.zip:
> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 13 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test. Then
> please vote:
>
> [ ] +1 Release this package as nifi-0.6.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
> Thanks!
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Aldrin Piri <al...@gmail.com>.
+1, binding

Build and tests worked on OS X, CentOS 7, and Windows 7.  Verified things
were passing on Travis build.

Re-ran some flow templates from reviews from some of the associated issues
with anticipated results.

Verified hashes and signatures.

On Wed, Apr 13, 2016 at 7:04 AM, Pierre Villard <pierre.villard.fr@gmail.com
> wrote:

> +1 (non-binding)
>
> Ran through the helper release guide.
> Maven build with tests and contrib-check OK on Windows 10.
> Tested some flow, everything looks OK.
>
> Pierre
>
>
> 2016-04-13 4:47 GMT+02:00 Joe Witt <jo...@apache.org>:
>
> > Hello Apache NiFi Community,
> >
> > I am pleased to be calling this vote for the source release of Apache
> > NiFi 0.6.1.
> >
> > The source zip, including signatures, digests, etc. can be found at:
> >  https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
> >
> > The Git tag is nifi-0.6.1-RC2
> > The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > *
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> > *
> >
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> >
> > Checksums of nifi-0.6.1-source-release.zip:
> > MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> > SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/joewitt.asc
> >
> > KEYS file available here:
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > 13 issues were closed/resolved for this release:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> > Release note highlights can be found here:
> >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
> >
> > The vote will be open for 72 hours.
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build from source, and test. Then
> > please vote:
> >
> > [ ] +1 Release this package as nifi-0.6.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
> >
> > Thanks!
> >
>

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

Posted by Pierre Villard <pi...@gmail.com>.
+1 (non-binding)

Ran through the helper release guide.
Maven build with tests and contrib-check OK on Windows 10.
Tested some flow, everything looks OK.

Pierre


2016-04-13 4:47 GMT+02:00 Joe Witt <jo...@apache.org>:

> Hello Apache NiFi Community,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi 0.6.1.
>
> The source zip, including signatures, digests, etc. can be found at:
>  https://dist.apache.org/repos/dist/dev/nifi/nifi-0.6.1/
>
> The Git tag is nifi-0.6.1-RC2
> The Git commit hash is 1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> *
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
> *
> https://github.com/apache/nifi/commit/1a67b4de2e504bbe1a0cdbd6cccd949f997a5ad5
>
> Checksums of nifi-0.6.1-source-release.zip:
> MD5: 5bb2b80e0384f89e6055ad4b0dd45294
> SHA1: b262664ed077f28623866d2a1090a4034dc3c04a
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 13 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12335496
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.1
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test. Then
> please vote:
>
> [ ] +1 Release this package as nifi-0.6.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
> Thanks!
>