You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2019/06/22 00:07:00 UTC

[jira] [Updated] (HADOOP-15989) Synchronized at CompositeService#removeService is not required

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

Wei-Chiu Chuang updated HADOOP-15989:
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.3.0
           Status: Resolved  (was: Patch Available)

+1 pushed to trunk. Thanks [~Prabhu Joseph] and [~nandakumar131] for the review

> Synchronized at CompositeService#removeService is not required
> --------------------------------------------------------------
>
>                 Key: HADOOP-15989
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15989
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: common
>    Affects Versions: 2.7.3
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: 0001-HADOOP-15989.patch, 0002-HADOOP-15989.patch
>
>
> Synchronization at CompositeService#removeService method level is not required.
> {code}
> protected synchronized boolean removeService(Service service) {
> synchronized (serviceList) {
> return serviceList.remove(service);
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org