Fix Java LBMSourceStatistics which was broken in previous release.
Fix Java LBMSourceStatistics/LBMReceiverStatistics.refresh() memory leak.
Improve handling of initial unrecoverable loss to prevent CPU spiking of UME store on startup.
Fix offset calculation when reading in cache to prevent cache corruption on 64-bit machines.
Add StoreID to LBM channel protocol to allow source to recognize keepalives coming from the wrong store, thus masking a "dead" store with which the source is currently registered.
Initialize UME store disk_len parameter to avoid fatal assertion occurring when a retransmission is requested for a message stored on the disk.
Ignore retransmission requests for unrecoverably lost messages.
Force topic resolution traffic to be ignored until the UME store is ready to accept connections to avoid potential problems with inconsistent state resulting in a crash.
Fix handling of the lead sequence number by no-cache UME store and for handling of sequence numbers by receivers for late join when a no-cache store is being used.
Corrected a problem caused by fragmented (larger than 64K) response messages in which some internal fields of the message were not properly set, leading to a potential crash in certain circumstances.
Added check of kernel version to UME stored on Linux, logging a warning if the kernel version is < 2.6.
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.