You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2015/10/09 14:31:27 UTC

[jira] [Comment Edited] (ACCUMULO-4023) Table Ops appear to lock namespace and block other table ops

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

Eric Newton edited comment on ACCUMULO-4023 at 10/9/15 12:30 PM:
-----------------------------------------------------------------

[~vines],
  yeah, makes sense. We jumped into the code after we saw delete rows on one table blocking compactions that were running against another. When the delete op finished the compactions ran. After speaking with [~ecn], I've moved it up to critical.



was (Author: phrocker):
John,
  yeah, makes sense. We jumped into the code after we saw delete rows on one table blocking compactions that were running against another. When the delete op finished the compactions ran. After speaking with 'The Newton,' I've moved it up to critical.


> Table Ops appear to lock namespace and block other table ops
> ------------------------------------------------------------
>
>                 Key: ACCUMULO-4023
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4023
>             Project: Accumulo
>          Issue Type: Improvement
>    Affects Versions: 1.6.4
>            Reporter: marco polo
>            Priority: Critical
>             Fix For: 1.7.1
>
>
> I've noticed table repeatable operations impacting other table ops. Upon looking at the code it appears as though we reserve the name space, attempt to lock it, and then lock the table. Someone more familiar with the code can debunk me, but it appears as though we're blocking table ops on alternate tables. The same code for getting the lock is used for namespace and tables, it seems as though in most cases we only want a table lock.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)