Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A450A18F69 for ; Mon, 11 Jan 2016 18:50:40 +0000 (UTC) Received: (qmail 3394 invoked by uid 500); 11 Jan 2016 18:50:40 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 3303 invoked by uid 500); 11 Jan 2016 18:50:40 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 3256 invoked by uid 99); 11 Jan 2016 18:50:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 18:50:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1E4112C1F6F for ; Mon, 11 Jan 2016 18:50:40 +0000 (UTC) Date: Mon, 11 Jan 2016 18:50:40 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-278) In transactions compressed option does not work with some fluent api combinations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)