Re: [PR] CAY-2876 Memory leak in the ObjectStore [cayenne]

2025-03-11 Thread via GitHub
stariy95 commented on PR #628: URL: https://github.com/apache/cayenne/pull/628#issuecomment-2710547149 @Jugen Yes, you are correct, we should clean tracked paths in those places too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

(cayenne) 01/02: Revert "CAY-2876 Memory leak in the ObjectStore"

2025-03-11 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.2 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 785e5d5148e9980c3649a6f517708310c48be7dd Author: Nikita Timofeev AuthorDate: Mon Mar 10 10:44:17 2025 +0400

Re: [PR] CAY-2876 Memory leak in the ObjectStore [cayenne]

2025-03-11 Thread via GitHub
Jugen commented on PR #628: URL: https://github.com/apache/cayenne/pull/628#issuecomment-2710484982 I was wondering if _trackedFlattenedPaths_ didn't need housekeeping in these two places as well ? https://github.com/apache/cayenne/blob/e1d6db2553e989d1d5668dfed2d5fec9440df778/cayenn

(cayenne) 02/02: Rollback 4.2.2 release attempt

2025-03-11 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.2 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 2edc46fe199a8a2745a4f0b4fe8e83261bdb923f Author: Nikita Timofeev AuthorDate: Mon Mar 10 15:54:43 2025 +0400

[PR] CAY-2876 Memory leak in the ObjectStore [cayenne]

2025-03-11 Thread via GitHub
stariy95 opened a new pull request, #628: URL: https://github.com/apache/cayenne/pull/628 Another approach to the CAY-2876 This PR introduces cleanup callback in the `ReferenceMap` keeping flattened paths as is in the `ObjectStore` and dropping them in sync with the main object map.

(cayenne) branch master updated: Revert "CAY-2876 Memory leak in the ObjectStore"

2025-03-11 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new 2ff64413d Revert "CAY-2876 Memory leak in th

(cayenne) 01/02: CAY-2876 Memory leak in the ObjectStore

2025-03-11 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 7fe25cd54e90f54c4514dbb52e9bac3a4f6235b0 Author: Nikita Timofeev AuthorDate: Mon Mar 10 16:04:16 2025 +0400 CAY

(cayenne) branch master updated (2ff64413d -> 9ef9ecc94)

2025-03-11 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git from 2ff64413d Revert "CAY-2876 Memory leak in the ObjectStore" new 7fe25cd54 CAY-2876 Memory leak in the ObjectSt

(cayenne) 02/02: CAY-2876 Memory leak in the ObjectStore - clean up tracked paths when corresponding object is removed

2025-03-11 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 9ef9ecc946e614405de5d7a7773ad33537684bb2 Author: Nikita Timofeev AuthorDate: Mon Mar 10 17:09:45 2025 +0400 CAY

Re: [PR] CAY-2876 Memory leak in the ObjectStore [cayenne]

2025-03-11 Thread via GitHub
stariy95 merged PR #628: URL: https://github.com/apache/cayenne/pull/628 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cayenne.apa