Uploaded image for project: 'Hama'
  1. Hama
  2. HAMA-857

Graph Combiners is wrongly implemented

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.6.3
    • 0.7.0
    • graph
    • None

    Description

      Current implementation combines the already received messages.

                if (combiner != null) {
                  M combined = combiner.combine(iterable);
                  vertex.compute(Collections.singleton(combined));
                } else {
                  vertex.compute(iterable);
                }
      

      Messages should be combined before sending to another vertex.

      Attachments

        1. combine.patch
          10 kB
          Edward J. Yoon
        2. HAMA-857_v02.patch
          12 kB
          Edward J. Yoon

        Activity

          People

            udanax Edward J. Yoon
            udanax Edward J. Yoon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: