GitHub user saleem-akbar opened a pull request: https://github.com/apache/commons-collections/pull/35
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_master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-collections/pull/35.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 #35 ---- commit 21f03d1b56f9355179cfe6303e2cb45e9b0e9a73 Author: Saleem Akbar <sakbar@...> Date: 2018-02-01T17:37:32Z 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