You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2018/04/16 14:18:00 UTC

[jira] [Created] (IGNITE-8280) NPE on some cases at the QueryEntity.getDecimalInfo

Taras Ledkov created IGNITE-8280:
------------------------------------

             Summary: NPE on some cases at the QueryEntity.getDecimalInfo
                 Key: IGNITE-8280
                 URL: https://issues.apache.org/jira/browse/IGNITE-8280
             Project: Ignite
          Issue Type: Task
    Affects Versions: 2.4
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov
             Fix For: 2.5


{code}
Caused by: java.lang.NullPointerException
    at java.util.Collections$UnmodifiableMap.<init>(Collections.java:1446)
    at java.util.Collections.unmodifiableMap(Collections.java:1433)
    at org.apache.ignite.cache.QueryEntity.getDecimalInfo(QueryEntity.java:581)
    at org.apache.ignite.internal.processors.query.QueryUtils.normalizeQueryEntity(QueryUtils.java:268)
    at org.apache.ignite.internal.processors.query.QueryUtils.normalizeQueryEntities(QueryUtils.java:215)
    at org.apache.ignite.internal.processors.cache.GridCacheUtils.initializeConfigDefaults(GridCacheUtils.java:1688)
    at org.apache.ignite.internal.processors.cache.GridCacheProcessor.initialize(GridCacheProcessor.java:270)
    at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheChangeRequest(GridCacheProcessor.java:4305)
    at org.apache.ignite.internal.processors.cache.GridCacheProcessor.dynamicStartCachesByStoredConf(GridCacheProcessor.java:2956)
    at org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotRestoreFuture.startCaches(SnapshotRestoreFuture.java:371)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)