Atomikos Forum

new 3.3 features

Hi,
I've just easily migrated to new 3.3. Thank you for new version. Shutdown now works perfectly for me now, but I've spotted some thing that little displeases me.

1. logging
Why so much logging in info or even warn level?!? I'd suggest to decrease level for most of messages at least one level.

2. startup datasource recovery
Is it possible to turn it off somehow? I don't like ten screens of unimportant stack traces

3. What does this message means? That I'm asking for more connections in same time than is poolSize(connectionPoolSize) in datasource configuration???
"WARN atomikos: JDBC ConnectionPool exhausted - allocated new connection"

Thanks
Martin Vanek Send private email
Wednesday, May 28, 2008
 
 
Hi,

1. We could improve in this area. Do you have a set of suggestions ?

2. Definitely not. Recovery is an important part of XA that should always be active and monitored. If you have ten screens of stack traces I highly suggest you to look into them as that can indicate your data might not be consistent anymore.

3. I guess you're using the deprecated pool, aren't you ? This message is logged each time the pool is out of connections as this one creates a new unpooled connection when that happens. I'd suggest to switch to the new pool (AtomikosDataSourceBean) with which you can set a hard upper bound.
Ludovic Orban Send private email
Wednesday, May 28, 2008
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics