[
https://issues.apache.org/jira/browse/NIFI-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15094993#comment-15094993
]
ASF GitHub Bot commented on NIFI-1384:
--------------------------------------
GitHub user olegz opened a pull request:
https://github.com/apache/nifi/pull/171
NIFI-1384 Changed DocumentWriter to accept Class of ConfigurableCompo…
…nent
NIFI-1384
removed dynamic elements writers routines
fixed tests
polishing
NIFI-1384 polishing
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/olegz/nifi NIFI-1384
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/171.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 #171
----
commit 8e53c6966c2d7d5e1b2346620fa751844815a80e
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-01-12T19:50:10Z
NIFI-1384 Changed DocumentWriter to accept Class of ConfigurableComponent
NIFI-1384
removed dynamic elements writers routines
fixed tests
polishing
NIFI-1384 polishing
----
> Documentation should not require instance of a component since all
> information available at the class level (static constants, annotation etc)
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-1384
> URL: https://issues.apache.org/jira/browse/NIFI-1384
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Fix For: 0.5.0
>
>
> An instance of every component in the process space is created regardless if
> such component is going to be used or its documentation is going to be
> accessed. This causes heap pollution which could lead to performance issues
> as NiFi process space increases with new Processors, ControllerServices etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)