Posts

Showing posts with the label spring-cloud

A large number of CLOSE_WAIT occurs by using zuul

A large number of CLOSE_WAIT occurs by using zuul when i use springcloud zuul, there is a large number of TCP CLOSE_WAIT status occurs,can anyone knows why its happens? here is my zuul configuration parent pom <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.9.RELEASE</version> <relativePath /> </parent> pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> </dependency...