Skip to content

Commit

Permalink
add message about completion of migration request for found migrated …
Browse files Browse the repository at this point in the history
…block
  • Loading branch information
vkuznet committed Aug 29, 2022
1 parent e4c14db commit 306b6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbs/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ func (a *API) ProcessMigration() {
}
// if status of migration block is completed then we update status of migration request
if bid != 0 && bStatus == int64(COMPLETED) {
log.Printf("migration request %+v has block id=%d, status=%d input=%s is marked as completed", mrec, bid, bStatus, migInput)
status = COMPLETED
updateMigrationStatus(mrec, COMPLETED)
return
Expand Down

0 comments on commit 306b6a3

Please sign in to comment.