[
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)