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/05/18 16:27:35 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #3819: [pulsar-broker] Cache unack-messageId into openRangeSet

merlimat commented on a change in pull request #3819: [pulsar-broker] Cache unack-messageId into openRangeSet
URL: https://github.com/apache/pulsar/pull/3819#discussion_r285344973
 
 

 ##########
 File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
 ##########
 @@ -39,6 +39,7 @@
 import org.apache.pulsar.common.configuration.FieldContext;
 import org.apache.pulsar.common.configuration.PulsarConfiguration;
 import org.apache.pulsar.common.policies.data.BacklogQuota;
+import org.apache.pulsar.common.util.collections.ConcurrentOpenLongPairRangeSet;
 
 Review comment:
   Import shouldn't be needed here

----------------------------------------------------------------
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