[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1255) RequestIgnoredException if a node
Erik Salter (JIRA)
jira-events at lists.jboss.org
Tue Jul 19 16:08:24 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Erik Salter updated ISPN-1255:
------------------------------
Attachment: server_node1.log
server_node2.log
Here are logs of the system after the first node starts, executes txs, and then a second node starts. The caches are in DIST mode with numOwners == 2, which means that all data in the system must rehash.
> RequestIgnoredException if a node
> ----------------------------------
>
> Key: ISPN-1255
> URL: https://issues.jboss.org/browse/ISPN-1255
> Project: Infinispan
> Issue Type: Bug
> Reporter: Erik Salter
> Assignee: Manik Surtani
> Attachments: server_node1.log, server_node2.log
>
>
> My application exposes its distributed operations via a REST-based infrastructure. To minimize the delta between JBoss starting and the cache starting, I used the new Distributed Executor to "sticky" a task to the data owner of a set of keys (with the same hash code).
> NOTE: Rehash still causes problems seen in ISPN-1106. (Attached new logs)
> I see a lot of the following error from the DistributedExecutorService when the new node's cache doesn't start in a timely manner:
> Reason: java.lang.IllegalStateException: Invalid response {Satriani-52149(PHL)=RequestIgnoredResponse}
> In addition, I see:
> org.infinispan.util.concurrent.TimeoutException: Timed out waiting for valid responses!
> It takes the cache about 2+ minutes at low throughput rate (30 tx/s) to recover. For high throughput rate, the cluster doesn't recover.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list