[
https://issues.apache.org/jira/browse/CURATOR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995391#comment-14995391
]
ASF GitHub Bot commented on CURATOR-278:
----------------------------------------
GitHub user granthenke opened a pull request:
https://github.com/apache/curator/pull/118
CURATOR-278: In transactions compressed option does not work with som…
…e fluent api combinations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/curator CURATOR-278
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/118.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 #118
----
commit c1e2a308d891cba4251adcb18a91d074077979b9
Author: Grant Henke <[email protected]>
Date: 2015-11-07T19:39:54Z
CURATOR-278: In transactions compressed option does not work with some
fluent api combinations
----
> 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
>
> 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)