Skip to content

Commit

Permalink
add warn
Browse files Browse the repository at this point in the history
  • Loading branch information
xujianhai666 committed Aug 2, 2019
1 parent 30112fd commit f72bf43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/cluster_impl/failback_cluster_invoker.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (invoker *failbackClusterInvoker) process() {
// ignore return. the get must success.
_, err = invoker.taskList.Get(1)
if err != nil {
logger.Warnf("get task found err: %v\n", err)
break
}

Expand Down

0 comments on commit f72bf43

Please sign in to comment.