Re: Cannot query on a cache using Cassandra as a persistent store

2016-09-24 Thread zhaogxd
Hi Igor, The Cassandra Parallel Data Loader is really a great feature, I will definitely give it a try when it is released. Thinking about making schema changes in production environment, if the underline Cassandra table structure is changed, such as adding or dropping a column, do I have to dest

Re: Ignite inside OData WebAPI

2016-09-24 Thread Murthy Kakarlamudi
Hi Pavel, Based on your suggestion, I updated the code to initialize cache in the constructor. GetMovies() is getting called for each request now. But still I am getting "Default Ignite instance has already been started" error. Can you please help. namespace ODataMovies.Business { public cl

Re: How to avoid the event lost in the continuous query

2016-09-24 Thread Anmol Rattan
Hi Val, As you mentioned there is no loss of events, but there could be duplicates. For scenario, where strict time ordering is expected, getting results from listener first (not in client control) renders events coming from initial query as stale as listener responded earlier.e.g Cache has 77,78