Hi Thomas,

Could you please share a small code snippet of cache configuration/cache
creation?
Do you use DDL for that?

I guess that you need to define affinity keys using upper-case

public class CredentialsKey {
    @QuerySqlField(index = true)
    @AffinityKeyMapped
    private String USERNAME;

    @QuerySqlField(index = true)
    private String PASSWORD;
    ...
}

Thanks,
Slava.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to