Re: select * throws cannot find schema for object with compact footer

2021-05-24 Thread Alex Plehanov
Hello, Probably related to [1] (Fixed in Ignite 2.9) [1]: https://issues.apache.org/jira/browse/IGNITE-13192 пн, 24 мая 2021 г. в 18:55, Naveen : > When I tried to retrieve the fields of the binary object it does throw > exception, after deleting all such records, it started working fine. We

Re: select * throws cannot find schema for object with compact footer

2021-05-24 Thread Naveen
When I tried to retrieve the fields of the binary object it does throw exception, after deleting all such records, it started working fine. We do have these records earlier also and worked fine, never had any issues, not sure what has caused this issue all of a sudden Thanks -- Sent from:

Re: select * throws cannot find schema for object with compact footer

2021-05-24 Thread Ilya Kasnacheev
Hello! Please refer to https://ignite.apache.org/docs/latest/key-value-api/binary-objects#recommendations-on-binary-objects-tuning It seems that some of the rows in the table has a layout of data which is not present on any of nodes. So Ignite does not know how to unpack these rows into columns.

select * throws cannot find schema for object with compact footer

2021-05-24 Thread Naveen
HI We are using Ignite 2.8.1 when we run select * table, it throws below exception, how ever querying for a specific key works fine. what could have gone wrong here ? Anything we can make out with these ids mentioned below Error: Failed to execute map query on remote node