[jira] [Commented] (NIFI-11) UpdateAttribute should penalize & roll back FlowFiles for which Expression Language fails to evaluate

2017-07-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094229#comment-16094229 ] ASF subversion and git services commented on NIFI-11: - Commit

[jira] [Commented] (NIFI-4188) Create RethinkDB get processor

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094157#comment-16094157 ] ASF GitHub Bot commented on NIFI-4188: -- Github user mans2singh commented on the issue:

[GitHub] nifi issue #2012: NIFI-4188 - Nifi RethinkDB Get processor

2017-07-19 Thread mans2singh
Github user mans2singh commented on the issue: https://github.com/apache/nifi/pull/2012 Thanks @jvwing for your advice and guidance. Mans --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[jira] [Resolved] (NIFI-4188) Create RethinkDB get processor

2017-07-19 Thread James Wing (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Wing resolved NIFI-4188. -- Resolution: Fixed > Create RethinkDB get processor > -- > >

[jira] [Commented] (NIFI-4188) Create RethinkDB get processor

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094150#comment-16094150 ] ASF GitHub Bot commented on NIFI-4188: -- Github user asfgit closed the pull request at:

[jira] [Commented] (NIFI-4188) Create RethinkDB get processor

2017-07-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094149#comment-16094149 ] ASF subversion and git services commented on NIFI-4188: --- Commit

[GitHub] nifi pull request #2012: NIFI-4188 - Nifi RethinkDB Get processor

2017-07-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2012 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-4188) Create RethinkDB get processor

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094148#comment-16094148 ] ASF GitHub Bot commented on NIFI-4188: -- Github user jvwing commented on the issue:

[GitHub] nifi issue #2012: NIFI-4188 - Nifi RethinkDB Get processor

2017-07-19 Thread jvwing
Github user jvwing commented on the issue: https://github.com/apache/nifi/pull/2012 Thanks for those updates, @mans2singh, everything looks good. I'll merge shortly. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (NIFI-4184) I needed to put some attributes on REMOTE_GROUP and REMOTE_OWNER in the PutHDFS Processor

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094103#comment-16094103 ] ASF GitHub Bot commented on NIFI-4184: -- Github user ijokarumawak commented on the issue:

[GitHub] nifi issue #2007: NIFI-4184: PutHDFS Processor Expression language TRUE on R...

2017-07-19 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2007 @panelladavide I don't know any reason for not supporting EL with REMOTE_OWNER/GROUP. I think applying EL at incoming FlowFile level is safe, and wouldn't break anything because it just sets

[jira] [Commented] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093997#comment-16093997 ] ASF GitHub Bot commented on NIFI-4205: -- Github user ijokarumawak commented on the issue:

[GitHub] nifi issue #2021: NIFI-4205: Avoid duplicated data from TailFile

2017-07-19 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2021 Thanks @pvillard31 for your comment. I agree with that, the situation having the same content after rollover occurred should be a very strange edge case, as files being tailed usually timestamps

[GitHub] nifi-minifi-cpp issue #110: MINIFI-249: Update prov repo to better abstract ...

2017-07-19 Thread benqiu2016
Github user benqiu2016 commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/110 @phrocker looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] nifi issue #2020: [NiFi-3973] Add PutKudu Processor for ingesting data to Ku...

2017-07-19 Thread cammachusa
Github user cammachusa commented on the issue: https://github.com/apache/nifi/pull/2020 @joewitt , my apologize again. I'm still new to the process, so mess it up a bit. I did some manual test with 2 diff Kudu env, and with CSV file as a source. Just in case, you or other reviewers

[GitHub] nifi issue #2020: [NiFi-3973] Add PutKudu Processor for ingesting data to Ku...

2017-07-19 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2020 will have to take more of a look. As a general practice to help reviewers it is probably best during the review/feedback phase to just add new commits rather than force commit on top of it. This

[GitHub] nifi issue #2020: [NiFi-3973] Add PutKudu Processor for ingesting data to Ku...

2017-07-19 Thread cammachusa
Github user cammachusa commented on the issue: https://github.com/apache/nifi/pull/2020 @joewitt , thanks for the goods points. I looked at PutCassandra, PutHBase, PutKite, to build this PutKudu, and so forget to move those objects to onTrigger when following your suggestion,

[GitHub] nifi-minifi-cpp issue #119: MINIFI-70: enhance site2site port negotiation

2017-07-19 Thread benqiu2016
Github user benqiu2016 commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/119 @phrocker it is passed now after i retrigger the same. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[jira] [Commented] (NIFI-4149) Indicate if EL is evaluated against FFs or not

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093442#comment-16093442 ] Pierre Villard commented on NIFI-4149: -- The only problematic situation I can think of is when a

[jira] [Commented] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093414#comment-16093414 ] Pierre Villard commented on NIFI-4200: -- bq. Why would that processor not be running already? Can you

[GitHub] nifi pull request #1874: NiFi 3973 - Create a new Kudu Processor to ingest d...

