[VOTE] Release Apache NiFi 1.8.0 (RC3)

2018-10-22 Thread Jeff
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-1135

The Git tag is nifi-1.8.0-RC3
The Git commit ID is 98aabf2c50f857efc72fd6f2bfdd9965b97fa195
https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=98aabf2c50f857efc72fd6f2bfdd9965b97fa195

Checksums of nifi-1.8.0-source-release.zip:
SHA256: 6ec21c36ebb232f344493a4aeb5086eed0c462c576e11a79abed8149bc8b65c3
SHA512:
846aecd4eb497a3b7dee7d1911b02453b8162b6c87e39f3df837744a478212e2e3e3615921079d29c2804671f26ecd05b04ce46a4bb69e8911fc185e27be9c24

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

209 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: Need help with Controller Service implementation

2018-10-22 Thread Sivaprasanna
Thanks Bryan, Mike, Matt. I had both the things wrong. Now I have fixed it.
Thanks once again. :)

-
Sivaprasanna

On Mon, Oct 22, 2018 at 6:34 PM Bryan Bende  wrote:

> Usually this is due to a missing NAR dependency somewhere,
> double-check the dependencies between the processors NAR and service
> API NAR, and between the service impl NAR and service API NAR.
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions#MavenProjectsforExtensions-LinkingProcessorsandControllerServices
> On Mon, Oct 22, 2018 at 6:01 AM Mike Thomsen 
> wrote:
> >
> > What Matt said. META-INF.services might be how the IDE shows it (it does
> > that for docs in IntelliJ), but it is really META-INF/services on the
> disk.
> >
> > On Sun, Oct 21, 2018 at 2:16 PM Matt Burgess 
> wrote:
> >
> > > I’m not at my computer but I think your ControllerService file (for
> > > ServiceLoader) might need to be in META-INF/services instead of
> > > META-INF.services?
> > >
> > > Sent from my iPhone
> > >
> > > > On Oct 21, 2018, at 1:56 PM, Sivaprasanna  >
> > > wrote:
> > > >
> > > > Team,
> > > >
> > > > I'm working on a controller service implementation (NIFI-5621) and I
> > > have added new PropertyDescriptor to all the processors that would use
> this
> > > CS. This is the first time I'm writing a CS implementation so I went
> > > through the dev guide and implementation of other CS's across the NiFi
> > > project. The problem is, when I built the bundle and when I try to
> > > configure a processor with this new controller service, I'm getting "No
> > > controller service types found that are applicable for this property."
> I
> > > have attached the picture for reference. My code changes can be found
> at
> > > 7a31e122
> > > >
> > > > I know I'm missing something but where I'm missing, is something I
> don't
> > > know. Any help would be appreciated.
> > > >
> > > > -
> > > > Sivaprasanna
> > >
>


[CANCEL] [VOTE] Release Apache NiFi 1.8.0 (RC2)

2018-10-22 Thread Jeff
I agree with the move to cancel the vote, and fix this issue before RC3 is
created.

The NiFi 1.8.0 RC2 vote is now canceled, and I'll create RC3 after the fix
has been merged to master.

Thank you to the reviewers that have taken the time to review RC1 and RC2.

On Mon, Oct 22, 2018 at 12:06 PM Mark Payne  wrote:

> -1 (binding)
>
> Unfortunately I ran into a bug that I think warrants sinking this vote. I
> created a JIRA [1] for it.
> It looks like a bug was introduced that can result in a
> processor/port/funnel deadlocking when
> attempting to pull from a Connection or put to a Connection.
>
> Thanks
> -Mark
>
> [1] https://issues.apache.org/jira/browse/NIFI-5736
>
>
> On Oct 20, 2018, at 11:11 PM, Jeff  jsto...@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-1134
>
> The Git tag is nifi-1.8.0-RC2
> The Git commit ID is 19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
>
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
>
> Checksums of nifi-1.8.0-source-release.zip:
> SHA256: 72dc2934f70f41e0c62e0aeb2bdc48e9feaa743dc06319cbed42da04bdc0f827
> SHA512:
>
> 012194f79d4bd5060032588e29f5e9c4240aa5e4758946a6cbcc89c0a1499de9db0c46d3f76e5ee694f0f9345c5f1bee3f3e315ef6fcc1194447958cb3f8b003
>
> 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 96 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: [VOTE] Release Apache NiFi 1.8.0 (RC2)

