Hi, The "environment startup” message comes each time I do a page reload, it seems to be on every page load (no matter what page I’m loading).
trackd runs on ubuntu 14.04.2 LTS. Could it be a python environment issue? I’ve followed the installation guide and made a vertualenv. /Anders On 25 Mar 2015, at 18:40, Ryan J Ollos <[email protected]<mailto:[email protected]>> wrote: On Tue, Mar 24, 2015 at 5:45 AM, Anders Lynge Esbensen < [email protected]<mailto:[email protected]>> wrote: Hi I've tried to register for an account on the issue tracker but I get a 404 error using the link(https://issues.apache.org/bloodhound/register) We disabled registration in the issue tracker due to spam, but an upgrade is planned which will allow us to re-enable registration. If you'd like, email me directly and I'll create an account for you. Anyway, I'm trying our bloodhound for as an option for migrating our current issue tracking system. Our tracking system contains 232 products and >6000 tickets. I've written a script which loads the data into the bloodhound database, but the 232 projects make bloodhound VERY slow. Every page load takes more than 30 sec. The cpu load from tracd is at 99% and the postgress sql database is also takes quite a beating. The log shows an entry like this for every product(and for every page load): 2015-03-24 13:07:41,157 Trac[env] DEBUG: Log type 'file' for product '3' 2015-03-24 13:07:41,157 Trac[env] INFO: Inheriting parent logger for product '3' 2015-03-24 13:07:41,158 Trac[default_workflow] DEBUG: Workflow actions at initialization: {u'resolve': {u'operations': [u'set_resolution'], 'name': u'resolve', 'default': 0, 'newstate': u'closed', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': u'accept', 'default': 0, 'newstate': u'accepted', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': u'leave', u'default': 1, 'newstate': u'*', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': u'reopen', 'default': 0, 'newstate': u'reopened', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'reassign': {u'operations': [u'set_owner'], 'name': u'reassign', 'default': 0, 'newstate': u'assigned', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'name': 'reset', 'default': 0, 'newstate': 'new', 'oldstates': [], 'permissions': []}} 2015-03-24 13:07:41,158 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow'] 2015-03-24 13:07:41,159 Trac[env] INFO: -------------------------------- product 3 environment startup [Trac 1.0.1] ------------------------------ -- How frequently do you see the "environment startup" messages? On every page load?
