User: s51187
Today we briefly switched the old Edit Counter to redirect to the new one, and almost immediately got the error:
An exception occured in driver: SQLSTATE[42000] [1226] User 's51187' has exceeded the 'max_user_connections' resource (current value: 10)
This is using enwiki.analytics.db.svc.eqiad.wmflabs.
What is the limit on the old replicas? The old Edit Counter is still using those, and it consumes around six concurrent connections per request, and while it did go down from time to time, it was mostly infrequent. We are also using six concurrent connections with the new Edit Counter (minus the temporary tables that caused problems like T172882). Our traffic hasn't really changed, so I'm led to believe the old replicas had a higher limit.
That being said, the new replicas are so fast we don't really need to do as many concurrent connections :) So I can and will trim it down some, but given the traffic we receive, it'd be super awesome if we could somehow get a little more quota. Is this possible? I am also giving our API server a different database user, which will help some.