-
Bug
-
Resolution: Fixed
-
Medium
-
5.7.0, 5.12.6
-
None
-
1
-
Severity 2 - Major
-
1
-
Issue Summary
This is reproducible on Data Center: (yes)
This was introduced when fixing JSDSERVER-7225.
The change itself did not introduce this cache, but rather called a history service that was wired to this cache in imports for handling multiple import sources. This helped with fixing the problem of multi source imports, removing objects coming from other imports incorrectly.
There are two parts to this:
- The cache isn't cleared at the end of the import
- All those cache entries seem to be accessed only once. Meaning they have no value to be in the cache in the first place
Steps to Reproduce
- Setup JSM 5.7 or later
- Create object schema with lots of objects
- run several imports and create a history for the objects
Expected Results
Import runs as expected.
Actual Results
Heap space is filling up with ehcache pertaining to Asset objects and object history.
Workaround
Disable the following Feature Flag using the Dark Features settings page.
insight.import.update.missing.object.only.if.ever.imported
Please note, this will disable the fix for JSDSERVER-7225.
- is caused by
-
JSDSERVER-7225 Insight Missing Objects across all import configurations
-
- Closed
-
Running Asset Imports can lead to OutOfMemoryException (OOME) as every object's history is added to the cache
-
Bug
-
Resolution: Fixed
-
Medium
-
5.7.0, 5.12.6
-
None
-
1
-
Severity 2 - Major
-
1
-
Issue Summary
This is reproducible on Data Center: (yes)
This was introduced when fixing JSDSERVER-7225.
The change itself did not introduce this cache, but rather called a history service that was wired to this cache in imports for handling multiple import sources. This helped with fixing the problem of multi source imports, removing objects coming from other imports incorrectly.
There are two parts to this:
- The cache isn't cleared at the end of the import
- All those cache entries seem to be accessed only once. Meaning they have no value to be in the cache in the first place
Steps to Reproduce
- Setup JSM 5.7 or later
- Create object schema with lots of objects
- run several imports and create a history for the objects
Expected Results
Import runs as expected.
Actual Results
Heap space is filling up with ehcache pertaining to Asset objects and object history.
Workaround
Disable the following Feature Flag using the Dark Features settings page.
insight.import.update.missing.object.only.if.ever.imported
Please note, this will disable the fix for JSDSERVER-7225.
- is caused by
-
JSDSERVER-7225 Insight Missing Objects across all import configurations
-
- Closed
-