Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-12

Investigate communication improvements

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.1.0
    • bsp
    • None

    Description

      Currently every worker will start up a thread to communicate with every other workers. Hadoop RPC is used for communication. For instance if there are 400 workers, each worker will create 400 threads. This ends up using a lot of memory, even with the option

      -Dmapred.child.java.opts="-Xss64k".

      It would be good to investigate using frameworks like Netty or custom roll our own to improve this situation. By moving away from Hadoop RPC, we would also make compatibility of different Hadoop versions easier.

      Attachments

        1. GIRAPH-12_1.patch
          25 kB
          Hyunsik Choi
        2. GIRAPH-12_2.patch
          28 kB
          Hyunsik Choi
        3. GIRAPH-12_3.patch
          30 kB
          Hyunsik Choi

        Issue Links

          Activity

            People

              hyunsik.choi Hyunsik Choi
              aching Avery Ching
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: