[
https://issues.jboss.org/browse/ISPN-3366?page=com.atlassian.jira.plugin....
]
Mircea Markus commented on ISPN-3366:
-------------------------------------
Following on the previous comment, N1 sees as owners {N4, N1} but N4 doesn't see
itself as an owner of that key.
N1:
{quote}
2013-07-25:13:26:02,243 TRACE
[org.infinispan.interceptors.distribution.NonTxDistributionInterceptor]
(HotRodServerWorker-15) Not doing a remote get for key
ByteArrayKey{data=ByteArray{size=16, hashCode=574ff563, array=0x033e0d7468726561..}} since
entry is not affected by rehash or is already in data container. We are
node1/clustered(s1), *owners are [node4/clustered(s1), node1/clustered(s1)]*
{quote}
N4:
{quote}
2013-07-25:13:26:02,000 TRACE
[org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor]
(OOB-188,shared=tcp) *Are (node4/clustered(s1)) we the lock owners for key
'ByteArrayKey{data=ByteArray{size=16, hashCode=19e17f1d,
array=0x033e0d7468726561..}}'? false*
{quote}
The fact that the hash code is different between nodes explains this discrepancy.
Would be interesting to see if the key array is sent correctly between nodes (currently
only the first 8 bytes are written). [~nekop] would it be possible to re-run this with
-Dinfinispan.arrays.debug flag enabled?
Data loss when entry forwarding to primary owner and primary owner
shutdown
---------------------------------------------------------------------------
Key: ISPN-3366
URL:
https://issues.jboss.org/browse/ISPN-3366
Project: Infinispan
Issue Type: Bug
Components: Distributed Cache
Affects Versions: 5.2.4.Final, 6.0.0.Alpha1
Reporter: Takayoshi Kimura
Assignee: Dan Berindei
Priority: Critical
Attachments: ISPN-3366-logs.zip
Looks like a problem in entry forwarding.
Here is test scenario:
* DIST numOwners=2, start with 4 nodes cluster then normal shutdown 1 node during load
* HotRod putIfAbsent accesses from 40 threads (1 process, 1 remote cache instance), 40000
entries total
After the test run, the numberOfEntries on each node are:
* node1: 26608
* node2: 26622
* node3: 26746
* node4: 0
Total is 79976 and HotRod client received 11 errors, so 79976 + (11 * 2) = 79998. It
means 1 entry is completely missing.
Let's take a look at the missing entry, hash(thread16key59) = 574ff563.
Current CH: owners(574ff563) are [node4, node1]
The events sequence is:
* hotrod -> node1
* node1 forwarding it to primary owner node4
* node4 doesn't process the forwarded entry, shutdown
Result owners(7c29bccb) is [] empty. This entry is completely lost without any errors.
--
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