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
.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
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