Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
ManifoldCF 0.4
-
None
Description
Postgresql logs the following over and over:
2011-10-24 23:48:56 EDT STATEMENT: INSERT INTO ingeststatus (id,changecount,dockey,lastversion,firstingest,connectionname,authorityname,urihash,lastoutputversion,lastingest,docuri) VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11)
This is clearly part of a failback sequence designed to prevent duplicates, but we seem to be erring by trying the least probable thing first. This no doubt impacts performance as well.