Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
4.1.0 Alpha
-
None
-
None
Description
CEP Fault Window Process initializes member list from the topology before CEP initializes the Thrift transport receiver. As a result if CEP takes more time that the window processor interval to initialize the Thrift transport listener, it will detect all the members in the list as faulty. This is not correct. We need to move the initialization of the topology listener to the point when Thrift transport listener being active.