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/01/11 19:50:40 UTC

[jira] [Commented] (CURATOR-278) In transactions compressed option does not work with some fluent api combinations

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

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

Github user granthenke commented on the pull request:

    https://github.com/apache/curator/pull/118#issuecomment-170650573
  
    @Randgalt @madrob @cammckenzie Is there something you guys need from me?


> In transactions compressed option does not work with some fluent api combinations
> ---------------------------------------------------------------------------------
>
>                 Key: CURATOR-278
>                 URL: https://issues.apache.org/jira/browse/CURATOR-278
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 2.9.1
>            Reporter: Grant Henke
>            Assignee: Mike Drob
>
> I can't find a way to use compression with the following options in transactions. These do not compile:
> - _transaction.setData().compressed().withVersion(1).forPath("/path")_
> -  _transaction.create().compressed().withMode(CreateMode.PERSISTENT).forPath("path")_  
> - _transaction.create().compressed().withMode(CreateMode.PERSISTENT).withACL(ZooDefs.Ids.OPEN_ACL_UNSAFE).forPath("path")_



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