Project:
View Revisions: Issue #38357 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0038357: Unused connection pool created on module installation | ||
Revision | 2018-04-12 16:58 by caristu | ||
Description | A unused connection pool[1] is being created on module installation (one per installed module). This can lead to problems with connection availability if the number of modules to be installed is big. We have been able to reproduce it with CI[2], as there are some jobs like try-initial-pgsql which tries to install several modules, running the jobs with the following parameters: TRY_PARAMS###TC8=yes###JAVA_HOME=/usr/local/jvm/java-9.0.4-openjdk-amd64###DESC=try_java9 [1] https://code.openbravo.com/erp/devel/pi/file/60a2a309d225/src/org/openbravo/erpCommon/modules/ImportModule.java#l1284 [^] [2] https://ci.openbravo.com//job/try-initial-pgsql/6736/artifact/SANDBOX/tomcat-logs/ci04.148_tc8.log/*view*/ [^] |
||
Revision | 2018-04-12 16:55 by caristu | ||
Description | A unused connection pool[1] is being created on module installation (one per installed module). This can lead to problems with connection availability if the number of modules to be installed is big. We have been able to reproduce it with CI[2], as there are some jobs like try-initial-pgsql which tries to install several modules, running the jobs with the following parameters: TRY_PARAMS###TC8=yes###JAVA_HOME=/usr/local/jvm/java-9.0.4-openjdk-amd64###DESC=try_java9 [1] https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/erpCommon/modules/ImportModule.java#l1284 [^] [2] https://ci.openbravo.com//job/try-initial-pgsql/6736/artifact/SANDBOX/tomcat-logs/ci04.148_tc8.log/*view*/ [^] |
||
Revision | 2018-04-12 16:49 by caristu | ||
Description | A unused connection pool[1] is being created on module installation (one per installed module). This can lead to problems[2] with connection availability if the number of modules to be installed is big. [1] https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/erpCommon/modules/ImportModule.java#l1284 [^] [2] https://ci.openbravo.com//job/try-initial-pgsql/6736/artifact/SANDBOX/tomcat-logs/ci04.148_tc8.log/*view*/ [^] |
Copyright © 2000 - 2009 MantisBT Group |