You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/02 23:22:36 UTC

[GitHub] merlimat commented on issue #612: Intermittent test failure on NonPersistentTopicTest

merlimat commented on issue #612: Intermittent test failure on NonPersistentTopicTest
URL: https://github.com/apache/incubator-pulsar/issues/612#issuecomment-319825429
 
 
   This one is reproducible locally. There is an exception in the `sendAsync()` : 
   
   ```
   java.util.concurrent.TimeoutException
   	at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1771)
   	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)
   	at org.apache.pulsar.client.api.NonPersistentTopicTest.lambda$0(NonPersistentTopicTest.java:263)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   	at java.lang.Thread.run(Thread.java:745)
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services