On Wed, 2019-12-18 at 00:13 -0800, Ryan Schmitt wrote: > Adding the list. > > On Wed, Dec 18, 2019 at 12:12 AM Ryan Schmitt <[email protected]> > wrote: > > > I found and fixed the main flow control bug that was tormenting me, > > but I > > still think that this `lowMark` business needs a second look. It > > doesn't > > impact correctness as far as I can tell, but the current behavior > > is > > probably not what is intended. > >
My original intention with lowMark was to allow individual data producers to produce capacity updates before their respective capacity window hits zero and the data stream stalls. I am open to newer ideas or better solutions. > > The remaining bugs known to me are currently: > > - IOReactor shutdown in SubscribeToShardIntegrationTest (this may > > be a > > test bug of some kind, but I don't actually think the IOReactor is > > *crashing* at any rate) Is there an exception I could take a look at without running SubscribeToShardIntegrationTest and the whole test suite? I should have more bandwidth later this week and could try to run the test suite locally. > > - Non-deterministic reactive test failures in HttpClient (debugging > > these > > will be a huge hassle) Let me know if you need a helping hand here specially if can reproduce the same issue with httpclient integration tests. > > - It appears the IOReactor's audit log has been overlooked > > It got replaced with a simple callback, see my previous message. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
