Re: [vpp-dev] TCP timer race and another possible TCP issue

2020-07-24 Thread Florin Coras
Great! Thanks for confirming! Let me know how it goes with the static http server. Cheers, Florin > On Jul 24, 2020, at 2:00 PM, Ivan Shvedunov wrote: > > Hi Florin, > I re-verified the patches and the modified patch doesn't crash either, so I > think it's safe to merge it. > Thanks! > > I

Re: [vpp-dev] TCP timer race and another possible TCP issue

2020-07-24 Thread Ivan Shvedunov
Hi Florin, I re-verified the patches and the modified patch doesn't crash either, so I think it's safe to merge it. Thanks! I will try to see what is the remaining problem with http_static On Fri, Jul 24, 2020 at 8:15 PM Florin Coras wrote: > Hi Ivan, > > Adding Vanessa to see if she can help w

Re: [vpp-dev] debugging corrupted frame arguments

2020-07-24 Thread Dave Barach via lists.fd.io
Well, at least as far I can tell the bad frame indices aren't well-known magic numbers or ascii text. Time to rent an excavator and start digging... D. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Christian Hopps Sent: Friday, July 24, 2020 2:06 PM To: Dave Barach (dbarach)

Re: [vpp-dev] FD.io - Production Jenkins Restart

2020-07-24 Thread Vanessa Valderrama
Jenkins has been restarted. The mirror is in place again. We'll monitor failures to see if we have the same failures as yesterday. Thank you, Vanessa On 7/24/20 12:24 PM, Vanessa Valderrama wrote: > > We were having some issues with the Gerrit mirror causing intermittent > job failures yesterda

Re: [vpp-dev] debugging corrupted frame arguments

2020-07-24 Thread Christian Hopps
> On Jul 23, 2020, at 4:09 PM, Dave Barach via lists.fd.io > wrote: > [ swapped the order of my reply :) ] > Without having all of the source code available and a reasonable way to repro > the issue, it's going to be quite hard to help you find the culprit. Yes, I realize, so was really onl

[vpp-dev] FD.io - Production Jenkins Restart

2020-07-24 Thread Vanessa Valderrama
We were having some issues with the Gerrit mirror causing intermittent job failures yesterday. To help narrow down the root cause we bypassed the mirror. Bypassing the mirror appears to have caused the same Jenkins instability that required the need for the Gerrit mirror. We are going to put Jenki

Re: [vpp-dev] TCP timer race and another possible TCP issue

2020-07-24 Thread Florin Coras
Hi Ivan, Adding Vanessa to see if she can help with the account issues. Thanks a lot for the patches! Pushed them here [1] and [2]. I took the liberty of slightly changing [2], so if you get a chance, do try it out again. Finally, the static http server still needs fixes. Most probably it mi

Re: [vpp-dev] TCP timer race and another possible TCP issue

2020-07-24 Thread Ivan Shvedunov
I did a bit more debugging and found an issue that was causing invalid TCP connection lookups. Basically, if session_connected_callback was failing for an app (in case of proxy, e.g. b/c the other corresponding connection got closed), it was leaving an invalid entry in the session lookup table. Ano