Issue Details (XML | Word | Printable)

Key: MULE-2566
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Daniel Feist
Reporter: K D
Votes: 2
Watchers: 3
Operations

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

Idle server uses 100% of CPU

Created: 16/Oct/07 12:54 PM   Updated: 17/Oct/07 11:33 AM
Component/s: Core: Concurrency / Threading
Affects Version/s: 2.0.0-M2
Fix Version/s: 2.0.0-RC1

Time Tracking:
Not Specified

Labels:
User impact: High
Configuration:
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:spring="http://www.springframework.org/schema/beans"
xsi:schemaLocation="
http://www.mulesource.org/schema/mule/core/2.0 http://www.mulesource.org/schema/mule/core/2.0/mule.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">

<model name="receiveModel">
<service name="relay">
</service>
</model>

</mule>

Similar Issues:



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Travis Carlson added a comment - 17/Oct/07 06:55 AM
It looks like the problem is that SedaComponent.queueTimeout is not getting inherited from SedaModel anymore and is defaulting to 0, which means the SEDA queue is polled infinitely.