MJ_STTST_MSG 통계 배치 오류로 주석처리 java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
@94ad071a57766fbc71d9275ae0d5b6bc39415e16
--- src/main/java/itn/let/mjo/sttst/service/SttstMsgScheduling.java
+++ src/main/java/itn/let/mjo/sttst/service/SttstMsgScheduling.java
... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 |
System.out.println("=============DO =============");
|
| 59 | 59 |
|
| 60 | 60 |
MjonMsgVO mjonMsgVO = new MjonMsgVO(); |
| 61 |
- mjonSttstService.insertMjSttstMsgBulk(mjonMsgVO); |
|
| 61 |
+ //mjonSttstService.insertMjSttstMsgBulk(mjonMsgVO); |
|
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
}else {
|
... | ... | @@ -90,7 +90,7 @@ |
| 90 | 90 |
System.out.println("=============DO =============");
|
| 91 | 91 |
|
| 92 | 92 |
MjonMsgVO mjonMsgVO = new MjonMsgVO(); |
| 93 |
- mjonSttstService.insertMjSttstMsgDayBulk(mjonMsgVO); |
|
| 93 |
+ //mjonSttstService.insertMjSttstMsgDayBulk(mjonMsgVO); |
|
| 94 | 94 |
|
| 95 | 95 |
|
| 96 | 96 |
}else {
|
... | ... | @@ -121,7 +121,7 @@ |
| 121 | 121 |
System.out.println("=============DO =============");
|
| 122 | 122 |
|
| 123 | 123 |
MjonMsgVO mjonMsgVO = new MjonMsgVO(); |
| 124 |
- mjonSttstService.insertMjSttstMsgRankBulk(mjonMsgVO); |
|
| 124 |
+ //mjonSttstService.insertMjSttstMsgRankBulk(mjonMsgVO); |
|
| 125 | 125 |
}else {
|
| 126 | 126 |
System.out.println("=============skipped!!! =============");
|
| 127 | 127 |
} |
... | ... | @@ -150,7 +150,7 @@ |
| 150 | 150 |
System.out.println("=============DO =============");
|
| 151 | 151 |
|
| 152 | 152 |
MjonMsgVO mjonMsgVO = new MjonMsgVO(); |
| 153 |
- mjonSttstService.insertMjSttstMsgRankDayBulk(mjonMsgVO); |
|
| 153 |
+ //mjonSttstService.insertMjSttstMsgRankDayBulk(mjonMsgVO); |
|
| 154 | 154 |
}else {
|
| 155 | 155 |
System.out.println("=============skipped!!! =============");
|
| 156 | 156 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?