This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch doc-fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 80de4722758718080536731309fd652faf22b497
Author: Wu Sheng <[email protected]>
AuthorDate: Sun Jul 21 18:00:29 2019 +0800

    Fix a wrong comment.
---
 .../apache/skywalking/oap/server/core/analysis/worker/TopNWorker.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/worker/TopNWorker.java
 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/worker/TopNWorker.java
index 0287f07..712e992 100644
--- 
a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/worker/TopNWorker.java
+++ 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/worker/TopNWorker.java
@@ -30,7 +30,7 @@ import 
org.apache.skywalking.oap.server.library.module.ModuleDefineHolder;
 import org.slf4j.*;
 
 /**
- * Top N worker is a persistence worker, but no
+ * Top N worker is a persistence worker. Cache and order the data, flush in 
longer period.
  *
  * @author wusheng, peng-yongsheng
  */

Reply via email to