#11767 closed defect (worksforme)
Trac[cache] WARNING: Revision 48101 already cached: IntegrityError('columns repos, rev are not unique',)
Reported by: | Kvasi | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 1.0-stable |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Post commit hook did not work for just one commit. Checked log and found:
Trac[cache] WARNING: Revision 48101 already cached: IntegrityError('columns repos, rev are not unique',)
for that commit.
Have only experienced it twice ever. Checking the log found 6 similar warning (since last update a year ago)
Attachments (2)
Change History (9)
comment:1 by , 10 years ago
Component: | general → version control |
---|---|
Description: | modified (diff) |
by , 10 years ago
Attachment: | trac_log.7z added |
---|
by , 10 years ago
Attachment: | trac-svn-hook added |
---|
comment:2 by , 10 years ago
I guess that [trac] repository_sync_per_request
in your trac.ini is not empty. If explicit synchronization is used, [trac] repository_sync_per_request
option should be empty. See TracRepositoryAdmin#ExplicitSync.
comment:3 by , 10 years ago
I don't have any repository_sync_per_request setting in the ini file. Which would be the same as an empty one, I guess?
comment:4 by , 10 years ago
No. That option should explicitly be set to an empty value. Current settings can be able to view with About Trac view in your Trac site.
comment:6 by , 10 years ago
Cc: | added |
---|
comment:7 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Warning is logged after [13337]. Please reopen if this continues to be an issue.
That message is not a defect and can be ignored. If
changeset added
command is concurrently called, that can occur.Could you please post your hooks/post-commit script and entire of trac.log?