Hide Forgot
The I18nProvider ctor prints out a message: "Getting i18n engine for locale " every time it is constructed (that's a GOOD thing, please leave the log statement in). The problem is that in roughly a 12 hour period I18nProvider was constructed 351992 times, with the Candlepin server receiving only 23721 requests.
IRC convo which lead to this bug: <jmrodri> grep "Getting i18n engine for locale" /var/log/tomcat6/catalina.out | wc -l <jmrodri> 351992 <jbowes> yeah, it's chatty <jmrodri> start of log: Sep 27, 2011 8:49:50 PM <jmrodri> end of log: Sep 28 09:59:10 AM <jmrodri> jbowes: In only made 23721 requests <jmrodri> grep Request: /var/log/tomcat6/catalina.out | wc -l <jmrodri> 23721 <beav> whoa * jmrodri wonders if some of that is from pinsetter <jmrodri> either way seems wasteful
Created attachment 525344 [details] tomcat log showing I18nProvider creations
Attachment causes no translations to occur. Because the locale is set the first time it is created i.e. en_US.
Marking all community bugs modified or beyong as closed.