Re: Error installing Ignite on K8s

2019-05-04 Thread sv
Ok.. so what IS the proper way to use sessionAffinity? I am also getting the same error, using the same yaml. Warning  CreatingLoadBalancerFailed  7s (x10 over 17m)  service-controller  Error creating load balancer (will retry): failed to ensure load balancer for service ignite/ignite:

Ignite many to many relationship

2019-05-04 Thread Stéphane Thibaud
Hello Apache Ignite users, I was wondering what would be the best way to model a many to many relationship. Since uniqueness constraints do not exist in ignite, I thought of setting a primary key constraint on the two columns in my linking table. However, Ignite complains that at least one non

Re: NATIVE PERSISTENCE: Cache data is destroyed after disable WAL and restart

2019-05-04 Thread Manu
Thanks Denis! Regards. Manu. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Timestamp with Python thin client

2019-05-04 Thread Stéphane Thibaud
Hello Apache users, I am running into the following issue: when I try to store a timestamp with nanosecond precision with the Python Thin client, I get the stack trace below. I have specified the timestamp as a tuple of (datetime, nanoseconds) as that is the format in which I also get timestamps