Skip to content

Commit 86c8cb9

Browse files
torcolvinCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 164d839 commit 86c8cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/background_mgr_resync_dcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ func (r *ResyncManagerDCP) Run(ctx context.Context, options map[string]any, pers
452452
}
453453

454454
// invalidatePrincipals starts the invalidate principals background manager and polls until it completes.
455-
// If the manager is stopped before completing (e.g. due to a node failure), it is restarted. The loop exits
455+
// If the manager is stopped before completing, it is restarted. The loop exits
456456
// when the manager completes successfully, returns an error, or the resync terminator fires.
457457
func (r *ResyncManagerDCP) invalidatePrincipals(ctx context.Context, db *DatabaseContext, regenerateSequences bool, hasAllCollections bool, terminator *base.SafeTerminator) error {
458458
if r.invalidatePrincipalsManager == nil {

0 commit comments

Comments
 (0)