| | 1 | * 引发不一致的异常 |
| | 2 | 初步分析是因为更新xindex版本的时候,没有停mongodb的增量任务,导致在跑任务的时候重启了,有部分记录没有写完整,少了一些字段。 |
| | 3 | {{{ |
| | 4 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} WebApp[http://localhost:8081] java.lang.NullPointerException |
| | 5 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} java.lang.NullPointerException |
| | 6 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.repository.ProductFrontRepository$1.mapRow(ProductFrontR |
| | 7 | epository.java:279) |
| | 8 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.repository.ProductFrontRepository$1.mapRow(ProductFrontR |
| | 9 | epository.java:1) |
| | 10 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.repository.mapping.MongoRowMapper.mapRow(MongoRowMapper. |
| | 11 | java:36) |
| | 12 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.repository.AbstractNoSQLRepository.decode(AbstractNoSQLR |
| | 13 | epository.java:81) |
| | 14 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.repository.AbstractRepository.findFromCache(AbstractRepo |
| | 15 | sitory.java:148) |
| | 16 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.repository.AbstractRepository.find(AbstractRepository.ja |
| | 17 | va:122) |
| | 18 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at cn.com.pconline.core.pricefront.domain.ProductFront.find(ProductFront.java:36) |
| | 19 | [04-19 09:27:00.049] {http-app-a-8081-149$329761932} at _jsp._productSoResult__jsp._jspService(_productSoResult__jsp.java:271) |
| | 20 | }}} |
| | 21 | |