You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/11/07 03:59:11 UTC

[jira] [Updated] (NIFI-426) Entry of properties in nifi.properties should be as forgiving as possible

     [ https://issues.apache.org/jira/browse/NIFI-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Witt updated NIFI-426:
-----------------------------
    Fix Version/s:     (was: 0.4.0)

> Entry of properties in nifi.properties should be as forgiving as possible
> -------------------------------------------------------------------------
>
>                 Key: NIFI-426
>                 URL: https://issues.apache.org/jira/browse/NIFI-426
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Tools and Build
>            Reporter: Joseph Witt
>            Priority: Minor
>
> We should always try to reduce the amount of things in the nifi.properties. But we should also make the things in there as forgiving as possible on entry.  This property for example:
> nifi.content.repository.archive.max.usage.percentage=5%
> It should be fine to have any of the following entries:
> nifi.content.repository.archive.max.usage.percentage=5
> nifi.content.repository.archive.max.usage.percentage=5% 
> nifi.content.repository.archive.max.usage.percentage=5   %
> But right now it only accepts 
> nifi.content.repository.archive.max.usage.percentage=5%
> The fact that 'percentage' is in the name should remove the need for '%' in the value but even if percent is there because the user chooses to it should allow spaces.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)