Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-3359

DFSClient.close should close cached sockets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.22.0, 2.0.0-alpha
    • 0.23.3, 2.0.2-alpha
    • hdfs-client
    • None

    Description

      Some applications like the TT/JT (pre-2.0) and probably the RM/NM cycle through DistributedFileSystem objects reasonably frequently. So long as they call close() it isn't a big problem, except that currently DFSClient.close() doesn't explicitly close the SocketCache. So unless a full GC runs (causing the references to get finalized), many SocketCaches can get orphaned, each with many open sockets inside. We should fix the close() function to close all cached sockets.

      Attachments

        1. hdfs-3359.txt
          3 kB
          Todd Lipcon
        2. hdfs-3359.txt
          3 kB
          Todd Lipcon
        3. hdfs-3359-branch-0.23.txt
          2 kB
          Robert Joseph Evans

        Issue Links

          Activity

            People

              tlipcon Todd Lipcon
              tlipcon Todd Lipcon
              Votes:
              0 Vote for this issue
              Watchers:
              16 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: