From 223ad252dfb81f0c71fbf2d4ab08f2692989c847 Mon Sep 17 00:00:00 2001 From: mjaow Date: Mon, 28 Jan 2019 11:44:31 +0800 Subject: [PATCH] Remove duplicate comment in WarmUpController (#464) --- .../slots/block/flow/controller/WarmUpController.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/controller/WarmUpController.java b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/controller/WarmUpController.java index 2cc99a15..9e4097f9 100755 --- a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/controller/WarmUpController.java +++ b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/controller/WarmUpController.java @@ -34,11 +34,6 @@ import com.alibaba.csp.sentinel.slots.block.flow.TrafficShapingController; * * That’s why we need “warm up”. * - * Sentinel’s “warm up” implementation is based on Guava's algorithm. However, - * unlike Guava's scenario, which is a “leaky bucket”, and is mainly used to - * adjust the request interval, Sentinel is more focus on controlling the count - * of incoming requests per second without calculating its interval. - * * Sentinel's "warm-up" implementation is based on the guava-based algorithm. * However, Guava’s implementation focus on adjusting the request interval, in * other words, a Leaky bucket. Sentinel pays more attention to controlling the