Re: JDBC Connector Max Connection Size is set as hardcoded

2019-06-28 Thread Karl Wright
Hi Cihad, The "connections" that the tab is referring to are ManifoldCF connections, not JDBC connection pool sizes, which is something completely different. The JDBC connector shares access to JDBC connections across a hard-wired pool. The number hardcoded is fine until you have more than 30

JDBC Connector Max Connection Size is set as hardcoded

2019-06-28 Thread Cihad Guzel
Hi Karl, I create a new jdbc repository connection and I set "max connections "and "Max avg fetches/min" from throttling tab on mfc-ui. Then, I reviewed JDBCConnectionFactory.java and I have encountered some hardcoded parameters as follow: cp =_pool.addAlias(poolKey, driverClassName, dburl,