You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Roman Leventov (Jira)" <ji...@apache.org> on 2020/01/02 10:05:00 UTC

[jira] [Updated] (HBASE-23630) synchronizedList-related defects

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

Roman Leventov updated HBASE-23630:
-----------------------------------
    Summary: synchronizedList-related defects  (was: synchronizedXxx-related defects)

> synchronizedList-related defects
> --------------------------------
>
>                 Key: HBASE-23630
>                 URL: https://issues.apache.org/jira/browse/HBASE-23630
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Roman Leventov
>            Priority: Minor
>
> 1. org.apache.hadoop.hbase.rest.client.Cluster: {{nodes}} could be iterated in {{toString()}} in parallel with modification. The body of the {{toString()}} method should be wrapped with {{synchronized(nodes) {}}}.
> 2. org.apache.hadoop.hbase.util.HBaseFsck: {{orphanHdfsDirs}} could be iterated in {{adoptHdfsOrphans()}} in parallel with modification. The body of the {{adoptHdfOrphans()}} should be wrapped with {{synchronized (orphanHdfsDirs) {}}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)