Changes between Version 2 and Version 3 of Advanced Application Development


Ignore:
Timestamp:
03/09/26 23:48:29 (11 days ago)
Author:
231035
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Advanced Application Development

    v2 v3  
    278278* Connections are refreshed every 20 minutes to avoid stale connections.
    279279* Auto-commit is enabled by default.
     280{{{
     2812026-03-09T23:42:34.869+01:00 DEBUG 37988 --- [l-1:housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Before cleanup stats (total=1/20, idle=1/5, active=0, waiting=0)
     2822026-03-09T23:42:34.869+01:00 DEBUG 37988 --- [l-1:housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - After  cleanup stats (total=1/20, idle=1/5, active=0, waiting=0)
     2832026-03-09T23:42:34.870+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Attempting to create/setup new connection (3f4fb556-9cc3-4220-9556-e35534a5a863)
     2842026-03-09T23:42:34.891+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Established new connection (3f4fb556-9cc3-4220-9556-e35534a5a863)
     2852026-03-09T23:42:34.891+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@40ee8801
     2862026-03-09T23:42:34.930+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - After adding stats (total=2/20, idle=2/5, active=0, waiting=0)
     2872026-03-09T23:42:34.930+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Attempting to create/setup new connection (148676f5-024a-4b14-aed0-8d0727b8def1)
     2882026-03-09T23:42:34.950+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Established new connection (148676f5-024a-4b14-aed0-8d0727b8def1)
     2892026-03-09T23:42:34.950+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4e297e6c
     2902026-03-09T23:42:34.992+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - After adding stats (total=3/20, idle=3/5, active=0, waiting=0)
     2912026-03-09T23:42:34.992+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Attempting to create/setup new connection (f85f6fca-da39-4e54-bdff-e29c851df6cf)
     2922026-03-09T23:42:35.014+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Established new connection (f85f6fca-da39-4e54-bdff-e29c851df6cf)
     2932026-03-09T23:42:35.015+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4a16e371
     2942026-03-09T23:42:35.054+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - After adding stats (total=4/20, idle=4/5, active=0, waiting=0)
     2952026-03-09T23:42:35.054+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Attempting to create/setup new connection (1555b87b-99a2-405d-a1dc-2d65ab6e44ed)
     2962026-03-09T23:42:35.076+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Established new connection (1555b87b-99a2-405d-a1dc-2d65ab6e44ed)
     2972026-03-09T23:42:35.077+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@f147457
     2982026-03-09T23:42:35.115+01:00 DEBUG 37988 --- [onnection-adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - After adding stats (total=5/20, idle=5/5, active=0, waiting=0)
     299}}}