Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034596Openbravo ERPA. Platformpublic2016-11-22 13:092016-12-16 18:38
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
3.0PR17Q1 
mtaal
Core
No
0034596: make configurable ImportEntry wait time
ImportEntryProcessor loops indefinitely to check existing entries in import entry table to process them. Between loops it waits for 10 minutes.

This time should be configurable to better match customer needs.
0. In a clustered environment configure srv1 to execute import entry processor and srv2 not to do so.
1. Create an order in srv2
   -> Check the order is not actually processes after up to 10 minutes later (this time can be lower depending on when in the waiting cycle the order was sent).
clustering
related to feature request 0029766RR15Q3 closed mtaal Retail Modules Retail Operations Buffer: store all transactions in operations table before processing 
blocks design defect 0034490 acknowledged Triage Platform Base Openbravo ERP [clustering] Support clustering 
Issue History
2016-11-22 13:09alostaleNew Issue
2016-11-22 13:09alostaleAssigned To => platform
2016-11-22 13:09alostaleModules => Core
2016-11-22 13:09alostaleTriggers an Emergency Pack => No
2016-11-22 13:09alostaleRelationship addedrelated to 0029766
2016-11-22 13:09alostaleAssigned Toplatform => alostale
2016-11-22 13:10alostaleReview Assigned To => mtaal
2016-11-22 13:13alostaleRelationship addedblocks 0034490
2016-11-22 13:13alostaleTag Attached: clustering
2016-11-22 13:17hgbotCheckin
2016-11-22 13:17hgbotNote Added: 0091738
2016-11-22 13:17hgbotStatusnew => resolved
2016-11-22 13:17hgbotResolutionopen => fixed
2016-11-22 13:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/33576bf5296be0571bcb82398d032ec4062bfd7f [^]
2016-12-03 01:22mtaalNote Added: 0092060
2016-12-03 01:23mtaalNote Added: 0092061
2016-12-03 01:23mtaalStatusresolved => closed
2016-12-03 01:23mtaalFixed in Version => 3.0PR17Q1
2016-12-16 18:38hudsonbotCheckin
2016-12-16 18:38hudsonbotNote Added: 0092650

Notes
(0091738)
hgbot   
2016-11-22 13:17   
Repository: erp/devel/pi
Changeset: 33576bf5296be0571bcb82398d032ec4062bfd7f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Nov 22 13:15:57 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/33576bf5296be0571bcb82398d032ec4062bfd7f [^]

fixed issue 34596: make configurable ImportEntry wait time

  The time to wait between loops to check if new import entries are present is
  now configurable through import.wait.time property that defines the number
  of seconds to wait.

  Default is kept to 10 minutes as it was before it was configurable.

---
M src/org/openbravo/service/importprocess/ImportEntryManager.java
---
(0092060)
mtaal   
2016-12-03 01:22   
Added documentation here:
http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Configuring_Web_POS_Import_Transaction_Process [^]
(0092061)
mtaal   
2016-12-03 01:23   
Reviewed and tested
(0092650)
hudsonbot   
2016-12-16 18:38   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc8bf00badd0 [^]
Maturity status: Test