You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/06 12:32:53 UTC

[GitHub] [pulsar] jiazhai commented on a change in pull request #4482: [pulsar-client] Client stats on partitioned topics missing some aggregated values

jiazhai commented on a change in pull request #4482: [pulsar-client] Client stats on partitioned topics missing some aggregated values
URL: https://github.com/apache/pulsar/pull/4482#discussion_r291144724
 
 

 ##########
 File path: pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerStatTest.java
 ##########
 @@ -42,12 +32,12 @@
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
-import com.google.common.collect.Lists;
-import com.google.common.collect.Sets;
-import com.google.common.util.concurrent.RateLimiter;
-import com.google.gson.JsonArray;
-import com.google.gson.JsonElement;
-import com.google.gson.JsonObject;
+import java.util.List;
+import java.util.Set;
+import java.util.concurrent.*;
 
 Review comment:
   we should avoid using * in imports

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services