https://bugzilla.wikimedia.org/show_bug.cgi?id=40428
--- Comment #3 from merl <[email protected]> 2012-09-25 15:24:37 UTC --- I noticed this problem on friday when i was having a quick look at my recent logs. My bot did not report an error to me because after the request fails the script resends the same requests again. This is mostly succesful as far i can see. But of course the increased number of requests needed slow down my bot and increases load at wmf. The error is happening if i send queries that need replag information like the two examples above (siprop=dbrepllag&sishowalldb or maxlag on edits). Most of these queries are successful, so i would guess that there are only few misconfigured servers or having a broken connection to database servers. The returned error for edits is the same as with too high replag. I am using maxlag=12 (my code also has functions to slow down edit speed much earlier and this part is not showing a high replag). Above i posted the full http response header. As you can see it does not contain any information about the server having processed the query with a failure. I am using ipv6 (can fall back zu ipv4) without ssl (java, latest apache httpcomponents api). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
