Skip to content

Commit

Permalink
Merge 7726ae6 into backport/f-waiting-for-previous-alloc-log-info/gra…
Browse files Browse the repository at this point in the history
…tefully-factual-zebra
  • Loading branch information
hc-github-team-nomad-core authored Jan 8, 2025
2 parents da58710 + 7726ae6 commit f70529a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/allocwatcher/alloc_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (p *localPrevAlloc) Wait(ctx context.Context) error {
}

// Block until previous alloc exits
p.logger.Debug("waiting for previous alloc to terminate")
p.logger.Info("waiting for previous alloc to terminate")
for {
select {
case prevAlloc, ok := <-p.prevListener.Ch():
Expand Down Expand Up @@ -350,7 +350,7 @@ func (p *remotePrevAlloc) Wait(ctx context.Context) error {
p.waitingLock.Unlock()
}()

p.logger.Debug("waiting for remote previous alloc to terminate")
p.logger.Info("waiting for remote previous alloc to terminate")
req := structs.AllocSpecificRequest{
AllocID: p.prevAllocID,
QueryOptions: structs.QueryOptions{
Expand Down

0 comments on commit f70529a

Please sign in to comment.