DoctorFung opened a new issue, #12512:
URL: https://github.com/apache/dubbo/issues/12512

   具体报错如下:
   Caused by: java.util.concurrent.ExecutionException: 
java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 
1086 out of bounds for double
   
atjava.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
   at 
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2070)
   at 
org.apache.dubbo.rpc.AsyncRpcResult.getAppResponse(AsyncRpcResult.java:161)
   89 common frames omitted
   Caused by: java.lang.ArrayIndex0utOfBoundsException: arraycopy: last 
destination index 1086 out of bounds for double[1050]
   at java.base/java.lang.System.arraycopy(Native Method)
   at com.tdunning.math.stats.MergingDigest.merge(MergingDigest.java:381)
   at 
com.tdunning.math.stats.MergingDigest.mergeNewValues(MergingDigest.java:363)
   at 
com.tdunning.math.stats.MergingDigest.mergeNewValues(MergingDigest.java:353)
   at com.tdunning.math.stats.MergingDigest.add(MergingDigest.java:259)
   at com.tdunning.math.stats.MergingDigest.add(MergingDigest.java:251)
   at com.tdunning.math.stats.AbstractTDigest.add(AbstractTDigest.java:129)
   at 
org.apache.dubbo.metrics.aggregate.TimeWindowQuantile.add(TimeWindowOuantile.iava:51)
   at 
org.apache.dubbo.metrics.collector.AggregateMetricsCollector.onRTEvent(AggregateMetricsCollector.java:92)
   
atorg.apache.dubbo.metrics.collector.AggregateMetricsCollector.onEvent(AggregateMetricsCollector.java:82)
   at 
org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster.publishEvent(SimpleMetricsEventMulticaster.iava:48)
   
atorg.apache.dubbo.metrics.collector.sample.MethodMetricsSampler.lambda$rtConfigure$3(MethodMetricsSampler.java:61)
   at 
org.apache.dubbo.metrics.collector.sample.SimpleMetricsCountSampler.addRT(SimpleMetricsCountSampler.java:120)
   at 
org.apache.dubbo.metrics.filter.MethodMetricsInterceptor.rtTime(MethodMetricsInterceptor.java:97)
   at org. 
apache.dubbo.metrics.filter.MethodMetricsInterceptor.onCompleted(MethodMetricsInterceptor.java:101)
   at 
org.apache.dubbo.metrics.filter.MethodMetricsInterceptor.afterMethod(MethodMetricsInterceptor.java:58)
   at 
org.apache.dubbo.metrics.filter.MetricsFilter.onResponse(MetricsFilter.iava:64)
   
atorg.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CallbackRegistrationInvoker.lambda$invoke$1(FilterChainBuilder.java:218)
   
atorg.apache.dubbo.rpc.AsyncRpcResult.lambda$whenCompleteWithContext$0(AsyncRpcResult.java:228)
   at 
java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
   at 
java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:883)
   at 
java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2322)
   at 
org.apache.dubbo.rpc.AsyncRpcResult.whenCompleteWithContext(AsyncRpcResult.java:224)
   
atorg.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CallbackRegistrationInvoker.invoke(FilterChainBuilder.java:195)


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to