Project

General

Profile

Actions

Bug #3324

closed

RExpression actor doesn't output properly with >1 dataframe output port

Added by Derik Barseghian almost 16 years ago. Updated almost 16 years ago.

Status:
Resolved
Priority:
Normal
Category:
actors
Target version:
Start date:
05/27/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3324

Description

If you configure the R actor to have more than 1 dataframe output port, only the last dataframe used is output through these ports.

For example, if I have actorA with data1 and data2 as dataframe output ports, and I feed these into input ports data1_in and data2_in on actorB respectively, actorB receives data2 twice.

This has to do with how data is serialized to disk (1 file per actor, instead of 1 file per port-that-serializes- to-disk), so the file for a given actor is currently overwritten each time data is serialized to disk for that actor.

We probably want to note this bug somewhere for Kepler 1.0 R actor users.

I have a local fix underway that is close to completion.

Actions

Also available in: Atom PDF