nichunen commented on a change in pull request #671: KYLIN-4026: Avoid too many 
file append operations in HiveProducer of of hive metrics reporter
URL: https://github.com/apache/kylin/pull/671#discussion_r295129470
 
 

 ##########
 File path: 
core-metrics/src/main/java/org/apache/kylin/metrics/lib/impl/BlockingReservoir.java
 ##########
 @@ -42,7 +43,7 @@
     private List<Record> records;
 
     public BlockingReservoir() {
-        this(1, 100);
+        this(100, 500);
 
 Review comment:
   should setting xml "kylinMetrics.xml" also be modified?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to