However, after the upgrade of the wildfly10 to wildfly18, the file input streams which are not closed programatically are not getting closed during the GC (G1GC) cycle due to which the number of open file descriptors are growing.
We agree that the input streams have to be closed programatically in the application code which we did now, but would like to understand the reason behind this behavior change in wildfly18.
Thanks,
Manas
--
You received this message because you are subscribed to a topic in the Google Groups "WildFly" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wildfly/S-3DVKLr0CA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/c303ad85-0b9b-4f30-b5ee-72ae5438ae71n%40googlegroups.com.
However, after the upgrade of the wildfly10 to wildfly18, the file input streams which are not closed programatically are not getting closed during the GC (G1GC) cycle due to which the number of open file descriptors are growing.
We agree that the input streams have to be closed programatically in the application code which we did now, but would like to understand the reason behind this behavior change in wildfly18.