문제

I'm using Esper 4.9 with Mule 3.4. I have some different patterns to work with stock quotes. They are all working good, at some point, without any reason (I don't really know if I can see a log only from Esper), Esper does not process more events anymore, event though they are being sent to it.

As I have said, I have no log for this, since all I have is Mule log but nothing from Esper. But if any other information is needed, I will be able to provide it.

I'm not using the Mule Esper Connector since I'm not able to make it work.

Has anyone ever get this problem before?

Thank you very much

도움이 되었습니까?

해결책

I'd recommending reviewing the information in the performance section of the Esper docs. There are common pitfalls that you can walk into designing EPL statements that eat memory or CPU. You could also do some profiling to find that out. A profiler will also tell you if locking is a problem. For detailed help contact the Esper user mailing list and be prepared to reproduce your problem by providing a test class when posting to the user mailing list. Esper does produce logs, check @Audit and the docs on logging.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top