Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 892575

Summary: Replicated cache executes commands when it is not a member of CH
Product: [JBoss] JBoss Data Grid 6 Reporter: Radim Vansa <rvansa>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED WONTFIX QA Contact: Martin Gencur <mgencur>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1.0CC: jdg-bugs
Target Milestone: ---   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-12 15:09:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radim Vansa 2013-01-07 10:57:35 UTC
Cache in replicated mode can execute commands (e.g. PutKeyValueCommand) broadcasted by other nodes in the cluster even if it is not a member of the current ReplicatedConsistentHash. In the PKVC case the container can then contain keys even if the StateConsumerImpl.getOwnedSegments(CH) returns empty list.

Comment 1 JBoss JIRA Server 2013-01-10 10:45:08 UTC
Mircea Markus <mmarkus> made a comment on jira ISPN-2691

This should have no side effect but only a incorrect error in the logs, right?

Comment 2 JBoss JIRA Server 2013-01-10 10:49:20 UTC
Radim Vansa <rvansa> made a comment on jira ISPN-2691

As far as I remember, no, it ended up only with the NPE as ISPN-2692 describes.

Comment 4 JBoss JIRA Server 2013-12-12 15:06:10 UTC
Radim Vansa <rvansa> updated the status of jira ISPN-2691 to Closed

Comment 5 Radim Vansa 2013-12-12 15:09:22 UTC
Already fixed in new replicated mode implementation.