Uploaded image for project: 'Bitrepository'
  1. Bitrepository
  2. BITMAG-802

The IntegrityService database should not be able to have files, which does not have a state on all pillars

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Iteration later
    • 0.21
    • Integrity
    • None

    Description

      In the staging environment at KB, the following SQL query on the IntegrityDB gave odd results:

      SELECT DISTINCT(pillars) FROM (SELECT file_guid, COUNT(pillar_guid) AS pillars FROM fileinfo GROUP BY file_guid) as t1;

      This query should only give 1 result (which must be equal to the number of pillars in the system).
      But it oddly enough gave two answers, both 1 and 5 (the setup has 5 pillars).

      This suggests an issue with the ingestion of file-ids into the database, since every file-id should be defined for every pillar.
      Though there has been both power-failure and space issues on the machine, which might have caused this issue.

      Attachments

        Activity

          People

            jolf Jonas Lindberg Frellesen (Inactive)
            jolf Jonas Lindberg Frellesen (Inactive)
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: