You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Jeff <js...@apache.org> on 2018/10/19 22:33:54 UTC

[CANCEL] [VOTE] Release Apache NiFi 1.8.0

Given the issue with the SSLContextService, I'm canceling the vote.

I will create RC2 tomorrow, with a 96-hour voting window since it's the
weekend.

On Fri, Oct 19, 2018 at 4:35 PM Nathan Gough <th...@gmail.com> wrote:

> -1 (revote)
>
> On further testing I have found that the SSLContextService does not work
> as expected due to this ticket
> https://jira.apache.org/jira/browse/NIFI-4558 and the related PR. This
> makes it difficult or impossible to use the SSLContextService as I believe
> the customValidate() method takes in user input and not the default
> settings. I would say this is a blocker for nifi-1.8.0-RC1. I have
> submitted a PR to revert this change:
> https://github.com/apache/nifi/pull/3097.
>
> My apologies,
> Nathan
>
> On 10/19/18, 3:29 PM, "Andrew Lim" <an...@gmail.com> wrote:
>
>     +1 (non-binding)
>
>     -Ran full clean install on OS X (10.11.6)
>     -Tested secure cluster; used UI to: disconnect/connect nodes; offload
> nodes; load balance connections
>     -Reviewed documentation
>
>     Drew
>
>     > On Oct 17, 2018, at 11:59 PM, Jeff <js...@apache.org> wrote:
>     >
>     > Hello,
>     >
>     > I am pleased to be calling this vote for the source release of
> Apache NiFi
>     > nifi-1.8.0.
>     >
>     > The source zip, including signatures, digests, etc. can be found at:
>     >
> https://repository.apache.org/content/repositories/orgapachenifi-1133
>     >
>     > The Git tag is nifi-1.8.0-RC1
>     > The Git commit ID is 9b02d58626ca874ed2ed3e0bbe530512cfa0dbf8
>     >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=9b02d58626ca874ed2ed3e0bbe530512cfa0dbf8
>     >
>     > Checksums of nifi-1.8.0-source-release.zip:
>     > SHA256:
> 3ec90a7f153e507d7bba2400d6dafac02641d6f7afc7a954fed959191073ce21
>     > SHA512:
>     >
> 8b9d944da1833bfb645f502107cab98a555e3b2a7602c5ff438407272c86defdeebe18625c5ad9dfb3f344397314569e97220a35f2438182a79a700caa90721e
>     >
>     > Release artifacts are signed with the following key:
>     > https://people.apache.org/keys/committer/jstorck.asc
>     >
>     > KEYS file available here:
>     > https://dist.apache.org/repos/dist/release/nifi/KEYS
>     >
>     > 204 issues were closed/resolved for this release:
>     >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12343482
>     >
>     > Release note highlights can be found here:
>     >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.8.0
>     >
>     > 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-1.8.0
>     > [ ] +0 no opinion
>     > [ ] -1 Do not release this package because...
>
>
>
>
>

Re: [CANCEL] [VOTE] Release Apache NiFi 1.8.0

Posted by Tony Kurc <tr...@gmail.com>.
While likely not an issue with the release - I have a fresh install of
Ubuntu 18.04 I was verifying on and hit a heisenbug condition. TestPutUDP
was failing in weird fashion because as best as I can tell the default send
buffer size in the operating system was smaller than the default send
buffer of the processor, and somehow this caused the java (openjdk 1.8)
process to die on occasion, but every attempt I made to instrument has
failed. I bump up the operating system send buffer to 1M and do a build, no
problems. But the default (212992) bombs out about 75% of the time on my
box when doing a full build. Pretty sure it won't hit most, and it doesn't
make complete sense to me that the condition would manifest in such a way,
I just wanted to put it out here in case others have the same issue.

On Fri, Oct 19, 2018 at 6:34 PM Jeff <js...@apache.org> wrote:

> Given the issue with the SSLContextService, I'm canceling the vote.
>
> I will create RC2 tomorrow, with a 96-hour voting window since it's the
> weekend.
>
> On Fri, Oct 19, 2018 at 4:35 PM Nathan Gough <th...@gmail.com> wrote:
>
> > -1 (revote)
> >
> > On further testing I have found that the SSLContextService does not work
> > as expected due to this ticket
> > https://jira.apache.org/jira/browse/NIFI-4558 and the related PR. This
> > makes it difficult or impossible to use the SSLContextService as I
> believe
> > the customValidate() method takes in user input and not the default
> > settings. I would say this is a blocker for nifi-1.8.0-RC1. I have
> > submitted a PR to revert this change:
> > https://github.com/apache/nifi/pull/3097.
> >
> > My apologies,
> > Nathan
> >
> > On 10/19/18, 3:29 PM, "Andrew Lim" <an...@gmail.com> wrote:
> >
> >     +1 (non-binding)
> >
> >     -Ran full clean install on OS X (10.11.6)
> >     -Tested secure cluster; used UI to: disconnect/connect nodes; offload
> > nodes; load balance connections
> >     -Reviewed documentation
> >
> >     Drew
> >
> >     > On Oct 17, 2018, at 11:59 PM, Jeff <js...@apache.org> wrote:
> >     >
> >     > Hello,
> >     >
> >     > I am pleased to be calling this vote for the source release of
> > Apache NiFi
> >     > nifi-1.8.0.
> >     >
> >     > The source zip, including signatures, digests, etc. can be found
> at:
> >     >
> > https://repository.apache.org/content/repositories/orgapachenifi-1133
> >     >
> >     > The Git tag is nifi-1.8.0-RC1
> >     > The Git commit ID is 9b02d58626ca874ed2ed3e0bbe530512cfa0dbf8
> >     >
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=9b02d58626ca874ed2ed3e0bbe530512cfa0dbf8
> >     >
> >     > Checksums of nifi-1.8.0-source-release.zip:
> >     > SHA256:
> > 3ec90a7f153e507d7bba2400d6dafac02641d6f7afc7a954fed959191073ce21
> >     > SHA512:
> >     >
> >
> 8b9d944da1833bfb645f502107cab98a555e3b2a7602c5ff438407272c86defdeebe18625c5ad9dfb3f344397314569e97220a35f2438182a79a700caa90721e
> >     >
> >     > Release artifacts are signed with the following key:
> >     > https://people.apache.org/keys/committer/jstorck.asc
> >     >
> >     > KEYS file available here:
> >     > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >     >
> >     > 204 issues were closed/resolved for this release:
> >     >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12343482
> >     >
> >     > Release note highlights can be found here:
> >     >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.8.0
> >     >
> >     > 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-1.8.0
> >     > [ ] +0 no opinion
> >     > [ ] -1 Do not release this package because...
> >
> >
> >
> >
> >
>