You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2015/05/28 22:58:24 UTC

[jira] [Resolved] (ACCUMULO-2871) Inconsistent synchronization on currentLogs in Tablet

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

Christopher Tubbs resolved ACCUMULO-2871.
-----------------------------------------
    Resolution: Fixed

> Inconsistent synchronization on currentLogs in Tablet
> -----------------------------------------------------
>
>                 Key: ACCUMULO-2871
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2871
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.6.0
>            Reporter: Ted Yu
>            Assignee: Christopher Tubbs
>            Priority: Minor
>             Fix For: 1.6.3
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Around line 2250:
> {code}
>   public Set<String> getCurrentLogFiles() {
>     Set<String> result = new HashSet<String>();
>     synchronized (currentLogs) {
>       for (DfsLogger log : currentLogs) {
> {code}
> However, lock on Tablet.this is held in other places where currentLogs is accessed.



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