[
https://issues.apache.org/jira/browse/NIFI-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15318454#comment-15318454
]
ASF GitHub Bot commented on NIFI-1978:
--------------------------------------
GitHub user ijokarumawak opened a pull request:
https://github.com/apache/nifi/pull/503
NIFI-1978: Restore RPG yield duration.
The persisted configuration value was not restored properly, and it will be
reset to default value 10 sec after restarting NiFi.
I found this issue while I'm working on HTTP Site-to-Site, for master
branch, PR #497 has the same fix in it. So, this PR is only meant for 0.x
branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijokarumawak/nifi nifi-1978
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/503.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #503
----
commit 2ec54d78018e2c1925bcd693234b2d528c6ccb63
Author: Koji Kawamura <[email protected]>
Date: 2016-06-07T13:15:28Z
NIFI-1978: Restore RPG yield duration.
The persisted configuration value was not restored properly.
----
> Remote Process Group Yield duration is reset to default after restart
> ---------------------------------------------------------------------
>
> Key: NIFI-1978
> URL: https://issues.apache.org/jira/browse/NIFI-1978
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework, Core UI
> Affects Versions: 0.6.1
> Reporter: Koji Kawamura
> Assignee: Koji Kawamura
> Fix For: 0.7.0
>
>
> Configure Remote Process Group has "Yield duration" input which defaults to
> 10 sec. However, the value is not read from saved flow.xml, then back to 10
> sec after restart of NiFi.
> FlowFromDomFactory.java getRemoteProcessGroup should restore persisted
> configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)