Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
0.9
-
None
-
None
Description
Process XSD allows user to specify multiple clusters per process entity. I am guessing this would allow a user to run duplicate instance of the process on multiple clusters at the same time (I do not really see a need for this). When the process has an output feed defined, you can have duplicate process instances writing to same feed instance, causing data corruption/failures. The solution is to
1. Do not allow multiple clusters per process. Let the user define a duplicate process if user wants to run duplicate instances.
OR
2. Allow multiple clusters, but only when there is no output feed defined.
sriksun please let me know if there is any other reason for allowing multiple clusters in a process.