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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15471938#comment-15471938 ] 

ASF GitHub Bot commented on MINIFI-104:
---------------------------------------

GitHub user brosander opened a pull request:

    https://github.com/apache/nifi-minifi/pull/32

    MINIFI-104 - Making connection ids filesystem friendly, unique

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brosander/nifi-minifi MINIFI-104

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi/pull/32.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 #32
    
----
commit 1143b336df143c28051c558e68f20dd50d824d00
Author: Bryan Rosander <br...@gmail.com>
Date:   2016-09-07T21:36:32Z

    MINIFI-104 - Making connection ids filesystem friendly, unique

----


> 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)