You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "DoctorFung (via GitHub)" <gi...@apache.org> on 2023/06/13 06:02:19 UTC

[GitHub] [dubbo] DoctorFung opened a new issue, #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常

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-unsubscribe@dubbo.apache.org.apache.org

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


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


[GitHub] [dubbo] EarthChen commented on issue #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen commented on issue #12512:
URL: https://github.com/apache/dubbo/issues/12512#issuecomment-1588629973

   @songxiaosheng PTAL


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo] wxbty commented on issue #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常

Posted by "wxbty (via GitHub)" <gi...@apache.org>.
wxbty commented on issue #12512:
URL: https://github.com/apache/dubbo/issues/12512#issuecomment-1591064028

   他用的3.2.0,升级3.2.1+即可


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo] EarthChen closed issue #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen closed issue #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常
URL: https://github.com/apache/dubbo/issues/12512


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo] songxiaosheng commented on issue #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常

Posted by "songxiaosheng (via GitHub)" <gi...@apache.org>.
songxiaosheng commented on issue #12512:
URL: https://github.com/apache/dubbo/issues/12512#issuecomment-1589140855

   异常有捕获,先通过开关关闭聚合指标,dubbo.metrics.aggregation.enable=false  下个版本我们来修复下。
   


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo] songxiaosheng commented on issue #12512: Dubbo 3.2.2 Triple协议并发场景下偶发数组越界异常

Posted by "songxiaosheng (via GitHub)" <gi...@apache.org>.
songxiaosheng commented on issue #12512:
URL: https://github.com/apache/dubbo/issues/12512#issuecomment-1591056596

   @DoctorFung 确认下你们dubbo-spring-boot-observability-starter版本号是什么呀


-- 
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-unsubscribe@dubbo.apache.org

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


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