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

fuse has major performance drop on slower machines

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • fuse-dfs
    • None

    Description

      When running fuse_dfs on machines that have different CPU characteristics, I noticed that the performance of fuse_dfs is very sensitive to the machine power.

      The command I used was simply a cat over a rather large amount of data stored on HDFS. Here are the comparative times for the different types of machines:

      Intel(R) Pentium(R) 4 CPU 2.40GHz : 2 min 40 s
      Intel(R) Pentium(R) 4 CPU 3.06GHz: 1 min 50 s
      2 x Intel(R) Pentium(R) 4 CPU 3.00GHz: 0 min 40 s
      2 x Intel(R) Xeon(TM) MP CPU 3.33GHz: 0 min 28 s
      Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz 0 min 15 s

      I tried to find other explanations for the drop in performance, such as network configuration, or data locality, but the faster machines are the ones that are "further away" from the others considering the network configuration, and that don't run datanodes.

      top shows that the CPU usage of fuse_dfs is between 80-90% on the slower machines, and about 40% on the fastest one.

      This leads me to the conclusion that fuse_dfs consumes a lot of CPU resources, much more than expected.

      Any help or insight concerning this issue will be greatly appreciated, since these difference actually result in days of computations for a given job.

      Thank you

      Attachments

        Activity

          People

            Unassigned Unassigned
            mofleury Marc-Olivier Fleury
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: