Skip to content

Commit

Permalink
Merge pull request #322 from cashapp/mtocker-add-unlock
Browse files Browse the repository at this point in the history
fix unlock in progress API
  • Loading branch information
morgo authored Jul 3, 2024
2 parents 7aaf21e + 42f9c7d commit 4e17679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/migration/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ func (r *Runner) GetProgress() Progress {
case stateChecksum:
r.checkerLock.Lock()
summary = fmt.Sprintf("Checksum Progress=%s/%s", r.checker.RecentValue(), r.table.MaxValue())
r.checkerLock.Unlock()
}
return Progress{
CurrentState: r.getCurrentState().String(),
Expand Down

0 comments on commit 4e17679

Please sign in to comment.