Re: [Resin-interest] ConnectionPool pool overflow issue in Resin 4.0.9

2010-08-09 Thread Wesley Wu
Thanks. Be sure to notify in the mailing list when the snapshot is out. :)

2010/8/7 Scott Ferguson f...@caucho.com:
 Wesley Wu wrote:
 Hi Scott,

 I've experienced weird connection pool issue in 4.0.9 these days.

 After every hour (exactly), the 4.0.9 resin refused to service any
 request and occasionally report ConnectionPool [...] pool overflow.
 This situation never occurred in prior resin releases and neither my
 webapp nor config was not modified at all after upgrade 4.0.5 to
 4.0.9.

 Thanks. I think I've found it, and it should be related to the restart
 problem that Jan Kriesten has reported. I'll see if I can get a snapshot
 by Monday to verify the problem.

 -- Scott

 I've no idea what happened though I research the 4.0.9 source code.
 I noticed that ConnectionPool.java  UserPoolItem.java were moved to
 another package but no major modification were made.

 I did a fine log, here goes the log content (partial) for download:

 http://gp.niugoo.com/resin.partial.zip

 ==
 Resin database config:

 database name=jdbc/yinyuetai
   driver 
 url=jdbc:mysql://192.168.1.2:3306/bbsee?useUnicode=truecharacterEncoding=utf8
           class=com.mysql.jdbc.Driver
   /driver

   spyfalse/spy

   max-connections1500/max-connections
   max-idle-count1024/max-idle-count
   max-create-connections5/max-create-connections
   max-overflow-connections1024/max-overflow-connections

   max-idle-time30s/max-idle-time
   max-active-time6h/max-active-time
   max-pool-time1d/max-pool-time
   connection-wait-time30s/connection-wait-time
 /database

 -Wesley


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest





 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] ConnectionPool pool overflow issue in Resin 4.0.9

2010-08-09 Thread Scott Ferguson
Wesley Wu wrote:
 Thanks. Be sure to notify in the mailing list when the snapshot is out. :)
   

I just put it up at http://caucho.com/download

We're trying to pull in the 4.0.10 schedule a week, so we can get a fix 
out more quickly. (So trying to get a release end of this week/beginning 
of next week).

-- Scott


 2010/8/7 Scott Ferguson f...@caucho.com:
   
 Wesley Wu wrote:
 
 Hi Scott,

 I've experienced weird connection pool issue in 4.0.9 these days.

 After every hour (exactly), the 4.0.9 resin refused to service any
 request and occasionally report ConnectionPool [...] pool overflow.
 This situation never occurred in prior resin releases and neither my
 webapp nor config was not modified at all after upgrade 4.0.5 to
 4.0.9.

   
 Thanks. I think I've found it, and it should be related to the restart
 problem that Jan Kriesten has reported. I'll see if I can get a snapshot
 by Monday to verify the problem.

 -- Scott

 
 I've no idea what happened though I research the 4.0.9 source code.
 I noticed that ConnectionPool.java  UserPoolItem.java were moved to
 another package but no major modification were made.

 I did a fine log, here goes the log content (partial) for download:

 http://gp.niugoo.com/resin.partial.zip

 ==
 Resin database config:

 database name=jdbc/yinyuetai
   driver 
 url=jdbc:mysql://192.168.1.2:3306/bbsee?useUnicode=truecharacterEncoding=utf8
   class=com.mysql.jdbc.Driver
   /driver

   spyfalse/spy

   max-connections1500/max-connections
   max-idle-count1024/max-idle-count
   max-create-connections5/max-create-connections
   max-overflow-connections1024/max-overflow-connections

   max-idle-time30s/max-idle-time
   max-active-time6h/max-active-time
   max-pool-time1d/max-pool-time
   connection-wait-time30s/connection-wait-time
 /database

 -Wesley


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest


   

 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

 


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

   



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] ConnectionPool pool overflow issue in Resin 4.0.9

2010-08-06 Thread Scott Ferguson
Wesley Wu wrote:
 Hi Scott,

 I've experienced weird connection pool issue in 4.0.9 these days.

 After every hour (exactly), the 4.0.9 resin refused to service any
 request and occasionally report ConnectionPool [...] pool overflow.
 This situation never occurred in prior resin releases and neither my
 webapp nor config was not modified at all after upgrade 4.0.5 to
 4.0.9.
   
Thanks. I think I've found it, and it should be related to the restart 
problem that Jan Kriesten has reported. I'll see if I can get a snapshot 
by Monday to verify the problem.

-- Scott

 I've no idea what happened though I research the 4.0.9 source code.
 I noticed that ConnectionPool.java  UserPoolItem.java were moved to
 another package but no major modification were made.

 I did a fine log, here goes the log content (partial) for download:

 http://gp.niugoo.com/resin.partial.zip

 ==
 Resin database config:

 database name=jdbc/yinyuetai
   driver 
 url=jdbc:mysql://192.168.1.2:3306/bbsee?useUnicode=truecharacterEncoding=utf8
   class=com.mysql.jdbc.Driver
   /driver

   spyfalse/spy

   max-connections1500/max-connections
   max-idle-count1024/max-idle-count
   max-create-connections5/max-create-connections
   max-overflow-connections1024/max-overflow-connections

   max-idle-time30s/max-idle-time
   max-active-time6h/max-active-time
   max-pool-time1d/max-pool-time
   connection-wait-time30s/connection-wait-time
 /database

 -Wesley


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

   



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] ConnectionPool pool overflow issue in Resin 4.0.9

2010-08-05 Thread Wesley Wu
Hi Scott,

I've experienced weird connection pool issue in 4.0.9 these days.

After every hour (exactly), the 4.0.9 resin refused to service any
request and occasionally report ConnectionPool [...] pool overflow.
This situation never occurred in prior resin releases and neither my
webapp nor config was not modified at all after upgrade 4.0.5 to
4.0.9.

I've no idea what happened though I research the 4.0.9 source code.
I noticed that ConnectionPool.java  UserPoolItem.java were moved to
another package but no major modification were made.

I did a fine log, here goes the log content (partial) for download:

http://gp.niugoo.com/resin.partial.zip

==
Resin database config:

database name=jdbc/yinyuetai
  driver 
url=jdbc:mysql://192.168.1.2:3306/bbsee?useUnicode=truecharacterEncoding=utf8
  class=com.mysql.jdbc.Driver
  /driver

  spyfalse/spy

  max-connections1500/max-connections
  max-idle-count1024/max-idle-count
  max-create-connections5/max-create-connections
  max-overflow-connections1024/max-overflow-connections

  max-idle-time30s/max-idle-time
  max-active-time6h/max-active-time
  max-pool-time1d/max-pool-time
  connection-wait-time30s/connection-wait-time
/database

-Wesley


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest