[infinispan-issues] [JBoss JIRA] (ISPN-2734) KeyAffinityServiceImpl.KeyGeneratorWorker hangs in loop
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Jan 29 10:14:47 EST 2013
[ https://issues.jboss.org/browse/ISPN-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751084#comment-12751084 ]
Galder Zamarreño commented on ISPN-2734:
----------------------------------------
Oh, if it was an endless ACTIVE/INACTIVE loop, then that is fine because that's what it's meant to do unless it's stopped:
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java#L237
The question is, what's the root of the hang, and for that we need a thread dump. I'm rejecting this JIRA for the moment. Please reopen if you find more about this.
> KeyAffinityServiceImpl.KeyGeneratorWorker hangs in loop
> -------------------------------------------------------
>
> Key: ISPN-2734
> URL: https://issues.jboss.org/browse/ISPN-2734
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Cache
> Affects Versions: 5.2.0.CR1
> Reporter: Thomas Fromm
> Assignee: Galder Zamarreño
> Fix For: 5.2.0.Final
>
>
> I found a node in cluster which seems to hang in a loop because of not closed latch, maybe caused due an prior error error.
> TRACE 21.01.13 09:43:04,653 [pool-44-thread-1] KeyAffinityServiceImpl KeyGeneratorWorker marked as ACTIVE
> TRACE 21.01.13 09:43:04,653 [pool-44-thread-1] KeyAffinityServiceImpl KeyGeneratorWorker marked as INACTIVE
> TRACE 21.01.13 09:43:04,653 [pool-44-thread-1] KeyAffinityServiceImpl KeyGeneratorWorker marked as ACTIVE
> No further log available, since I've changed the loglevel of org.infinispan an runtime.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list