diff --git a/modules/reconciler/src/main/kotlin/org/veupathdb/vdi/lib/reconciler/ReconcilerInstance.kt b/modules/reconciler/src/main/kotlin/org/veupathdb/vdi/lib/reconciler/ReconcilerInstance.kt index 0bb966b9..82b8c0e6 100644 --- a/modules/reconciler/src/main/kotlin/org/veupathdb/vdi/lib/reconciler/ReconcilerInstance.kt +++ b/modules/reconciler/src/main/kotlin/org/veupathdb/vdi/lib/reconciler/ReconcilerInstance.kt @@ -120,7 +120,8 @@ class ReconcilerInstance( try { logger().info("Trying to delete dataset $datasetID.") Metrics.reconcilerDatasetDeleted.labels(targetDB.name).inc() - targetDB.deleteDataset(datasetID = datasetID, datasetType = datasetType) + // TODO re-enable deletes once we are confident in the logic. +// targetDB.deleteDataset(datasetID = datasetID, datasetType = datasetType) } catch (e: Exception) { // Swallow exception and alert if unable to delete. Reconciler can safely recover, but the dataset // may need a manual inspection.