You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Bryan Rosander (JIRA)" <ji...@apache.org> on 2016/09/07 21:31:20 UTC

[jira] [Updated] (MINIFI-104) MiNiFi uses connection names for the FlowFileQueue.getIdentifier()

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

Bryan Rosander updated MINIFI-104:
----------------------------------
    Description: 
This causes problems with the conversion tool and swapping.  The forward slashes we put into the filename cause the FileSystemSwapManager to try to create a directory hierarchy for the swap file instead of just a file.

One solution is to make sure it will be a legal filename and if necessary append unique numbers to it.

  was:This causes problems with the conversion tool and swapping.  The forward slashes we put into the filename cause the FileSystemSwapManager to try to create a directory hierarchy for the swap file instead of just a file.


> MiNiFi uses connection names for the FlowFileQueue.getIdentifier()
> ------------------------------------------------------------------
>
>                 Key: MINIFI-104
>                 URL: https://issues.apache.org/jira/browse/MINIFI-104
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>            Reporter: Bryan Rosander
>
> This causes problems with the conversion tool and swapping.  The forward slashes we put into the filename cause the FileSystemSwapManager to try to create a directory hierarchy for the swap file instead of just a file.
> One solution is to make sure it will be a legal filename and if necessary append unique numbers to it.



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