Hi,
I am trying to connect cassandra and run very simple query that returns 13 rows of data, however if I run this code from main thread (same thread that starts Silo) it works.
But when I use same code in Grain it's not working and giving some Cassandra's domain related Exception.
It's Orleans' sample tutorial-minimal code with 3 lines of Cassandra-related code, I am being sure Grain is activated, there is no any OrleansException and no any helpful info in client log nor server log.
It's very interesting I tried it with different Cassandra DB (2.1 and 3.10) and Driver versions, all same result, it's working from main thread but not working from Grain.
Any suggestion?
Thanks
Hi,
I am trying to connect cassandra and run very simple query that returns 13 rows of data, however if I run this code from main thread (same thread that starts Silo) it works.
But when I use same code in Grain it's not working and giving some Cassandra's domain related Exception.
It's Orleans' sample tutorial-minimal code with 3 lines of Cassandra-related code, I am being sure Grain is activated, there is no any OrleansException and no any helpful info in client log nor server log.
It's very interesting I tried it with different Cassandra DB (2.1 and 3.10) and Driver versions, all same result, it's working from main thread but not working from Grain.
Any suggestion?
Thanks