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/04/28 07:45:22 UTC

[GitHub] [pulsar] lhotari opened a new issue, #15364: Flaky-test: KinesisSinkTester.addMoreRecordsAndGetMillisBehindLatest

lhotari opened a new issue, #15364:
URL: https://github.com/apache/pulsar/issues/15364

   KinesisSinkTester.addMoreRecordsAndGetMillisBehindLatest is flaky. It fails sporadically.
   
   [example failure](https://github.com/apache/pulsar/runs/6205142531?check_suite_focus=true#step:12:20926)
   
   ```
     Error:  testKinesis(org.apache.pulsar.tests.integration.io.sinks.PulsarSinksTest)  Time elapsed: 62.576 s  <<< FAILURE!
     java.io.UncheckedIOException: Cannot encode string.
     	at software.amazon.awssdk.utils.StringUtils.fromBytes(StringUtils.java:578)
     	at software.amazon.awssdk.core.BytesWrapper.asString(BytesWrapper.java:82)
     	at org.apache.pulsar.tests.integration.io.sinks.KinesisSinkTester.addMoreRecordsAndGetMillisBehindLatest(KinesisSinkTester.java:210)
     	at org.apache.pulsar.tests.integration.io.sinks.KinesisSinkTester.lambda$internalValidateSinkResult$2(KinesisSinkTester.java:195)
     	at org.awaitility.core.CallableCondition$ConditionEvaluationWrapper.eval(CallableCondition.java:99)
     	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
     	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
     	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
     	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
     	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
     	at java.base/java.lang.Thread.run(Thread.java:833)
     Caused by: java.nio.charset.MalformedInputException: Input length = 3
     	at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:274)
     	at java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:820)
     	at software.amazon.awssdk.utils.StringUtils.fromBytes(StringUtils.java:576)
     	... 10 more
   ```
   


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

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


[GitHub] [pulsar] lhotari commented on issue #15364: Flaky-test: PulsarSinksTest.testKinesis / KinesisSinkTester.addMoreRecordsAndGetMillisBehindLatest

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #15364:
URL: https://github.com/apache/pulsar/issues/15364#issuecomment-1111860772

   @nicoloboschi @cbornet  This test is really flaky. Do you have a chance to fix the issue? I noticed that changes were made in #14796, #14929, #14948 and #15030 .


-- 
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] github-actions[bot] commented on issue #15364: Flaky-test: PulsarSinksTest.testKinesis / KinesisSinkTester.addMoreRecordsAndGetMillisBehindLatest

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15364:
URL: https://github.com/apache/pulsar/issues/15364#issuecomment-1140361057

   The issue had no activity for 30 days, mark with Stale label.


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