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 016BA1772B for ; Thu, 2 Oct 2014 17:08:35 +0000 (UTC) Received: (qmail 45500 invoked by uid 500); 2 Oct 2014 17:08:34 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 45372 invoked by uid 500); 2 Oct 2014 17:08:34 -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 45125 invoked by uid 99); 2 Oct 2014 17:08:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 17:08:34 +0000 Date: Thu, 2 Oct 2014 17:08:34 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CURATOR-151) SharedValue has limited utility but can be improved MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jordan Zimmerman created CURATOR-151: ---------------------------------------- Summary: SharedValue has limited utility but can be improved Key: CURATOR-151 URL: https://issues.apache.org/jira/browse/CURATOR-151 Project: Apache Curator Issue Type: Improvement Components: Recipes Affects Versions: 2.6.0 Reporter: Jordan Zimmerman Currently, SharedValue has limited utility as the internally managed version is always used for trySetValue. A good improvement would be a) add an API to get the current value AND current version and b) add an alternate trySetValue that takes a new value AND an expected version. -- This message was sent by Atlassian JIRA (v6.3.4#6332)