GithubHelp home page GithubHelp logo

ignite-bug's Introduction

By default Ignite is set to 2.2.0

Start MainApp class and go to http://localhost:8080/ You'll see that's SampleEntity date is not changing so it's cached.

Change Ignite version to 2.3.0.

Enter http://localhost:8080/ twice. For the first time it's working. Second time is crashing. From other project stacktrace is

field XXX is List type


Caused by: org.apache.ignite.binary.BinaryObjectException: Failed to read field [name=XXXX]
	at org.apache.ignite.internal.binary.BinaryFieldAccessor.read(BinaryFieldAccessor.java:168) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryClassDescriptor.read(BinaryClassDescriptor.java:843) ~[ignite-core-2.3.0.jar:2.3.0]
	... 135 more
Caused by: java.lang.NullPointerException
	at com.google.common.collect.ImmutableList.hashCode(ImmutableList.java:571) ~[guava-20.0.jar:?]
	at java.util.Arrays.hashCode(Arrays.java:4146) ~[?:1.8.0_152]
	at java.util.Objects.hash(Objects.java:128) ~[?:1.8.0_152]
	at com.google.cloud.datastore.BaseKey.hashCode(BaseKey.java:204) ~[google-cloud-datastore-1.8.0.jar:1.8.0]
	at com.jmethods.catatumbo.DefaultDatastoreKey.hashCode(DefaultDatastoreKey.java:134) ~[catatumbo-catatumbo-2.4.0.jar:2.4.0]
	at java.util.HashMap.hash(HashMap.java:339) ~[?:1.8.0_152]
	at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_152]
	at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0_152]
	at org.apache.ignite.internal.binary.BinaryUtils.doReadCollection(BinaryUtils.java:2093) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryReaderExImpl.deserialize0(BinaryReaderExImpl.java:1914) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryReaderExImpl.deserialize(BinaryReaderExImpl.java:1714) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryReaderExImpl.readField(BinaryReaderExImpl.java:1982) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryFieldAccessor$DefaultFinalClassAccessor.read0(BinaryFieldAccessor.java:679) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryFieldAccessor.read(BinaryFieldAccessor.java:164) ~[ignite-core-2.3.0.jar:2.3.0]
	at org.apache.ignite.internal.binary.BinaryClassDescriptor.read(BinaryClassDescriptor.java:843) ~[ignite-core-2.3.0.jar:2.3.0]
	... 135 more

ignite-bug's People

Contributors

mistic92 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.