Hi, OK so this morning I fired up the tutorial to make sure everything is working fine with gora-cassandra and I have a few obervations:
1) The trivial query "bin/gora logmanager -query 10 12" returns me around 8K keys... problem! 2) On the face of it I'm not sure if delete and delete by query operations are successfully sending a flush to the data store. For example when I do a delete on a particular key, I'm informed that it has been deleted but then when I attempt to get on it I am successfully able to do so and get the same record back... The same happens for the delete by query operation and additionally I see no flush operations evident in my Cassandra log. I'm going to investigate these both later when I get some time. Thanks Lewis -- Lewis

