Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4586


Ignore:
Timestamp:
Jan 24, 2007, 12:25:57 PM (17 years ago)
Author:
Christian Boos
Comment:

This kind of error should be expected, however we should simply catch it and proceed normally, as this simply means another process or thread has synced the cache in the meantime.

A better solution would be to do the sync in a kind of "atomic" way, though that's not that easy.

See related #4043.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4586

    • Property Component generalversion control
    • Property Priority normalhigh
    • Property Keywords cache added
    • Property Milestone0.10.4
    • Property Owner changed from Jonas Borgström to Christian Boos
  • Ticket #4586 – Description

    initial v1  
     1{{{
    12Traceback (most recent call last):
    23  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    2324    return function(self, *args, **kwargs)
    2425IntegrityError: columns rev, path, change_type are not unique
     26}}}