[jira] [Created] (IGNITE-6551) .NET: NPE in PlatformDotNetCacheStore on Java-only nodes

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

[jira] [Created] (IGNITE-6551) .NET: NPE in PlatformDotNetCacheStore on Java-only nodes

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-6551:
--------------------------------------

             Summary: .NET: NPE in PlatformDotNetCacheStore on Java-only nodes
                 Key: IGNITE-6551
                 URL: https://issues.apache.org/jira/browse/IGNITE-6551
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Pavel Tupitsyn
            Priority: Minor


When trying to start a cache with .NET cache store in multi-platform cluster (with Java-only server nodes), there is a NullPointerException

{code}
Caused by: java.lang.NullPointerException
                        at
org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore.doInvoke(PlatformDotNetCacheStore.java:431)
                        at
org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore.write(PlatformDotNetCacheStore.java:253)
                        at
org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.put(GridCacheStoreManagerAdapter.java:570)
{code}

We should provide a meaningful exception explaining the problem in such cases.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)