-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF18, 5.9.4
-
Fix Version/s: 6.0
-
Component/s: Elasticsearch
-
Tags:
Issue is that IndexingCommand holds a reference on a DocumentModel as long as it is pending. And there can be a lot of pending IndexingCommand dependending on the structure of the hierarchy. This can fulfill the HEAP and causes excessive FullGCs that slow down the indexing.
WARN
This issue was previously describing Fix excessive Full GC caused by SoftRef when launching full ES indexing which has been moved to NXP-14993.
- depends on
-
NXP-14993 Fix excessive Full GC caused by SoftRef when launching full ES indexing
- Resolved