Hi All,

I expected them to be mutually exclusive in the sense one change done by
one execution plan, should not affect any other execution plan (If they are
not intentionally doing that - eg: acting based on a stream, updated by one
execution plan is an example for intentionally having some correlation).

In my scenario, I have two execution plans and both are using the same
input stream with different aliases (eg: inputstream as A and inputStream
as B). In one of my execution plans, I've added some data that is not
compliance with original input stream definition (add a double instead of
int) and I happened to see that my other execution plan get triggered and
started to parse this malformed stream and failed (query has avg operation,
and since AvgOutputAggregator is expecting an integer but receiving a
double).


-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to