Там у вас оба модуля упали. Ситуация там такая:
1) Запустили переобсчет в модуле с id 30.
Его делали 5-ий и 6-ой accounting-сервера.
Код:
01-01/06:29:48 INFO [pool-1-thread-4] InetRecalculator - init application ids: 5,6
01-01/06:29:49 INFO [pool-1-thread-4] InetRecalculator - available application ids: 5,6
01-01/06:29:49 INFO [pool-1-thread-4] InetRecalculator - real calculate application ids: 5,6
01-01/06:29:49 INFO [pool-1-thread-4] InetRecalculator - executing calulatePastMonth
01-01/06:32:05 INFO [event-proc-p-2-t-1] InetRecalculateResponseEventProcessor - get respone from applicationId=5, requestIndex = 261
01-01/06:33:59 INFO [event-proc-p-2-t-1] InetRecalculateResponseEventProcessor - get respone from applicationId=6, requestIndex = 262
01-01/06:33:59 INFO [pool-1-thread-4] InetRecalculator - calulatePastMonth end
01-01/06:34:00 INFO [pool-1-thread-4] InetRecalculator - RunTask finished time=251136 ms.
При этом 5-ый как видно из вашего лога упал как раз в 06:32:05, а 6-ой в 06:33:59.
2) Запустили переобсчет в модуле с id 28.
Его делали 3-ий и 8-ой accounting-сервера.
Код:
01-01/06:34:00 INFO [pool-1-thread-4] InetRecalculator - init application ids: 3,8
01-01/06:34:00 INFO [pool-1-thread-4] InetRecalculator - available application ids: 3,8
01-01/06:34:00 INFO [pool-1-thread-4] InetRecalculator - real calculate application ids: 3,8
01-01/06:34:00 INFO [pool-1-thread-4] InetRecalculator - executing calulatePastMonth
01-01/06:37:35 INFO [event-proc-p-2-t-1] InetRecalculateResponseEventProcessor - get respone from applicationId=8, requestIndex = 264
01-01/06:37:36 INFO [event-proc-p-2-t-1] InetRecalculateResponseEventProcessor - get respone from applicationId=3, requestIndex = 263
01-01/06:37:36 INFO [pool-1-thread-4] InetRecalculator - calulatePastMonth end
01-01/06:37:36 INFO [pool-1-thread-4] InetRecalculator - RunTask finished time=216383 ms.
При этом 8-ой упал в
Код:
recalculate 01-01/06:37:35 ERROR [pool-9-thread-1] SessionRecalculateTarifficationManager - java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
ru.bitel.bgbilling.common.BGException: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
at ru.bitel.bgbilling.modules.inet.accounting.recalculate.SessionRecalculateTarifficationManager.flushSession(SessionRecalculateTarifficationManager.java:902)
at ru.bitel.bgbilling.modules.inet.accounting.recalculate.SessionRecalculateTarifficationManager.recalculate(SessionRecalculateTarifficationManager.java:338)
at ru.bitel.bgbilling.modules.inet.accounting.recalculate.SessionRecalculateTarifficationManager.run(SessionRecalculateTarifficationManager.java:175)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at ru.bitel.bgbilling.modules.inet.accounting.recalculate.SessionRecalculateTarifficationManager.updateSessionCostAndTime(SessionRecalculateTarifficationManager.java:943)
at ru.bitel.bgbilling.modules.inet.accounting.recalculate.SessionRecalculateTarifficationManager.flushSession(SessionRecalculateTarifficationManager.java:893)
... 8 more
А 3-тий вроде как не падал и судя по логу и закончил в 06:37:36.