You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Wall (JIRA)" <ji...@apache.org> on 2017/02/02 14:57:51 UTC

[jira] [Commented] (ACCUMULO-4574) Modify TableOperations online to check for table online before executing fate operation.

    [ https://issues.apache.org/jira/browse/ACCUMULO-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850013#comment-15850013 ] 

Michael Wall commented on ACCUMULO-4574:
----------------------------------------

[~etcoleman] https://github.com/apache/accumulo/pull/209 has been merged.  

> Modify TableOperations online to check for table online before executing fate operation.
> ----------------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-4574
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4574
>             Project: Accumulo
>          Issue Type: Improvement
>    Affects Versions: 1.7.2
>            Reporter: Ed Coleman
>            Assignee: Ed Coleman
>            Priority: Minor
>             Fix For: 1.7.3, 1.8.1, 2.0.0
>
>   Original Estimate: 24h
>          Time Spent: 3h 50m
>  Remaining Estimate: 20h 10m
>
> The table operations online operation executes as a fate operation. If a transaction lock for the table is currently held (say by table compactions) the online operation will block.
> This modification essentially changes the behavior of the online operation to a NOOP if the table is currently online. If the current table state is online, then the operation returns immediately without queuing a fate operation to set the online table to online. This eliminates the blocking behavior of the operation if the table is already online.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)