You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by saleem-akbar <gi...@git.apache.org> on 2018/02/01 17:08:26 UTC

[GitHub] commons-collections pull request #34: COLLECTION-599: Fix for out-of-memory ...

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 <sa...@...>
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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-collections issue #34: COLLECTION-599: Fix for out-of-memory errors ...

Posted by saleem-akbar <gi...@git.apache.org>.
Github user saleem-akbar commented on the issue:

    https://github.com/apache/commons-collections/pull/34
  
    CI not working for this branch, so will look into upgrading to 4.x which contains same fix.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-collections pull request #34: COLLECTION-599: Fix for out-of-memory ...

Posted by saleem-akbar <gi...@git.apache.org>.
Github user saleem-akbar closed the pull request at:

    https://github.com/apache/commons-collections/pull/34


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org