[akka-user] Re: Akka HTTP (RC-4): failing on blocking operations with simple test

2015-07-06 Thread Egis
You are most likely getting these errors because of this regression in RC4: https://github.com/akka/akka/issues/17854 Your test should do what you expect with RC3. It would also work with RC4 if your client had HTTP KeepAlive enabled: > ab -n 50 -c 4 -k http://localhost:9000/test Egis On Sunda

[akka-user] Re: Akka HTTP (RC-4): failing on blocking operations with simple test

2015-07-06 Thread Dmitry Vorobiov
Wow, it might be the cause, thank you, Egis! I ll check it soon! On Monday, July 6, 2015 at 11:45:17 AM UTC+2, Egis wrote: > > You are most likely getting these errors because of this regression in > RC4: https://github.com/akka/akka/issues/17854 > > Your test should do what you expect with RC3.

Re: [akka-user] Re: Akka HTTP (RC-4): failing on blocking operations with simple test

2015-07-07 Thread Endre Varga
yes, that will be fixed soon. On Mon, Jul 6, 2015 at 11:48 AM, Dmitry Vorobiov wrote: > Wow, it might be the cause, thank you, Egis! I ll check it soon! > > > On Monday, July 6, 2015 at 11:45:17 AM UTC+2, Egis wrote: >> >> You are most likely getting these errors because of this regression in >>

Re: [akka-user] Re: Akka HTTP (RC-4): failing on blocking operations with simple test

2015-07-07 Thread Dmitry Vorobiov
Thank you! For now I just downgraded to RC3 and it works. On Tuesday, July 7, 2015 at 10:29:59 AM UTC+2, drewhk wrote: > > yes, that will be fixed soon. > > On Mon, Jul 6, 2015 at 11:48 AM, Dmitry Vorobiov > wrote: > >> Wow, it might be the cause, thank you, Egis! I ll check it soon! >> >> >> On

Re: [akka-user] Re: Akka HTTP (RC-4): failing on blocking operations with simple test

2015-07-07 Thread Viktor Klang
Life on the cutting edge sometimes turn into life on the bleeding edge ;) On Tue, Jul 7, 2015 at 11:16 AM, Dmitry Vorobiov wrote: > Thank you! For now I just downgraded to RC3 and it works. > > On Tuesday, July 7, 2015 at 10:29:59 AM UTC+2, drewhk wrote: >> >> yes, that will be fixed soon. >> >>