Router causes infinite recursion under certain rare conditions

Description

Router worker thread could end up in an infinite stack trace and fill up the disk in some scenarios where the channel is not closed and when there are exceptions in channels.write call. The side effect of this will be one or more worker thread will be tied up in the infinite recursion and the disks will fill up. The following code fragment is responsible for the call.

The fix is to detect the recursed call and not calling Channels.write during recursion.

Release Notes

Fixes an issue that causes worker threads to go into an infinite recursion while exceptions are being thrown in channel handlers.

Activity

Show:

Ali Anwar October 29, 2015 at 6:23 PM
Edited

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Priority

Created October 23, 2015 at 8:42 AM
Updated December 8, 2015 at 6:53 PM
Resolved October 29, 2015 at 6:23 PM