2018-10-22 Thread Mark Payne
-1 (binding)

Unfortunately I ran into a bug that I think warrants sinking this vote. I 
created a JIRA [1] for it.
It looks like a bug was introduced that can result in a processor/port/funnel 
deadlocking when
attempting to pull from a Connection or put to a Connection.

Thanks
-Mark

[1] https://issues.apache.org/jira/browse/NIFI-5736


On Oct 20, 2018, at 11:11 PM, Jeff 
mailto:jsto...@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-1134

The Git tag is nifi-1.8.0-RC2
The Git commit ID is 19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435

Checksums of nifi-1.8.0-source-release.zip:
SHA256: 72dc2934f70f41e0c62e0aeb2bdc48e9feaa743dc06319cbed42da04bdc0f827
SHA512:
012194f79d4bd5060032588e29f5e9c4240aa5e4758946a6cbcc89c0a1499de9db0c46d3f76e5ee694f0f9345c5f1bee3f3e315ef6fcc1194447958cb3f8b003

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 96 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: Need help with Controller Service implementation

2018-10-22 Thread Bryan Bende
Usually this is due to a missing NAR dependency somewhere,
double-check the dependencies between the processors NAR and service
API NAR, and between the service impl NAR and service API NAR.

https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions#MavenProjectsforExtensions-LinkingProcessorsandControllerServices
On Mon, Oct 22, 2018 at 6:01 AM Mike Thomsen  wrote:
>
> What Matt said. META-INF.services might be how the IDE shows it (it does
> that for docs in IntelliJ), but it is really META-INF/services on the disk.
>
> On Sun, Oct 21, 2018 at 2:16 PM Matt Burgess  wrote:
>
> > I’m not at my computer but I think your ControllerService file (for
> > ServiceLoader) might need to be in META-INF/services instead of
> > META-INF.services?
> >
> > Sent from my iPhone
> >
> > > On Oct 21, 2018, at 1:56 PM, Sivaprasanna 
> > wrote:
> > >
> > > Team,
> > >
> > > I'm working on a controller service implementation (NIFI-5621) and I
> > have added new PropertyDescriptor to all the processors that would use this
> > CS. This is the first time I'm writing a CS implementation so I went
> > through the dev guide and implementation of other CS's across the NiFi
> > project. The problem is, when I built the bundle and when I try to
> > configure a processor with this new controller service, I'm getting "No
> > controller service types found that are applicable for this property." I
> > have attached the picture for reference. My code changes can be found at
> > 7a31e122
> > >
> > > I know I'm missing something but where I'm missing, is something I don't
> > know. Any help would be appreciated.
> > >
> > > -
> > > Sivaprasanna
> >


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

2018-10-22 Thread Mike Thomsen
+1 binding

- Build passed
- Checksums passed
- Ran MongoDB client service/regression test without incident.
- Stood up a basic dockerized cluster without any trouble.

Thanks for RM'ing, Jeff.

On Mon, Oct 22, 2018 at 7:24 AM Sivaprasanna 
wrote:

> +1 (non-binding)
>
> - Build passed
> - Verified checksum
> - Ran simple flows and everything seems to be stable
>
> Thanks for RM'ing, Jeff. +1
>
> -
> Sivaprasanna
>
> On Mon, Oct 22, 2018 at 12:54 PM Koji Kawamura 
> wrote:
>
> > +1 (binding).
> >
> > Build passed, confirmed few existing flows with a secure cluster.
> > On Mon, Oct 22, 2018 at 12:01 PM James Wing  wrote:
> > >
> > > +1 (binding).  Thanks again, Jeff.
> > >
> > > On Sat, Oct 20, 2018 at 8:11 PM Jeff  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-1134
> > > >
> > > > The Git tag is nifi-1.8.0-RC2
> > > > The Git commit ID is 19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
> > > >
> > > >
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
> > > >
> > > > Checksums of nifi-1.8.0-source-release.zip:
> > > > SHA256:
> > 72dc2934f70f41e0c62e0aeb2bdc48e9feaa743dc06319cbed42da04bdc0f827
> > > > SHA512:
> > > >
> > > >
> >
> 012194f79d4bd5060032588e29f5e9c4240aa5e4758946a6cbcc89c0a1499de9db0c46d3f76e5ee694f0f9345c5f1bee3f3e315ef6fcc1194447958cb3f8b003
> > > >
> > > > 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 96 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: [VOTE] Release Apache NiFi 1.8.0 (RC2)

