Hello! It is also possible that something goes wrong with your column-field mapping, so first entry is added with (null, null, null), and the second one fails at adding the same.
Can you show your sqlline output when doing so? Regards, -- Ilya Kasnacheev вт, 2 апр. 2019 г. в 10:43, ashishb888 <[email protected]>: > I have a cache, with complex key (3 fields). I am able get/put from/to the > cache. > But when I insert records from SQLLine, the first record goes to the cache, > but any subsequent insert fails > by giving "Error: Duplicate key during INSERT ....(state=23000,code=0)". > > I created cache by CacheConfiguration. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
