[kepler-dev] [Bug 3443] New: - Rexpression actor, relation vs multiport and port type resolution

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Jul 9 17:24:50 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3443

           Summary: Rexpression actor, relation vs multiport and port type
                    resolution
           Product: Kepler
           Version: 1.0.0rc1
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: REAP
          Severity: normal
          Priority: P2
         Component: actors
        AssignedTo: barseghian at nceas.ucsb.edu
        ReportedBy: barseghian at nceas.ucsb.edu
         QAContact: kepler-dev at ecoinformatics.org


Sending a dataframe from an R actor to a diamond-relation and then into
multiple sinks can cause a typing error to do with the inputs ports of the
sinks on first workflow run. One of the sinks will have its input port type set
properly, but the rest will not, causing the workflow to fail. On subsequent
runs it will work, however.

Additionally, if this R actor is outputting through a port with width 1
(non-multiport), it will behave as if it's a multiport, trying to send data out
4 channels (even though only 1 exists).


More information about the Kepler-dev mailing list