2017-07-19 Thread cammachusa
Github user cammachusa closed the pull request at: https://github.com/apache/nifi/pull/1874 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi-minifi-cpp issue #119: MINIFI-70: enhance site2site port negotiation

2017-07-19 Thread kevdoran
Github user kevdoran commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/119 FWIW the tests pass on my Mac as well: MacOS 10.12.5, AppleClang 8.1.0.8020042 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Updated] (NIFI-11) UpdateAttribute should penalize & roll back FlowFiles for which Expression Language fails to evaluate

2017-07-19 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-11: Resolution: Fixed Fix Version/s: 1.4.0 Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-11) UpdateAttribute should penalize & roll back FlowFiles for which Expression Language fails to evaluate

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093309#comment-16093309 ] ASF GitHub Bot commented on NIFI-11: Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-11) UpdateAttribute should penalize & roll back FlowFiles for which Expression Language fails to evaluate

2017-07-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093308#comment-16093308 ] ASF subversion and git services commented on NIFI-11: - Commit

[jira] [Commented] (NIFI-11) UpdateAttribute should penalize & roll back FlowFiles for which Expression Language fails to evaluate

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093310#comment-16093310 ] ASF GitHub Bot commented on NIFI-11: Github user asfgit closed the pull request at:

[GitHub] nifi pull request #1644: NIFI-11 - Capture StringIndexOutOfBoundsException t...

2017-07-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1644 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi issue #1644: NIFI-11 - Capture StringIndexOutOfBoundsException to preve...

2017-07-19 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/1644 Thanks @trixpan! This has been merged to master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[jira] [Updated] (NIFI-4206) Include proxy instructions in admin guide

2017-07-19 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-4206: -- Fix Version/s: 1.4.0 Status: Patch Available (was: Open) > Include proxy instructions in

[jira] [Commented] (NIFI-4206) Include proxy instructions in admin guide

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093284#comment-16093284 ] ASF GitHub Bot commented on NIFI-4206: -- GitHub user mcgilman opened a pull request:

[GitHub] nifi pull request #2023: NIFI-4206: Proxy instructions in Admin Guide

2017-07-19 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2023 NIFI-4206: Proxy instructions in Admin Guide NIFI-4206: - Updating admin guide to include instructions for running NiFi behind a proxy. You can merge this pull request into a Git repository

[GitHub] nifi-minifi-cpp issue #119: MINIFI-70: enhance site2site port negotiation

2017-07-19 Thread benqiu2016
Github user benqiu2016 commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/119 @phrocker it is run OK in my MAC. run OK in Xcode 7.3 and fail in 8.3 in travis. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Commented] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093265#comment-16093265 ] Joseph Witt commented on NIFI-4200: --- * start a workflow based on another workflow For this we have

[jira] [Commented] (NIFI-4196) *S3 processors do not expose Proxy Authentication settings

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093251#comment-16093251 ] ASF GitHub Bot commented on NIFI-4196: -- Github user pvillard31 commented on the issue:

[GitHub] nifi issue #2016: NIFI-4196 - Expose AWS proxy authentication settings

2017-07-19 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2016 Thanks @trixpan, what about my comment on ``displayName``? I know this is kind of cosmetic but when using proper ``name``, it makes things easier when moving templates from one environment to

[jira] [Commented] (NIFI-4175) Add Proxy Properties to SFTP Processors

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093246#comment-16093246 ] ASF GitHub Bot commented on NIFI-4175: -- Github user pvillard31 commented on a diff in the pull

[GitHub] nifi pull request #2018: NIFI-4175 - Add HTTP proxy support to *SFTP process...

2017-07-19 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2018#discussion_r128277226 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/SFTPTransfer.java --- @@

