Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20EFC101C3 for ; Thu, 24 Oct 2013 20:02:41 +0000 (UTC) Received: (qmail 29719 invoked by uid 500); 24 Oct 2013 20:02:07 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 29519 invoked by uid 500); 24 Oct 2013 20:02:04 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 29391 invoked by uid 99); 24 Oct 2013 20:02:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 20:02:03 +0000 Date: Thu, 24 Oct 2013 20:02:03 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1768) Add synchronous on/offline to proxy 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/ACCUMULO-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804619#comment-13804619 ] ASF subversion and git services commented on ACCUMULO-1768: ----------------------------------------------------------- Commit a5cf860948a2c6cd36a5a2c94b6cd9d22a6b40c4 in branch refs/heads/master from [~keith_turner] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=a5cf860 ] ACCUMULO-1768 added synchronous offline and online table to proxy > Add synchronous on/offline to proxy > ----------------------------------- > > Key: ACCUMULO-1768 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1768 > Project: Accumulo > Issue Type: Sub-task > Components: shell > Reporter: Keith Turner > Fix For: 1.5.1, 1.6.0 > > > Need to expose new synchronous calls for online and offlining tables in proxy. I was thinking of two options for this > # Add parameter to existing offlineTable() and onlineTable() methods > # Add new method offlineTableAndWait() to proxy > Option #1 will break clients that used the 1.5 IDL and switch to the 1.6 IDL. > Option #2 will not break clients that switch from the 1.5 to 1.6 IDL, but it will clutter the proxy API. > I was discussing this w/ [~ctubbsii] and he suggested going w/ option 1 because user can continue to use the 1.5 IDL to access a 1.6 proxy server. The 1.6 server can use thrift mechanisms to handle the fact that 1.5 IDL does not pass the extra parameter, defaulting to not waiting/async. -- This message was sent by Atlassian JIRA (v6.1#6144)