[kepler-dev] [Bug 3489] - The result of last iteration of composite distributed execution doesn't display.
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Sun Sep 21 17:05:35 PDT 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3489
jianwu at sdsc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from jianwu at sdsc.edu 2008-09-21 17:05 -------
The distributed composite actor is postfired before its output is sent, so
the display actor is fired without the last token sent to it.
So I replace the content of DistributedCompositeActor.wrapup() judging
whether the execution is finished to DistributedCompositeActor.postfire(). Then
the token is certainly sent out before the DistributedCompositeActor is
postfired, the display actor can certainly get token when it is fired.
The new DistributedCompositeActor has been primarily tested and will be
checked in soon. If this modification bring other effects, please let me know.
More information about the Kepler-dev
mailing list