[
https://issues.apache.org/jira/browse/NIFI-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15453078#comment-15453078
]
ASF GitHub Bot commented on NIFI-2717:
--------------------------------------
GitHub user markap14 opened a pull request:
https://github.com/apache/nifi/pull/978
NIFI-2717: Ensure that when performing site-to-site communications th…
…at we always commit the transaction on the remote side before committing
it on the local side
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/markap14/nifi NIFI-2717
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/978.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 #978
----
commit 4082edfb9575b2554498768f8accb68344351392
Author: Mark Payne <[email protected]>
Date: 2016-08-31T19:02:30Z
NIFI-2717: Ensure that when performing site-to-site communications that we
always commit the transaction on the remote side before committing it on the
local side
----
> Site-to-Site needs to ensure that the remote instance commits the transaction
> before the local instance
> -------------------------------------------------------------------------------------------------------
>
> Key: NIFI-2717
> URL: https://issues.apache.org/jira/browse/NIFI-2717
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Priority: Blocker
> Fix For: 1.1.0
>
>
> When using site-to-site, if NiFi P sends to NiFi Q, right now NiFi P commits
> the transaction before Q. As a result, if Q fails to commit the transaction,
> there can be loss of data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)