Edgewall Software

Changes between Initial Version and Version 2 of Ticket #7454


Ignore:
Timestamp:
Jul 22, 2008, 7:50:13 PM (16 years ago)
Author:
Tim Hatch
Comment:

This is a db timeout, caused (my guess) by too many results. Adium's Trac is using postgres with a query timeout, and the timeout is doing its job…

Searching for other short sequences which appear often in larger words ("are", for example) results in the same error. Should we handle this and give a prettier error?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7454

    • Property Keywords postgres added
    • Property Version0.10.5
    • Property Component generalsearch system
    • Property Summary Search on Adium site failed with ERRORs said to report it here.Query timeouts with PG result in traceback
  • Ticket #7454 – Description

    initial v2  
    1010Python Traceback
    1111
     12{{{
    1213Traceback (most recent call last):
    1314  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    2425    return self.cursor.execute(sql_escape_percent(sql), args)
    2526ProgrammingError: canceling statement due to statement timeout
    26 
     27}}}