Performance Recommendations
Enhance your performance by setting a timeout for the channel create.
Set a Timeout for Create Channel Requests
Each element communicates over channels to all other elements. However, if any request
        to create a channel between elements hangs due to software issues or network failures, then
        all channel create requests could be blocked.  Since open channels are required
            for element communication, we need to detect any hangs within the channel creation
            process.
                  You can set a timeout (in milliseconds) to wait for a response to a channel create
            request to a remote element with the ChannelCreateTimeout general
            connection attribute. See ChannelCreateTimeout in Oracle TimesTen In-Memory Database
                        Reference.