[
https://issues.apache.org/jira/browse/NIFI-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702407#comment-14702407
]
Aldrin Piri commented on NIFI-744:
----------------------------------
Patch does not apply against the latest master commit.
{code}
± % git fetch upstream
± % git merge upstream/master
Already up-to-date.
± % git apply
~/Downloads/0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch
/Users/apiri/Downloads/0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch:351:
trailing whitespace.
/*
/Users/apiri/Downloads/0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch:352:
trailing whitespace.
* Licensed to the Apache Software Foundation (ASF) under one or more
/Users/apiri/Downloads/0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch:353:
trailing whitespace.
* contributor license agreements. See the NOTICE file distributed with
/Users/apiri/Downloads/0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch:354:
trailing whitespace.
* this work for additional information regarding copyright ownership.
/Users/apiri/Downloads/0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch:355:
trailing whitespace.
* The ASF licenses this file to You under the Apache License, Version 2.0
error: patch failed:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardProcessSession.java:92
error:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardProcessSession.java:
patch does not apply
{code}
> Allow FileSystemRepository to write to the same file for multiple
> (non-parallel) sessions
> -----------------------------------------------------------------------------------------
>
> Key: NIFI-744
> URL: https://issues.apache.org/jira/browse/NIFI-744
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 0.3.0
>
> Attachments:
> 0001-NIFI-744-Refactored-ContentClaim-into-ContentClaim-a.patch
>
>
> Currently, when a ProcessSession is committed, the Content Claim that was
> being written to is now "finished" and will never be written to again.
> When a flow has processors that generate many, many FlowFiles, each in their
> own session, this means that we have many, many files on disk on the Content
> Repository, as well. Generally, this hasn't been a problem to write to these
> files. However, when the files are to be archived or destroyed, this is very
> taxing and can cause erratic performance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)