Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030522Retail ModulesWeb POSpublic2015-08-03 12:332015-08-17 11:35
plujan 
jorge-garcia 
urgentcriticalhave not tried
closedfixed 
5
main 
RR15Q3RR15Q3 
marvintm
QA functional test
main
No
0030522: [RR15Q3] Wrong error logging makes the disk full in a short period of time
If there was an error while importing an order, like the one reported in issue 0030438 , a huge amount of log lines are created, generating enough log to make the disk go out of space.
Assuming issue 0030438 happening, just keep using the system in the usual way. On the QA machines it was generating 2.4Gb of new log lines per day.

See attached disk usage graph and log sample.
No tags attached.
blocks defect 0030482pi closed jorge-garcia Wrong error logging makes the disk full in a short period of time 
Issue History
2015-08-07 14:28jorge-garciaTypedefect => backport
2015-08-07 14:35hgbotCheckin
2015-08-07 14:35hgbotNote Added: 0079260
2015-08-07 14:35hgbotStatusscheduled => resolved
2015-08-07 14:35hgbotResolutionopen => fixed
2015-08-07 14:35hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q3/org.openbravo.mobile.core/rev/afd196d6fa44957ee17c4b153f9f2c06367ca22d [^]
2015-08-12 10:41marvintmReview Assigned To => marvintm
2015-08-12 10:41marvintmStatusresolved => closed
2015-08-12 10:41marvintmFixed in Versionpi => RR15Q3
2015-08-14 17:26hgbotCheckin
2015-08-14 17:26hgbotNote Added: 0079366
2015-08-14 17:26hgbotStatusclosed => resolved
2015-08-14 17:26hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR15Q3/org.openbravo.mobile.core/rev/afd196d6fa44957ee17c4b153f9f2c06367ca22d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dd72f351db430dfa25df6db74384b72f1c8bf5fa [^]
2015-08-17 11:35marvintmStatusresolved => closed

Notes
(0079260)
hgbot   
2015-08-07 14:35   
Repository: retail/backports/3.0RR15Q3/org.openbravo.mobile.core
Changeset: afd196d6fa44957ee17c4b153f9f2c06367ca22d
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Aug 07 14:34:14 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q3/org.openbravo.mobile.core/rev/afd196d6fa44957ee17c4b153f9f2c06367ca22d [^]

Fixed issue 30522: Wrong error logging makes the disk full in a short period

This solution also fix the issue:
* 30524: Error shown about duplicate insertion on c_order table when
building the system via GUI

The solution is to process the import of the order, instead of do nothing. This
will solve the problem of building via GUI.

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---
(0079366)
hgbot   
2015-08-14 17:26   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: dd72f351db430dfa25df6db74384b72f1c8bf5fa
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Aug 07 14:34:14 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dd72f351db430dfa25df6db74384b72f1c8bf5fa [^]

Fixed issue 30522: Wrong error logging makes the disk full in a short period

This solution also fix the issue:
* 30524: Error shown about duplicate insertion on c_order table when
building the system via GUI

The solution is to process the import of the order, instead of do nothing. This
will solve the problem of building via GUI.

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---