AtlasOfLivingAustralia / biocache-store

Occurrence processing, indexing and batch processing
Other
7 stars 24 forks source link

Add the ability to delete rows from occ_uuid #293

Closed ansell closed 5 years ago

ansell commented 5 years ago

The intentional architecture choice to hide rowkeys from every level of the system after the initial load has hidden failures in the way the row keys are computed. There needs to be a way to delete these to maintain the current list of uuid to rowkey mappings and verify that biocache-store is not still broken.

This particularly relates to #282 but there are also other operations that are virtually impossible to debug at this point due to the obfuscation layer that occ_uuid adds.