Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This would be good starter project. The task is
- Look at every operator and ensure that each tuple is processed in a stateless manner. If so annotate the operator as stateless
note that even if the next tuple depends on previous tuple (for example counting), the operator has state
Example of stateless operators is "filters". Tuple comes in, is filtered and output is sent out.