]
Matej Čimbora commented on ISPN-6388:
-------------------------------------
I looked into the issue some time to ago, however couldn't finish it due to context
switch. DistributedCacheStream.rehashAwareIteration shows multiple stayLocal=false
evaluations.
Spark integration - TimeoutException: Replication timeout on
application execution
-----------------------------------------------------------------------------------
Key: ISPN-6388
URL:
https://issues.jboss.org/browse/ISPN-6388
Project: Infinispan
Issue Type: Bug
Components: Spark
Affects Versions: 8.2.0.Final
Reporter: Matej Čimbora
Attachments: app_0.txt, driver.txt, server.txt
The issue occurs sporadically while application is executing (e.g. WordCount example). To
some degree it seems to be affected by number of partitions used (i.e. higher the count,
the less likely the issue occurs).
Using 8 node cluster (1 worker/1 ISPN server per physical node), connector v. 0.2.
Attached sample driver, server, application logs.