I'm encountering slow establishment of DB connection on application start up. it seems the application is trying to re-try and create channels.
[3/18/15, 9:18:55 PM] Kris Charmaine Go: multiple of these
[3/18/15, 9:18:55 PM] Kris Charmaine Go: 2015-03-17 11:17:23,158 [DEBUG] c.g.m.async.db.mysql.MySQLConnection - Connected to database
2015-03-17 11:17:23,996 [DEBUG] c.g.m.a.d.p.SingleThreadedAsyncObjectPool - Connection was idle for 836, maxIdle is 4, removing it
2015-03-17 11:17:23,996 [DEBUG] [connection-handler][mysql-connection-86] - Channel became inactive
2015-03-17 11:17:30,055 [DEBUG] [connection-handler][mysql-connection-87] - Channel became active
2015-03-17 11:17:30,055 [DEBUG] c.g.m.async.db.mysql.MySQLConnection - Connected to /
5.9.36.210:33062015-03-17 11:17:30,056 [DEBUG] c.g.m.a.d.m.d.HandshakeV10Decoder - Auth plugin data length was 21
2015-03-17 11:17:30,056 [DEBUG] c.g.m.a.d.m.d.HandshakeV10Decoder - handshake message was HandshakeMessage(5.5.5-10.1.0-MariaDB-log,4350966,[B@429ae428,-1606420481,83,2,mysql_native_password)
I'm using mariadb database.