Hi,
I’ve noticed that the EntityListIterator class currently does not implement the AutoCloseable interface. This absence might be contributing to improper resource management and, consequently, the observed memory leak. To enhance the situation, I propose that we implement the AutoCloseable interface for EntityListIterator and encourage the use of the try-with-resources statement when initializing the iterator.
Anyone else has faced a similar memory leak issue related to the EntityListIterator ?
Thanks & Regards
Deepak Dixit