[infinispan-issues] [JBoss JIRA] (ISPN-6602) ParallelHotRodOperation failover not working

Gustavo Fernandes (JIRA) issues at jboss.org
Fri May 6 13:23:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-6602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Fernandes updated ISPN-6602:
------------------------------------
    Summary: ParallelHotRodOperation failover not working  (was: ParallelHotRodOperation fail-over not working)


> ParallelHotRodOperation failover not working
> --------------------------------------------
>
>                 Key: ISPN-6602
>                 URL: https://issues.jboss.org/browse/ISPN-6602
>             Project: Infinispan
>          Issue Type: Bug
>            Reporter: Gustavo Fernandes
>
> When doing a {{putAll}} and a server goes down, the Hot Rod client aborts with the exception:
> {code}
> 15:53:10,741 ERROR (HotRod-client-async-pool-5) [RetryOnFailureOperation] ISPN004007: Exception encountered. Retry 10 out of 10
> org.infinispan.client.hotrod.exceptions.TransportException:: Could not fetch transport
> 	at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:400)
> 	at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.getTransport(TcpTransportFactory.java:278)
> 	at org.infinispan.client.hotrod.impl.operations.PutAllOperation.getTransport(PutAllOperation.java:65)
> 	at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:53)
> 	at org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation.lambda$executeParallel$15(ParallelHotRodOperation.java:63)
> 	at org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation$$Lambda$38/973833666.call(Unknown Source)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)Exception in thread "main" java.util.concurrent.CompletionException: org.infinispan.client.hotrod.exceptions.ParallelOperationException:: java.util.concurrent.ExecutionException: org.infinispan.client.hotrod.exceptions.TransportException:: Could not fetch transport
> 	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
> 	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
> 	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1584)
> 	at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574)
> 	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
> 	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
> 	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
> 	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
> Caused by: org.infinispan.client.hotrod.exceptions.ParallelOperationException:: java.util.concurrent.ExecutionException: org.infinispan.client.hotrod.exceptions.TransportException:: Could not fetch transport
> 	at org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation.executeParallel(ParallelHotRodOperation.java:79)
> 	at org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation.execute(ParallelHotRodOperation.java:50)
> 	at org.infinispan.client.hotrod.impl.RemoteCacheImpl.putAll(RemoteCacheImpl.java:223)
> 	at 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list