You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2021/09/24 07:30:24 UTC

[GitHub] [datasketches-java] architmmmec edited a comment on issue #364: ArrayIndexOutofBoundException while updating DataSketch

architmmmec edited a comment on issue #364:
URL: https://github.com/apache/datasketches-java/issues/364#issuecomment-926408992


   Double skecth
   ### Quantiles HeapUpdateDoublesSketch SUMMARY: 
      Empty                        : false
      Direct, Capacity bytes       : false, 
      Estimation Mode              : true
      K                            : 128
      N                            : 510
      Levels (Needed, Total, Valid): 1, 1, 1
      Level Bit Pattern            : 1
      BaseBufferCount              : 255
      Combined Buffer Capacity     : 384
      Retained Items               : 382
      Compact Storage Bytes        : 3,088
      Updatable Storage Bytes      : 3,104
      Normalized Rank Error        : 1.406%
      Normalized Rank Error (PMF)  : 1.711%
      Min Value                    : 3.380000e+02
      Max Value                    : 5.729000e+03
   ### END SKETCH SUMMARY
   
   java.lang.ArrayIndexOutOfBoundsException: 384
   	at com.yahoo.sketches.quantiles.HeapDoublesSketchAccessor.set(HeapDoublesSketchAccessor.java:40)
   	at com.yahoo.sketches.quantiles.DoublesUpdateImpl.zipSize2KBuffer(DoublesUpdateImpl.java:122)
   	at com.yahoo.sketches.quantiles.DoublesUpdateImpl.inPlacePropagateCarry(DoublesUpdateImpl.java:96)
   	at com.yahoo.sketches.quantiles.HeapUpdateDoublesSketch.update(HeapUpdateDoublesSketch.java:222)
   	at MetricCache.updateSketch
   
   @AlexanderSaydakov  can you pls check


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

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org