[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #19 from Nick Williams --- Confirmed. Looks like it is working now. Thanks! -- You are receiving this mail because: You are the assignee for the bug. - To un

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Nick Williams changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #17 from Nick Williams --- Created attachment 31078 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31078&action=edit Sample project to replicate regression Something still isn't quite right. I've attached a sample p

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #13 from Konstantin Preißer --- Hi Mark, (In reply to Mark Thomas from comment #12) > 8.0.x has been updated. As I still can't reproduce this I'd again appreciate > your help with testing. I updated to r1544165 and I'm now una

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #12 from Mark Thomas --- (In reply to Mark Thomas from comment #11) > The IllegalStateException (closed) might be OK but I need to confirm. It is OK but could be handled better so I have improved the handling of this. > The Il

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #11 from Mark Thomas --- OK. Getting better but maybe not quite there yet. Because WebSocket has the potential for multiple threads to be working with a socket concurrently (one read, one write) there is a world of opportunity f

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #10 from Konstantin Preißer --- (In reply to Konstantin Preißer from comment #8) > Thanks a lot. I updated to r1543948 and cannot reproduce the main problems > any more (like websocket connection suddenly closes, wrong response

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #9 from Konstantin Preißer --- (In reply to Konstantin Preißer from comment #8) > I also still see the following exception: Actually I meant the following exception here (but the other one also occurs): Exception in thread "We

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #8 from Konstantin Preißer --- Hi Mark, (In reply to Mark Thomas from comment #7) > I'm not seeing the errors you are seeing but I did spot a possible failure > mode which I have now fixed. Could you re-test 8.0.x please. Than

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #7 from Mark Thomas --- I'm not seeing the errors you are seeing but I did spot a possible failure mode which I have now fixed. Could you re-test 8.0.x please. -- You are receiving this mail because: You are the assignee for t

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #5 from Mark Thomas --- I've hopefully fixed this in trunk. If you can provide some feedback on the fix that would be great. I'm leaving this open as I have a little clean-up still to do in trunk for this fix and I also want to

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #4 from Mark Thomas --- I can see one problem immediately. While the code does check for concurrent messages (which will trigger an IllegalStateException) text messages are converted to bytes before that check in a single buffer

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Konstantin Preißer changed: What|Removed |Added OS||All --- Comment #3 from Konst

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #2 from Konstantin Preißer --- Created attachment 31057 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31057&action=edit Screenshot of FF getting a raw websocket respone (2) -- You are receiving this mail because:

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #1 from Konstantin Preißer --- Created attachment 31056 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31056&action=edit Screenshot of FF getting a raw websocket respone (1) -- You are receiving this mail because:

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Konstantin Preißer changed: What|Removed |Added Attachment #31055|0 |1 is patch|