HomeSoftware Heritage

cassandra: Fix incomplete check of content existence in object_find_by_sha1_git

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

cassandra: Fix incomplete check of content existence in object_find_by_sha1_git

content_missing_by_sha1_git only checks the index and not the main table.

This is incorrect, because contents should not be considered written
before an entry is written to the main table, even if an entry
exists in one of the indexes.

Details

Provenance
vlorentzAuthored on Oct 18 2021, 1:00 PM
vlorentzPushed on Oct 19 2021, 3:21 PM
Differential Revision
D6494: cassandra: Fix incomplete check of content existence in object_find_by_sha1_git
Build Status
Buildable 24515
Build 38251: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.