apurtell commented on a change in pull request #787: HBASE-23245 : 
MutableHistogram constructor changes and provide Histog…
URL: https://github.com/apache/hbase/pull/787#discussion_r344398956
 
 

 ##########
 File path: 
hbase-metrics/src/main/java/org/apache/hadoop/hbase/metrics/impl/HistogramImpl.java
 ##########
 @@ -36,7 +36,7 @@
   private final CounterImpl counter;
 
   public HistogramImpl() {
-    this(Integer.MAX_VALUE << 2);
+    this((long) Integer.MAX_VALUE << 2);
 
 Review comment:
   I see, this is the change that required the test changes

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