I have made the index on bite[] field:
@QuerySqlField (index = true, notNull = true)
private byte[] sha1;
After loading data the cluster (Ignate 2.4) break down with errors in log:
org.apache.ignite.IgniteException: Runtime failure on row: Row@4eaa09d2[
key: 63654, val: model.File [idHash=1152876998, hash=-392466620, sha1=[13,
120, 111, -46, -93, -15, 94, -12, -77, 14, -51, 108, 29, -22, 18, 65, 84,
-100, 19, 105]]]
and
java.lang.UnsupportedOperationException: Invalid fast index type: -21
How it is possible to index and use as a key of the byte[] field?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/