[jira] [Updated] (POOL-284) Returned object not currently part of this pool when using mutable objects

2015-06-01 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-284: - Fix Version/s: (was: 2.4) 2.4.1 Returned object not currently part of this pool

[jira] [Updated] (POOL-284) Returned object not currently part of this pool when using mutable objects

2015-03-09 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-284: - Attachment: identityWrapper.patch Here is another patch to consider, implementing wrapping. Note that

[jira] [Updated] (POOL-284) Returned object not currently part of this pool when using mutable objects

2015-02-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-284: - Attachment: StaticBucketMap-mods.patch Diff showing mods on the original Collections class. Objective was

[jira] [Updated] (POOL-284) Returned object not currently part of this pool when using mutable objects

2015-02-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-284: - Attachment: pool-283-4.patch Some WIP to review and performance test. Passes the (disabled) tests for this

[jira] [Updated] (POOL-284) Returned object not currently part of this pool when using mutable objects

2015-01-27 Thread Valentin Mayamsin (JIRA)
[ https://issues.apache.org/jira/browse/POOL-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Mayamsin updated POOL-284: --- Description: I'm using pool to reuse expensive Sets (storing millions of items). Here is a