Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: Push Library
-
Labels:None
-
Environment:n/a
-
Assignee Priority:P1
Description
In the ICEmobile MobileShowcase demo we now notice that log storms often, but not always, occur after reloading the web context of the application. These did not occur with the previous ICEpush release. Within a minute thousands of logs can rack up, causing browser instability.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | log-storm.png [ 15863 ] |
Description | In the ICEmobile MobileShowcase demo we now notice that log storms often, but not always, occur after reloading the web context of the application. These did not occur with the previous ICEpush release. | In the ICEmobile MobileShowcase demo we now notice that log storms often, but not always, occur after reloading the web context of the application. These did not occur with the previous ICEpush release. Within a minute thousands of logs can rack up, causing browser instability. |
Assignee | Mircea Toma [ mircea.toma ] |
Fix Version/s | EE-3.3.0.GA [ 10575 ] |
Assignee Priority | P1 [ 10010 ] |
Summary | Log warning storm after reloading web context | Log warning storm and stop blocking connection requests |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35652 | Thu May 30 08:50:08 MDT 2013 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Fix Version/s | 3.4 [ 10971 ] |
Fix Version/s | 4.0 [ 11383 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Introduced PushStormDetectionServer which detects when (25) consecutive requests arrive at close intervals (at less than 700ms) and sends back an X-Connection=close command back to the bridge to shutdown completely the issuing of new requests.