[jira] [Created] (IGNITE-4305) GridNearAtomicSingleUpdateInvokeRequest cannot unmarshal invoke arguments properly.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4305) GridNearAtomicSingleUpdateInvokeRequest cannot unmarshal invoke arguments properly.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-4305:
---------------------------------------

             Summary: GridNearAtomicSingleUpdateInvokeRequest cannot unmarshal invoke arguments properly.
                 Key: IGNITE-4305
                 URL: https://issues.apache.org/jira/browse/IGNITE-4305
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.8
            Reporter: Vladimir Ozerov
            Assignee: Semen Boikov
             Fix For: 1.8


Steps to reproduce:
1) Set binary marshaller as deafult for {{GridCacheBinaryAtomicEntryProcessorDeploymentSelfTest}}:
{code}
static {
    GridTestProperties.setProperty(GridTestProperties.MARSH_CLASS_NAME, BinaryMarshaller.class.getName());        GridTestProperties.setProperty(GridTestProperties.ENTRY_PROCESSOR_CLASS_NAME,
            "org.apache.ignite.tests.p2p.CacheDeploymentBinaryEntryProcessor");
    }
{code}

2) Run the test, observe failures in {{testInvokeDeployment*}} tests.

3) Go to {{GridNearAtomicSingleUpdateFuture.mapSingleUpdate}} and force single transform to use old {{GridNearAtomicFullUpdateRequest}}

4) Re-run test. No all pass.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)