Marking each node down before rolling restart

2010-09-29 Thread Justin Sanders
I looked through the documentation but couldn't find anything. I was wondering if there is a way to manually mark a node "down" in the cluster instead of killing the cassandra process and letting the other nodes figure out the node is no longer up. The reason I ask is because we are having an iss

Re: Marking each node down before rolling restart

2010-09-29 Thread Justin Sanders
.riptano.com/docs/0.6.5/utils/nodetool > > <http://www.riptano.com/docs/0.6.5/utils/nodetool>Aaron > > > On 30 Sep, 2010,at 10:15 AM, Justin Sanders wrote: > > I looked through the documentation but couldn't find anything. I was > wondering if there is a way to m

Re: Querying by date range when using TimeUUIDType ColumnFamily?

2010-04-27 Thread Justin Sanders
You're going to have to build TimeUUIDs based on the date range you are scanning. Problem is most UUID libraries build version 1 UUIDs based on the current time. I was able to get this working in Python by changing the library to allow me to pass in a time. This isn't safe for creating unique UU