Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035556Retail ModulesStoreServerpublic2017-03-17 10:432017-03-18 12:30
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
 
mtaal
No
0035556: Server status ping periodicity should only be controlled by OBMOBC_Ping_Periodicity preference
There is some code in ServerStateBackground that prevents pinging a server if it is online more often than every 5 minutes.

It should be enough to control the periodicity of the pings with the OBMOBC_Ping_Periodicity preference preference.
In a multiserver environment:
- Set the OBMOBC_Ping_Periodicity preference to 30 seconds
- Restart Tomcat in the Central and in the Store server
- Check that the Store Server only receives a ping once every minutes, instead of twice.
No tags attached.
related to defect 0035049 closed AugustoMauch ServerStateBackground performance can be improved 
Issue History
2017-03-17 10:43AugustoMauchNew Issue
2017-03-17 10:43AugustoMauchAssigned To => AugustoMauch
2017-03-17 10:43AugustoMauchTriggers an Emergency Pack => No
2017-03-17 10:44AugustoMauchReview Assigned To => mtaal
2017-03-17 10:45hgbotCheckin
2017-03-17 10:45hgbotNote Added: 0095361
2017-03-17 10:45hgbotStatusnew => resolved
2017-03-17 10:45hgbotResolutionopen => fixed
2017-03-17 10:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6ec9220ee256cfe2f3cb3bd815a46bb3aa4b08a1 [^]
2017-03-17 10:49AugustoMauchRelationship addedrelated to 0035049
2017-03-18 12:30mtaalNote Added: 0095386
2017-03-18 12:30mtaalStatusresolved => closed

Notes
(0095361)
hgbot   
2017-03-17 10:45   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6ec9220ee256cfe2f3cb3bd815a46bb3aa4b08a1
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Mar 17 10:44:19 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6ec9220ee256cfe2f3cb3bd815a46bb3aa4b08a1 [^]

Fixes issue 35556: Ping periodicity is only controlled by a preference

Removes some code that prevented pinging a server more often than once every five minutes. The periodicity of the pings can be controlled with the OBMOBC_Ping_Periodicity preference.

---
M src/org/openbravo/mobile/core/servercontroller/ServerStateBackground.java
---
(0095386)
mtaal   
2017-03-18 12:30   
Tested and reviewed