Hi All,
We have a situation where in a table has the following 3 columns say
CREATE TABLE EMPLOYEES
(EMPLOYEE_ID VARCHAR,
EMPLOYEE_NAME VARCHAR,
UPDATEDDATETIME TIMESTAMP,
PRIMARY KEY (EMPLOYEE_ID, EMPLOYEE_NAME))WITH
"template=partitioned,backups=1,cache_name=EMPLOYEE,key_type=com.ril.edif.model.EMPLOYEES,value_type=com.ril.edif.model.EMPLOYEES";
When I use the statement as
INSERT INTO employees(EMPLOYEE_ID, EMPLOYEE_NAME) VALUES ('1001','ANSHU
DHAWAN');
I get 1 row updated and the select count(*) also shows 1 record in there.
But when i do select * from employees I get the exception
"SQL Error [50000]: javax.cache.CacheException: Failed to run map query
remotely.
javax.cache.CacheException: Failed to run map query remotely.
javax.cache.CacheException: Failed to run map query remotely."
We are using Ignite 2.3
Can someone please help us in understanding the issue and how could we
resolve the same?
Thanks
anshu
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/