-
Bug
-
Resolution: Done
-
Major
-
7.10.0.GA
-
False
-
False
-
-
-
-
-
-
CR1
-
+
-
Undefined
-
- Import a sample project (eg. Mortgage_Process)
- take the open file descriptor count (eg. using lsof)
- Delete / Import the project again
- lsof
- Repeat the above steps, the count will increase
-
---
-
---
-
-
2020 Week 52-03 (from Dec 21), 2021 Week 04-06 (from Jan 25), 2021 Week 07-09 (from Feb 15), 2021 Week 10-12 (from Mar 8), 2021 Week 13-15 (from Mar 29)
We are hitting the file descriptor limit after a few days running RHDM 7.x. The installation only has 1 space with 1 project, however there have been frequent deletion and re-import activities on this project.
Observing the lsof count in my local environment, I can see a similar trend:
$ lsof -p `jps|grep 'jboss-modules'|cut -d ' ' -f 1`|grep -c '/data/jboss/rhpam790/.index' 119
...(delete / import Mortgage_Process project)...
$ lsof -p `jps|grep 'jboss-modules'|cut -d ' ' -f 1`|grep -c '/data/jboss/rhpam790/.index' 167
It seems that some file descriptors are not properly closed.
- is cloned by
-
AF-2813 java.io.IOException: Too many open files using business-central
- Resolved