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

Server#getHandlers() accesses handlers without synchronization

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Later
    • None
    • None
    • ipc
    • None

    Description

        Iterable<? extends Thread> getHandlers() {
          return Arrays.asList(handlers);
        }
      

      All the other methods accessing handlers are synchronized methods.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: