Closed (outdated)
Project:
Drupal core
Version:
6.16
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2010 at 23:34 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Database - Postgresql 8.4
In postgres log file I see these errors:
EEST ERROR: duplicate key value violates unique constraint "semaphore_pkey"
EEST STATEMENT: INSERT INTO semaphore (name, value, expire) VALUES ('locale_cache_bg', '19217212324be725919ac5d7.88212629', 1273439663.63)
2010-05-10 00:13:53 EEST ERROR: duplicate key value violates unique constraint "cache_pkey"
Installed modules:
Taxonomy
CCK
Date
ImageAPI
ImageField
DME Image
ImageCache
Views
Drupal Markup Engine
Taxonomy Manager
Taxonomy hide
Scheduler
Nice Menus
getID3()
FCKeditor
I attached a part of postgresql.log as pdf
Best regards
Bozho
| Comment | File | Size | Author |
|---|---|---|---|
| postgresql-8.4-main.pdf | 106.18 KB | bozho |
Comments
Comment #1
alpapan commentedHello
Even with Drupal 6.20, I can verify that I have the same issue but I think it is sensitive to the configuration of the postgres server for it doesn't happen to another server of ours
More investigations in progress...
cheers,
alexie
Comment #2
alpapan commentedNope, it is not the postgres setup. I filed bug report and a patch that fixes the issue to the cache system http://drupal.org/node/1019260 but it may be a deeper database system problem.
Comment #3
steinmb commentedDamien closed (1019260) as, work as designed, and told people to ignore them. If so, perhaps we should close all related issues to this and move on?
#1019260: Postgres cache race condition violates "cache_pkey"