[jira] [Created] (IGNITE-2647) Cache is undeployed even when BinaryMarshaller is used

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

[jira] [Created] (IGNITE-2647) Cache is undeployed even when BinaryMarshaller is used

Anton Vinogradov (Jira)
Denis Magda created IGNITE-2647:
-----------------------------------

             Summary: Cache is undeployed even when BinaryMarshaller is used
                 Key: IGNITE-2647
                 URL: https://issues.apache.org/jira/browse/IGNITE-2647
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Denis Magda
            Assignee: Denis Magda
            Priority: Blocker
             Fix For: 1.6


Even when we use BinaryMarshaller a cache can be undeployed in SHARED (ISOLATED , PRIVATE) modes in the following case:

- start a remote server node;
- start a client node;
- create new cache from the client;
- send a compute job to the server that triggers loading a the job class from the client to server;
- stop the server;
- both the job class and the cache will be undeployed.



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