You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/02 20:43:18 UTC

[jira] [Commented] (CURATOR-305) Curator Transaction APIs lose error codes

    [ https://issues.apache.org/jira/browse/CURATOR-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176326#comment-15176326 ] 

ASF GitHub Bot commented on CURATOR-305:
----------------------------------------

GitHub user Randgalt opened a pull request:

    https://github.com/apache/curator/pull/138

    [CURATOR-305] Async multi calls not returning error code

    CuratorTransactionImpl.makeCuratorResult() needs to check for ErrorResult and return it in CuratorTransactionResult (new field probably needed).

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

    $ git pull https://github.com/apache/curator CURATOR-305

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

    https://github.com/apache/curator/pull/138.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 #138
    
----
commit 5b1a7eaa72536cc6d489c3f9eab29fa568a86db6
Author: randgalt <ra...@apache.org>
Date:   2016-02-10T20:03:35Z

    [maven-release-plugin] prepare release apache-curator-3.1.0

commit a5bab5f49751a9a2e1096310cd86491e82ad91a9
Author: randgalt <ra...@apache.org>
Date:   2016-02-10T20:03:48Z

    [maven-release-plugin] prepare for next development iteration

commit 50550eecf0ad6cc677f92abd48f1de5c8875e689
Author: randgalt <ra...@apache.org>
Date:   2016-03-02T19:35:01Z

    Removed firstTime - I have no idea what it was supposed to do

commit 8ef32cc275f94a10576fc1a963d9f8db50ad382f
Author: randgalt <ra...@apache.org>
Date:   2016-03-02T19:41:31Z

    Expand CuratorTransactionResult to hold an error and include it in background multi calls

----


> Curator Transaction APIs lose error codes
> -----------------------------------------
>
>                 Key: CURATOR-305
>                 URL: https://issues.apache.org/jira/browse/CURATOR-305
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 3.1.0
>            Reporter: Jordan Zimmerman
>            Assignee: Jordan Zimmerman
>             Fix For: 3.1.1
>
>
> CuratorTransactionImpl.makeCuratorResult() needs to check for ErrorResult and return it in CuratorTransactionResult (new field probably needed).



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