cinovo/cloudconductor-server

EventQueue overloaded

Closed this issue · 3 comments

There are massive amounts of "EventQueue overloaded" entries in the logs.

If event queue reaches the capacity (hazelcast.event.queue.capacity) and last item cannot be put to the event queue for timeout millis (hazelcast.event.queue.timeout.millis), these events will be dropped with a warning message like "EventQueue overloaded".

http://hazelcast.org/docs/latest/manual/html/distributedevents.html

This bug was caused by the problems which occured within the hazzlecast implementation provided by cloudconductor-client.
Seems to be a non issue since upgrading to a newer version of cloudconductor-agent -> Closed

Happened again

We removed the client functionality from cloudconductor -> this bug can't happen anymore