[
https://issues.apache.org/jira/browse/NIFI-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372322#comment-14372322
]
ASF subversion and git services commented on NIFI-443:
------------------------------------------------------
Commit 3410197b7d88444de5c6f74622d67a1b0cc39e6a in incubator-nifi's branch
refs/heads/NIFI-353 from [~mcgilman]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=3410197 ]
Squashed commit of the following:
commit e88ed13d8d7221f5a91588f553d039d3917494be
Merge: 93b361e 3f36236
Author: Mark Payne <[email protected]>
Date: Fri Mar 20 09:11:39 2015 -0400
Merge branch 'inputstream-callback-protection' of
https://github.com/rowolabi/incubator-nifi into develop
commit 93b361e69bd046d6b2e0f561d8b2231a4505b6a9
Merge: c9eb237 a6740a6
Author: Mark Payne <[email protected]>
Date: Thu Mar 19 11:49:11 2015 -0400
Merge branch 'develop' of
http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
commit c9eb237895a94a27fc6f760b82b16ac3e2cdab95
Author: Mark Payne <[email protected]>
Date: Thu Mar 19 11:40:01 2015 -0400
NIFI-443: Removed stopFunnel from ProcessGroup because we don't want to
allow it
commit 8b911c5aab2a4b8283510a3423e3c8962a533b96
Author: Mark Payne <[email protected]>
Date: Thu Mar 19 11:04:46 2015 -0400
NIFI-443: Always start funnels when added to process group, even when
autoResumeState is false
commit a6740a6e2c87f4c994d305db55c0777dc4f99976
Author: joewitt <[email protected]>
Date: Thu Mar 19 01:21:32 2015 -0400
NIFI-399 addressed items in the ticket
commit ad18853b589d80331e2f4574bce35d79bce09c28
Author: joewitt <[email protected]>
Date: Wed Mar 18 10:59:13 2015 -0400
NIFI-399 initial port
commit 3f3623647367421cd8eb318668144aca1afb9bf4
Author: Bobby Owolabi <[email protected]>
Date: Thu Mar 19 01:43:17 2015 -0400
NIFI-396 reverting accidentially modified whitespace in
TestStandardProcessSession
commit cd183be4410bdc88de7d3a0026452ab62eb10621
Author: Bobby Owolabi <[email protected]>
Date: Thu Mar 19 01:18:22 2015 -0400
NIFI-396 updated the javadocs of ProcessSession to reflect that a
FlowFileAccessExcpetion will be thrown if an Input/Output Stream is attempted
to be accessed after the callback is executed.
commit e2760f8c980583d285137134e05c435c930fb4d2
Author: Bobby Owolabi <[email protected]>
Date: Thu Mar 19 00:54:24 2015 -0400
NIFI-396 added a DisableOnCloseInputStream class; modified
StandardProcessSession to prevent access of the Input/OutputStreams after
callbacks have been executed; updated tests
commit 7272d0df58c23d099809bf96993b55d73c617476
Author: Bobby Owolabi <[email protected]>
Date: Wed Mar 18 23:30:57 2015 -0400
NIFI-396 created tests to demonstrate the situations where the
ProcessSession throws an Exception and where it doesn't after it returns from
the callback
commit eb5ec703ba0d5c188822a37f6d7eed14af56a594
Author: Oscar de la Pena <[email protected]>
Date: Thu Mar 19 10:10:09 2015 +0800
Fixes incorrect messages count in Provenance reporter. Adds Unit test to
verify fix
> Funnels can become permanently stopped.
> ---------------------------------------
>
> Key: NIFI-443
> URL: https://issues.apache.org/jira/browse/NIFI-443
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.0.1
> Reporter: Matthew Clarke
> Priority: Critical
> Fix For: 0.1.0
>
> Attachments:
> 0001-NIFI-443-Always-start-funnels-when-added-to-process-.patch,
> 0002-NIFI-443-Removed-stopFunnel-from-ProcessGroup-becaus.patch
>
>
> Funnels can become permanently stopped if they are loaded from a template or
> if NiFi is ever restarted with nifi.flowcontroller.autoResumeState= is set to
> false.
> The only way to get data flowing again is to replace the permanently stopped
> funnels with new funnels. There is no way to select a funnel and hit play
> (ineligible component).
> Templates that contain funnels are not usable without being manually fixed
> after addition to the graph.
> If a NiFi instance is ever restarted with auto resume state set to false,
> every funnel on the graph will need to be replaced.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)