2018-10-22 Thread Sivaprasanna
+1 (non-binding)

- Build passed
- Verified checksum
- Ran simple flows and everything seems to be stable

Thanks for RM'ing, Jeff. +1

-
Sivaprasanna

On Mon, Oct 22, 2018 at 12:54 PM Koji Kawamura 
wrote:

> +1 (binding).
>
> Build passed, confirmed few existing flows with a secure cluster.
> On Mon, Oct 22, 2018 at 12:01 PM James Wing  wrote:
> >
> > +1 (binding).  Thanks again, Jeff.
> >
> > On Sat, Oct 20, 2018 at 8:11 PM Jeff  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-1134
> > >
> > > The Git tag is nifi-1.8.0-RC2
> > > The Git commit ID is 19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
> > >
> > >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
> > >
> > > Checksums of nifi-1.8.0-source-release.zip:
> > > SHA256:
> 72dc2934f70f41e0c62e0aeb2bdc48e9feaa743dc06319cbed42da04bdc0f827
> > > SHA512:
> > >
> > >
> 012194f79d4bd5060032588e29f5e9c4240aa5e4758946a6cbcc89c0a1499de9db0c46d3f76e5ee694f0f9345c5f1bee3f3e315ef6fcc1194447958cb3f8b003
> > >
> > > 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 96 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: Need help with Controller Service implementation

2018-10-22 Thread Mike Thomsen
What Matt said. META-INF.services might be how the IDE shows it (it does
that for docs in IntelliJ), but it is really META-INF/services on the disk.

On Sun, Oct 21, 2018 at 2:16 PM Matt Burgess  wrote:

> I’m not at my computer but I think your ControllerService file (for
> ServiceLoader) might need to be in META-INF/services instead of
> META-INF.services?
>
> Sent from my iPhone
>
> > On Oct 21, 2018, at 1:56 PM, Sivaprasanna 
> wrote:
> >
> > Team,
> >
> > I'm working on a controller service implementation (NIFI-5621) and I
> have added new PropertyDescriptor to all the processors that would use this
> CS. This is the first time I'm writing a CS implementation so I went
> through the dev guide and implementation of other CS's across the NiFi
> project. The problem is, when I built the bundle and when I try to
> configure a processor with this new controller service, I'm getting "No
> controller service types found that are applicable for this property." I
> have attached the picture for reference. My code changes can be found at
> 7a31e122
> >
> > I know I'm missing something but where I'm missing, is something I don't
> know. Any help would be appreciated.
> >
> > -
> > Sivaprasanna
>


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

2018-10-22 Thread Koji Kawamura
+1 (binding).

Build passed, confirmed few existing flows with a secure cluster.
On Mon, Oct 22, 2018 at 12:01 PM James Wing  wrote:
>
> +1 (binding).  Thanks again, Jeff.
>
> On Sat, Oct 20, 2018 at 8:11 PM Jeff  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-1134
> >
> > The Git tag is nifi-1.8.0-RC2
> > The Git commit ID is 19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
> >
> > https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=19bdd375c32c97e2b7dfd41e5ffe65f5e1eb2435
> >
> > Checksums of nifi-1.8.0-source-release.zip:
> > SHA256: 72dc2934f70f41e0c62e0aeb2bdc48e9feaa743dc06319cbed42da04bdc0f827
> > SHA512:
> >
> > 012194f79d4bd5060032588e29f5e9c4240aa5e4758946a6cbcc89c0a1499de9db0c46d3f76e5ee694f0f9345c5f1bee3f3e315ef6fcc1194447958cb3f8b003
> >
> > 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 96 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...
> >