Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-282

We see a lot of unique constraint collisions trying to insert into the ingeststatus table

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            kwright@metacarta.com Karl Wright
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: