<div dir="ltr">one thing that i was concerned about when i put the throttles in place is the relationship between congestion control and packet sizes. if you're generating a large number of small, reliable packets that are being dropped, that could cause the congestion control to kick in more quickly. that would suggest an adjustment based on bytes sent rather than time (though both are probably appropriate). <div><br></div><div>my biggest concern is that we start fixing by "stabbing in the dark". congestion control is particularly nasty in how it interacts which is why i started with a well known & long battle tested algorithm. making random changes might fix one problem and introduce a half dozen others.</div><div><br></div><div>i'm not in a position to help on the diagnosis until next week if you can wait until then.</div><div><br></div><div>--mic</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 26, 2014 at 4:04 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This was actually happening at quite low loads (< 40 connections over all 4 keynotes).  Once adaptive throttles was disabled and other unrelated issues fixed the system had no obvious issues coping with higher loads in both testing and the conference itself (e.g. the 159 peak keynote avatars in the conference).  So I don't think it was a server bandwidth issue.<br>
<br>
That said, it was somewhat strange behaviour as affected only maybe 10-20% of connections.  Once it did affect a connection (I saw this happening by logging downward adjustments which one can still do with the console command "debug lludp throttles log 1"), the connection would not recover - at some point a bunch of expires would reduce the throttle again.  Connections seemed to be affected randomly - I experienced the issue myself at one point and I have pretty solid fibre.<br>
<br>
You're right in that I don't know why this happened or why problematic connections stayed problematic instead of slowly recovering.  Because of time constraints we had to disable adaptive instead of investigating further.  But I don't advocate doing this by default at all because, as you say, it's an important mechanism for congestion control.<br>
<br>
I do plan further investigation will happen at some point but it's time consuming work and I'd really love to get a release out soon-ish.  So for the moment I would like to do tune the adapation mechanism tuning as you've mentioned, which I believe should probably be done anyway.  Because of the nature of the problem, my plan would be not to change the adaption divisor but rather to adapt downwards only every 2 seconds or so if packets are expiring rather than on every packet expire.  I believe this should still achieve the adaption effect without massively penalising the connection if there has been a momentary connection issue or similar.<span class=""><br>
<br>
On 26/11/14 02:39, Mic Bowman wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
As you mention... cutting the throttle by 50% was modeled on the TCP congestion control approach. It is very aggressive<br>
as a congestion control mechanism and certainly could be tuned.<br>
<br>
That being said... do you know why the packets were considered un-acked? If its because the simulator is having problems<br>
(which given your description that it happens under load seems to be the case) then we can probably do something more<br>
intelligent about throttling over all simulator BW. That is... maybe the problem is that the top end of the overall<br>
simulator bw is the problem, not the per connection throttles.<br>
<br>
Manual throttles & adaptive throttles are not exclusive. You can use both. Adaptive manages the top end, but the manual<br>
throttles set an absolute max.<br>
<br>
--mic<br>
<br>
<br></span><span class="">
On Tue, Nov 25, 2014 at 5:15 PM, Justin Clark-Casey <<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a> <mailto:<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.<u></u>com</a>>> wrote:<br>
<br>
    Hi Mic (primarily),<br>
<br>
    Two years ago [1] we had a discussion about the enable_adaptive_throttles setting.  Just for background, this is a<br>
    setting that adapts the amount of data sent to the viewer depending on whether reliable packets sent from the<br>
    simulator are acked or not.  As such, it looks to make sure that a viewer which sets a downstream bandwidth higher<br>
    than its network connection can cope with is not permanently hosed with too much data.  We enabled it on an<br>
    experimental basis [2].<br>
<br>
    As you said at the time, this is modelled on the congestion approach used in TCP.  I see that for TCP, the rate is<br>
    halved on every unacked segment.  In OpenSimulator, it's halved on every unacked reliable packet.<br>
<br>
    However, under fairly modest load conditions in the conference grid, I saw a behaviour where sometimes for a<br>
    connection a sequence of packets would expire for some connections in a very short time period (< 1 sec).  This<br>
    would halve the throttle many times, in my observations right down to the absolute minimum.  This caused the<br>
    behaviour from the user's point of view to degrade considerably for an extended period of time.  The throttles takes<br>
    quite a long period to grow again.<br>
<br>
    I didn't get much further with the diagnostics since a lack of time forced us to switch back to manual throttling<br>
    instead (with a 1 mbit per viewer and 400 mbit total on the keynotes).  This seemed to work okay in testing and in<br>
    the event itself.  However, this leaves one vulnerable to the problem adaptive_throttles looks to tackle in the<br>
    first place.<br>
<br>
    I'm still reading up about this stuff, but it strikes me that halving the throttle on every missed packet is much<br>
    harsher than the TCP approach, as with UDP a whole sequence can expire at once rather than a single segment that is<br>
    subsequently retried before another segment can be missed.<br>
<br>
    One idea is to ignore all expiries in a certain period (e.g. next 2 seconds) if an expired packet has already caused<br>
    the throttle to be halved.  Of course, this is a bit more complicated to do but hopefully not too much so.  What do<br>
    you think?  Any other ideas?<br>
<br></span>
    [1] <a href="http://opensimulator.org/__pipermail/opensim-dev/2011-__October/023017.html" target="_blank">http://opensimulator.org/__<u></u>pipermail/opensim-dev/2011-__<u></u>October/023017.html</a><br>
    <<a href="http://opensimulator.org/pipermail/opensim-dev/2011-October/023017.html" target="_blank">http://opensimulator.org/<u></u>pipermail/opensim-dev/2011-<u></u>October/023017.html</a>><br>
    [2] <a href="http://opensimulator.org/__pipermail/opensim-dev/2011-__October/023063.html" target="_blank">http://opensimulator.org/__<u></u>pipermail/opensim-dev/2011-__<u></u>October/023063.html</a><span class=""><br>
    <<a href="http://opensimulator.org/pipermail/opensim-dev/2011-October/023063.html" target="_blank">http://opensimulator.org/<u></u>pipermail/opensim-dev/2011-<u></u>October/023063.html</a>><br>
<br>
    Best Regards,<br>
<br>
    --<br>
    Justin Clark-Casey (justincc)<br>
    OSVW Consulting<br>
    <a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
    <a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br></span>
    ______________________________<u></u>___________________<br>
    Opensim-dev mailing list<br>
    <a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@opensimulator.org</a> <mailto:<a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@<u></u>opensimulator.org</a>><br>
    <a href="http://opensimulator.org/cgi-__bin/mailman/listinfo/opensim-__dev" target="_blank">http://opensimulator.org/cgi-_<u></u>_bin/mailman/listinfo/opensim-<u></u>__dev</a><br>
    <<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>dev</a>><span class=""><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>dev</a><br>
<br>
</span></blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
OSVW Consulting<br>
<a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>dev</a><br>
</div></div></blockquote></div><br></div>