[ 
https://issues.apache.org/jira/browse/IGNITE-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Dudkov reopened IGNITE-4305:
---------------------------------------

> 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: Konstantin Dudkov
>             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)

Reply via email to