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
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | log-storm.png [ 15863 ] |
Philip Breau
made changes -
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. |
Ted Goddard
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Ted Goddard
made changes -
Fix Version/s | EE-3.3.0.GA [ 10575 ] |
Ken Fyten
made changes -
Assignee Priority | P1 [ 10010 ] |
Mircea Toma
made changes -
Summary | Log warning storm after reloading web context | Log warning storm and stop blocking connection requests |
Mircea Toma
made changes -
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 | ||||
ADD
/icepush/trunk/icepush/core/src/main/java/org/icepush/PushStormDetectionServer.java
MODIFY /icepush/trunk/icepush/core/src/main/javascript/connection.async.js MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/BrowserBoundServlet.java |
Ken Fyten
made changes -
Fix Version/s | 3.4 [ 10971 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11383 ] |
Ken Fyten
made changes -
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.