[jira] [Commented] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread Joseph Gresock (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093234#comment-16093234 ] Joseph Gresock commented on NIFI-4200: -- I really like this idea! > Consider a ControlNiFi processor >

[jira] [Updated] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4200: - Status: Patch Available (was: Open) > Consider a ControlNiFi processor >

[jira] [Commented] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093228#comment-16093228 ] ASF GitHub Bot commented on NIFI-4200: -- GitHub user pvillard31 opened a pull request:

[GitHub] nifi pull request #2022: NIFI-4200 - Initial commit for a ControlNiFi proces...

2017-07-19 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi/pull/2022 NIFI-4200 - Initial commit for a ControlNiFi processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to

[jira] [Assigned] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard reassigned NIFI-4200: Assignee: Pierre Villard > Consider a ControlNiFi processor >

[jira] [Updated] (NIFI-4200) Consider a ControlNiFi processor

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4200: - Description: We frequently see on the mailing list the need to start/stop a processor based on

[GitHub] nifi pull request #2020: [NiFi-3973] Add PutKudu Processor for ingesting dat...

2017-07-19 Thread joewitt
Github user joewitt commented on a diff in the pull request: https://github.com/apache/nifi/pull/2020#discussion_r128263976 --- Diff: nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/AbstractKudu.java --- @@ -0,0 +1,199 @@

[GitHub] nifi pull request #2020: [NiFi-3973] Add PutKudu Processor for ingesting dat...

2017-07-19 Thread joewitt
Github user joewitt commented on a diff in the pull request: https://github.com/apache/nifi/pull/2020#discussion_r128263626 --- Diff: nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/AbstractKudu.java --- @@ -0,0 +1,199 @@

[jira] [Commented] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093091#comment-16093091 ] ASF GitHub Bot commented on NIFI-4205: -- Github user pvillard31 commented on the issue:

[GitHub] nifi issue #2021: NIFI-4205: Avoid duplicated data from TailFile

2017-07-19 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2021 Hi @ijokarumawak. I'm really not sure but I think that 'if' statement was in case the file is rolling over and the new file has exactly the same content as the one rolled over. In that case (I

[jira] [Commented] (NIFI-3376) Implement content repository ResourceClaim compaction

2017-07-19 Thread Michael Hogue (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093086#comment-16093086 ] Michael Hogue commented on NIFI-3376: - [~mosermw] : I've opened a PR for NIFI-3736 and NIFI-1603

[GitHub] nifi-minifi-cpp issue #119: MINIFI-70: enhance site2site port negotiation

2017-07-19 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/119 Hi Bin I think this is ready to merge; however, I saw a test failure in Travis. Any idea what caused this? --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093062#comment-16093062 ] ASF GitHub Bot commented on NIFI-4205: -- Github user ijokarumawak commented on the issue:

[GitHub] nifi issue #2021: NIFI-4205: Avoid duplicated data from TailFile

2017-07-19 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2021 Hi @pvillard31 as you originally worked on improving TailFile especially the if statement, I'd like you to take a look if possible. By removing the condition, is there any specific case that may

[jira] [Updated] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4205: Status: Patch Available (was: Open) > TailFile can produce duplicated data when it wrongly assumes

[jira] [Assigned] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura reassigned NIFI-4205: --- Assignee: Koji Kawamura > TailFile can produce duplicated data when it wrongly assumes a file

[jira] [Commented] (NIFI-4188) Create RethinkDB get processor

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093057#comment-16093057 ] ASF GitHub Bot commented on NIFI-4188: -- Github user mans2singh commented on the issue:

[jira] [Commented] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093056#comment-16093056 ] ASF GitHub Bot commented on NIFI-4205: -- GitHub user ijokarumawak opened a pull request:

[GitHub] nifi issue #2012: NIFI-4188 - Nifi RethinkDB Get processor

2017-07-19 Thread mans2singh
Github user mans2singh commented on the issue: https://github.com/apache/nifi/pull/2012 Hi @jvwing - Thanks for your review. I've updated the code based on your review (changed logging level for not_found to debug and id check to empty + updates to error message and

[GitHub] nifi pull request #2021: NIFI-4205: Avoid duplicated data from TailFile

2017-07-19 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/2021 NIFI-4205: Avoid duplicated data from TailFile Before this fix, it is possible that TailFile to produce duplicated data if an already tailed file has newer timestamp and fewer or the same

[jira] [Created] (NIFI-4206) Include proxy instructions in admin guide

2017-07-19 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-4206: - Summary: Include proxy instructions in admin guide Key: NIFI-4206 URL: https://issues.apache.org/jira/browse/NIFI-4206 Project: Apache NiFi Issue Type: Task

[jira] [Updated] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4205: Description: TailFile checks whether a file being tailed is rotated by following lines of code, and

[jira] [Updated] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4205: Description: TailFile checks whether a file being tailed is rotated by following lines of code, and

[jira] [Created] (NIFI-4205) TailFile can produce duplicated data when it wrongly assumes a file is rotated

2017-07-19 Thread Koji Kawamura (JIRA)
Koji Kawamura created NIFI-4205: --- Summary: TailFile can produce duplicated data when it wrongly assumes a file is rotated Key: NIFI-4205 URL: https://issues.apache.org/jira/browse/NIFI-4205 Project:

[jira] [Updated] (NIFI-4157) Improve PutTCP

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4157: - Resolution: Fixed Fix Version/s: 1.4.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-4157) Improve PutTCP

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092897#comment-16092897 ] ASF GitHub Bot commented on NIFI-4157: -- Github user asfgit closed the pull request at:

[jira] [Updated] (NIFI-4157) Improve PutTCP

2017-07-19 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4157: - Component/s: Extensions > Improve PutTCP > -- > > Key: NIFI-4157 >

[GitHub] nifi pull request #1989: NIFI-4157 Improvements to PutTCP

2017-07-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1989 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-4157) Improve PutTCP

2017-07-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092895#comment-16092895 ] ASF subversion and git services commented on NIFI-4157: --- Commit

[jira] [Commented] (NIFI-4157) Improve PutTCP

2017-07-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092893#comment-16092893 ] ASF GitHub Bot commented on NIFI-4157: -- Github user pvillard31 commented on the issue:

[GitHub] nifi issue #1989: NIFI-4157 Improvements to PutTCP

2017-07-19 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1989 +1, code LGTM, run few tests with/without delimiter, working as expected. Merging to master, thanks @bbende --- If your project is set up for it, you can reply to this email and have your