spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

ConsulCatalogWatch isRunning method alway return false #704

Closed LiKai5412 closed 3 years ago

LiKai5412 commented 3 years ago

Describe the bug ConsulCatalogWatch isRunning method alway return false, so the stop() method never gets called,cause watchFuture cannot be cancelled and the spring boot graceful shutdown get stuck few minutes.