When tracer logic is enabled, CEP Server may send C3606 error messages directly to the error log.
Warning C3606 indicates when the server discards a message that has a timestamp set prior to the current processing time.
CR# | Description |
---|---|
634070 |
Sybase CEP (versions R3 ESD1, R4, and R4 ESD 1) does not display C3606 warnings when they occur. Users can only see this warning in the error log and, therefore, may miss the message if they are not monitoring the error log. The issue is related to the tracer logic that is used for latency performance monitoring. The tracer logic is enabled by default. Workaround: Disable tracers in the c8-server.conf file. Change the "EnableTracers" value from the default of "true" to "false" as follows: <section name="c8/Performance"> ... ... <!--Enable/disable support for tracer messages to automatically calculate latency--> <preference name="EnableTracers" value="false"/> ... ... |