Skip to content

Commit 1f8d615

Browse files
committed
Merge remote-tracking branch 'origin/CBG-5144-prep-test' into CBG-5144-prep-test
2 parents dcb7c1b + 7d102ba commit 1f8d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/attachment_compaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ func attachmentCompactSweepPhase(ctx context.Context, dataStore base.DataStore,
430430
return purgedAttachmentCount.Value(), dcpClient.GetMetadataKeyPrefix(), err
431431
}
432432

433-
// attachmentCompactCleanupPhase runs a DCP feed to clean up all documents with an attachment compaction xattr. Returns
433+
// attachmentCompactCleanupPhase runs a DCP feed to clean up all documents with an attachment compaction xattr. Returns
434434
// the DCP checkpoint prefix and any error encountered.
435435
func attachmentCompactCleanupPhase(ctx context.Context, dataStore base.DataStore, collectionID uint32, db *Database, compactionID string, vbUUIDs []uint64, terminator *base.SafeTerminator) (string, error) {
436436
base.InfofCtx(ctx, base.KeyAll, "Starting third phase of attachment compaction (cleanup phase) with compactionID: %q", compactionID)

0 commit comments

Comments
 (0)