That should do it. It's just a problem in customValidate that didn't check the MODE parameter. So I don't think it'll matter if you set either that or the update query key since those should only be used during updates.
Thanks, Mike On Fri, Apr 6, 2018 at 10:28 AM, Matt Burgess <[email protected]> wrote: > Mike, > > Is there a workaround for this? Like setting the query key(s) for > insert even if they are ignored? Or will that cause other issues? > > Thanks, > Matt > > > On Fri, Apr 6, 2018 at 8:56 AM, Mike Thomsen <[email protected]> > wrote: > > Sorry to be the bearer of bad news, but this morning I found a bug in > > PutMongo that breaks insert mode. PR here: > > > > https://github.com/apache/nifi/pull/2609 > > > > On Fri, Apr 6, 2018 at 5:14 AM, Koji Kawamura <[email protected]> > > wrote: > > > >> +1 (binding) > >> > >> Ran through the release helper steps. > >> Confirmed example flows including Atlas integration work with a secure > >> NiFi cluster. > >> > >> Thanks for the release efforts! > >> > >> On Fri, Apr 6, 2018 at 1:01 PM, James Wing <[email protected]> wrote: > >> > +1 (binding) - Ran through the release helper checksums and build > steps > >> > (Amazon Linux). Upgraded a working NiFi out of unbounded optimism for > >> RC3, > >> > and it's looking good. Thanks again for the release efforts! > >> > > >> > On Tue, Apr 3, 2018 at 4:49 PM, Joe Witt <[email protected]> wrote: > >> > > >> >> Hello, > >> >> > >> >> I am pleased to be calling this vote for the source release of Apache > >> >> NiFi nifi-1.6.0. > >> >> > >> >> The source zip, including signatures, digests, etc. can be found at: > >> >> https://repository.apache.org/content/repositories/ > orgapachenifi-1124 > >> >> > >> >> The Git tag is nifi-1.6.0-RC3 > >> >> The Git commit ID is f8466cb16d6723ddc3bf5f0e7f8ce8a47d27cbe5 > >> >> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h= > >> >> f8466cb16d6723ddc3bf5f0e7f8ce8a47d27cbe5 > >> >> > >> >> Checksums of nifi-1.6.0-source-release.zip: > >> >> SHA1: d1e1c24f9af809bf812982962b61d07df4f1131e > >> >> SHA256: 1e5028d594bb402aa36460f1b826d4e8a664ad6f0538deed20286cbf3c62 > >> 1fb8 > >> >> SHA512: 8cb10cbafa6feeed712dbc0cf076496d6bc014276aab71383ff3481d8ea7 > >> >> 19cf1f39766abc76c75ba58ffca747df3bd6d9bac82e410de1c78673dcd16a5ddfee > >> >> > >> >> 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 > >> >> > >> >> 162 issues were closed/resolved for this release: > >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa? > >> >> projectId=12316020&version=12342422 > >> >> > >> >> Release note highlights can be found here: > >> >> https://cwiki.apache.org/confluence/display/NIFI/ > >> >> Release+Notes#ReleaseNotes-Version1.6.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. The please vote: > >> >> > >> >> [ ] +1 Release this package as nifi-1.6.0 > >> >> [ ] +0 no opinion > >> >> [ ] -1 Do not release this package because... > >> >> > >> >
