GitHub user saleem-akbar opened a pull request: https://github.com/apache/commons-collections/pull/34
COLLECTION-599: Fix for out-of-memory errors during session replication While using "non-sticky" session replication in a clustered environment, the frequent de-serialisation meant the ReferenceMap's we were using eventually consumed most of the server memory due to this bug. You can merge this pull request into a Git repository by running: $ git pull https://github.com/saleem-akbar/commons-collections COLLECTIONS-599_3_2_X Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-collections/pull/34.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #34 ---- commit f66475fae8c7629cfbcc0a6ce23ec57e0f10e9c0 Author: Saleem Akbar <sakbar@...> Date: 2018-02-01T17:04:20Z COLLECTION-599: Fix for out-of-memory errors during session replication While using "non-sticky" session replication in a clustered environment, the frequent de-serialisation meant the ReferenceMap's we were using eventually consumed most of the server memory due to this bug. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org