Issue Details (XML | Word | Printable)

Key: GALAXY-374
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Dan Diephouse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Galaxy

Event queue sometimes gets too full and fails with RejectedExecutionException

Created: 15/Sep/08 09:02 AM   Updated: 20/Oct/08 06:37 PM
Component/s: Core
Affects Version/s: 1.5-RC
Fix Version/s: 1.5

Time Tracking:
Not Specified

Labels:
User impact: High


 Description  « Hide
I can sometimes trigger this exception:

java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1477)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:384)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:867)
at org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.execute(ThreadPoolTaskExecutor.java:302)
at org.mule.galaxy.impl.event.AbstractDelegatingGalaxyEventListener.internalOnEvent(AbstractDelegatingGalaxyEventListener.java:108)
at org.mule.galaxy.impl.event.DelegatingSingleEventListener.onEvent(DelegatingSingleEventListener.java:38)
at org.mule.galaxy.impl.event.DefaultEventManager.fireEvent(DefaultEventManager.java:201)
at org.mule.galaxy.impl.jcr.AbstractJcrItem.setInternalProperty(AbstractJcrItem.java:179)
at org.mule.galaxy.impl.jcr.AbstractJcrItem.setInternalProperty(AbstractJcrItem.java:160)

I think the queue size just needs to be increased.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse added a comment - 20/Oct/08 06:37 PM
I massively boosted this queue for the 1.5 release. That should solve these issues.