Anton Vinogradov created IGNITE-2106:
----------------------------------------
Summary: BinaryMarshaller: near cache mustn't keep a copy on put() operation
Key: IGNITE-2106
URL:
https://issues.apache.org/jira/browse/IGNITE-2106 Project: Ignite
Issue Type: Bug
Reporter: Anton Vinogradov
Assignee: Anton Vinogradov
Priority: Blocker
Binary marshaller is an opensouced Gridgain Prortable marshaller,
So bug
http://atlassian.gridgain.com/jira/browse/GG-10791 moved to Ignite jira.
There are several deployment related tests that fail when PortableMarshaller is used.
GridPortableCacheDeploymentSelftTest.testDeployment3()/testDeployemnt4();
GridPortableCacheDeploymentOffHeapSelfTest.testDeployment3()/testDeployemnt4();
The reason of the failure is that a near cache stores a copy of a cache entry when the cache.put() is being executed. No cache.get() was explicitly called during the test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)