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

Josh Elser updated ACCUMULO-2871:
---------------------------------

    Affects Version/s:     (was: 1.6.1)
                       1.6.0

> Inconsistent synchronization on currentLogs in Tablet
> -----------------------------------------------------
>
>                 Key: ACCUMULO-2871
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2871
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>            Reporter: Ted Yu
>            Priority: Minor
>             Fix For: 1.6.1, 1.7.0
>
>
> 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)

Reply via email to