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 2022/08/18 10:33:11 UTC

[GitHub] [pulsar] eolivelli opened a new pull request, #17160: [bug] pulsar-perf consume, do not fail in case of reading data older than 10 days

eolivelli opened a new pull request, #17160:
URL: https://github.com/apache/pulsar/pull/17160

   ### Motivation
   When you read old data using pulsar-perf consume you see this error:
   
   > 022-08-18T12:10:36,794+0200 [pulsar-external-listener-3-1] ERROR org.apache.pulsar.client.impl.ConsumerBase - [persistent://public/default/test][b] Message listener error in processing message: 47:1532:-1:0
   > java.lang.ArrayIndexOutOfBoundsException: value outside of histogram covered range. Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 1987201 out of bounds for length 1835008
   > 	at org.HdrHistogram.AbstractHistogram.handleRecordException(AbstractHistogram.java:492) ~[HdrHistogram-2.1.9.jar:2.1.9]
   > 	at org.HdrHistogram.AbstractHistogram.recordSingleValue(AbstractHistogram.java:482) ~[HdrHistogram-2.1.9.jar:2.1.9]
   > 	at org.HdrHistogram.AbstractHistogram.recordValue(AbstractHistogram.java:397) ~[HdrHistogram-2.1.9.jar:2.1.9]
   > 	at org.HdrHistogram.Recorder.recordValue(Recorder.java:100) ~[HdrHistogram-2.1.9.jar:2.1.9]
   > 	at org.apache.pulsar.testclient.PerformanceConsumer.lambda$main$613f18c5$1(PerformanceConsumer.java:323) ~[pulsar-testclient.jar:2.11.0-SNAPSHOT]
   > 	at org.apache.pulsar.client.impl.ConsumerBase.callMessageListener(ConsumerBase.java:1084) ~[pulsar-client-original.jar:2.11.0-SNAPSHOT]
   > 	at org.apache.pulsar.client.impl.ConsumerBase.lambda$triggerListener$10(ConsumerBase.java:1057) ~
   >
   
   ### Modifications
   
   Consider latencies out of bound as the maximum latency
   


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

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


[GitHub] [pulsar] eolivelli merged pull request #17160: [bug] pulsar-perf consume, do not fail in case of reading data older than 10 days

Posted by GitBox <gi...@apache.org>.
eolivelli merged PR #17160:
URL: https://github.com/apache/pulsar/pull/17160


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

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