You can view the issue detail at the following URL:
<http://nagoya.apache.org/scarab/issues/id/TRQS29>

Type :        Defect
Issue Id :    TRQS29
Reported by: Z G
             [EMAIL PROTECTED] - ([EMAIL PROTECTED])

Details:

Summary: org.apache.torque.pool.ConnectionPool/Monitor run method is without sense
Description: The run method is

while (logInterval > 0 && isRun) {
  log(' ....something ... ');
}

// Wait for a bit.
try {
 Thread.sleep(logInterval);
} catch (InterruptedException ignored) {}

the sleep() isn't in the loop, so it's useless for debug.
And I think, that log(..)-ing should go to in log4j category with debug priority, 
instead of a PrintWriter/System.out.
Status: New


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to