Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-15989

Synchronized at CompositeService#removeService is not required

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.3
    • 3.3.0
    • common
    • None

    Description

      Synchronization at CompositeService#removeService method level is not required.

      protected synchronized boolean removeService(Service service) {
      synchronized (serviceList) {
      return serviceList.remove(service);
      }
      }
      

      Attachments

        1. 0001-HADOOP-15989.patch
          1 kB
          Prabhu Joseph
        2. 0002-HADOOP-15989.patch
          1 kB
          Prabhu Joseph

        Activity

          People

            prabhujoseph Prabhu Joseph
            prabhujoseph Prabhu Joseph
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: