You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2015/12/08 13:43:10 UTC

[jira] [Created] (IGNITE-2106) BinaryMarshaller: near cache mustn't keep a copy on put() operation

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)