Hi Team,
the filter cache memory is allocated from heap?
if it is allocated from heap, is the possibility to affect the gc?
Hi Team,
the filter cache memory is allocated from heap?
if it is allocated from heap, is the possibility to affect the gc?
It is taken from heap but it isn't GCd. So when something goes into filter cache, it takes away heap for other things.
It shouldn't be a major issue though, the bitsets are very efficient.
Hi @warkolm,
Thanks for you reply, we are facing gc issue on prod servers.
we are getting promotion failed , and concurrent mode failure gc issues. ( nearly 7 to 8 G heap usage )
once we cleared the cache the alert gone.
can you give me suggestions...
Upgrading would be my first recommendation, 1.3 hasn't been supported for a loooooong time.
But i need to know, why "the promotion failed , and concurrent mode failure" alerts gone once i cleared cache.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.