Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035592 | Retail Modules | StoreServer | public | 2017-03-22 11:17 | 2017-03-29 14:22 |
|
Reporter | mtaal | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR17Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | mtaal |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035592: Transition to online should wait longer between transition to online loops |
Description | Currently the code waits only 50 millis [1]. This while in some cases a transition to online waits for/requires a db synchronization. The proposal is to wait 10+ seconds.
[1]
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/553553b86771/src/org/openbravo/mobile/core/servercontroller/MobileServerController.java#l634 [^] |
Steps To Reproduce | Install multi-server
Put breakpoint in above code
Stop central
Change data to force outgoing batches
go online, check that the above code is executed
|
Proposed Solution | Instead of sleep(50), do a sleep of 20 seconds. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-03-22 11:17 | mtaal | New Issue | |
2017-03-22 11:17 | mtaal | Assigned To | => mtaal |
2017-03-22 11:17 | mtaal | OBNetwork customer | => No |
2017-03-22 11:17 | mtaal | Triggers an Emergency Pack | => No |
2017-03-29 11:00 | AugustoMauch | Assigned To | mtaal => AugustoMauch |
2017-03-29 12:33 | hgbot | Checkin | |
2017-03-29 12:33 | hgbot | Note Added: 0095637 | |
2017-03-29 12:33 | hgbot | Status | new => resolved |
2017-03-29 12:33 | hgbot | Resolution | open => fixed |
2017-03-29 12:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e2fa7039a8069d5995d7cfa9899c9e69736e2bd6 [^] |
2017-03-29 12:35 | hgbot | Checkin | |
2017-03-29 12:35 | hgbot | Note Added: 0095638 | |
2017-03-29 12:42 | AugustoMauch | Review Assigned To | => mtaal |
2017-03-29 14:22 | mtaal | Note Added: 0095646 | |
2017-03-29 14:22 | mtaal | Status | resolved => closed |