Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhilesh53 committed Oct 20, 2024
1 parent 3de7460 commit 36ccc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zboxcore/sdk/rollback.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (rb *RollbackBlobber) processRollback(ctx context.Context, tx string) error
}

if strings.Contains(string(respBody), "pending_markers:") {
fmt.Println("=======================\n" , string(respBody), "\n=======================")
l.Logger.Info("Commit pending for blobber ",
rb.blobber.Baseurl, " Retrying")
time.Sleep(5 * time.Second)
Expand Down

0 comments on commit 36ccc3e

Please sign in to comment.