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 2014/06/07 19:27:01 UTC

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

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

Christopher Tubbs commented on ACCUMULO-2871:
---------------------------------------------

This issue needs an affectedVersion.

> Inconsistent synchronization on currentLogs in Tablet
> -----------------------------------------------------
>
>                 Key: ACCUMULO-2871
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2871
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> 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.2#6252)