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 2014/11/06 19:53:36 UTC

[jira] [Resolved] (ACCUMULO-3297) FileManager semaphore acquisition may block Root and Metadata scans

     [ https://issues.apache.org/jira/browse/ACCUMULO-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton resolved ACCUMULO-3297.
-----------------------------------
    Resolution: Fixed
      Assignee: Eric Newton

> FileManager semaphore acquisition may block Root and Metadata scans
> -------------------------------------------------------------------
>
>                 Key: ACCUMULO-3297
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3297
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.6.1
>         Environment: Tserver
>            Reporter: marco polo
>            Assignee: Eric Newton
>             Fix For: 1.6.2, 1.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> FileManager.java contains a semaphore to limit the max open files when calling acquireUninterruptibly( # permits ) when opening the readers. If scans against all tables causes the number of max open permits to exceed the configured system property, scans against the metadata and root extents will block until other readers are released.
> This should be changed so that scans against the root and metadata extents proceed, despite exceeding the number of max open files. This likely means bypassing the semaphore acquisition for these tablets. 



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