> So are hints to a given UUID discarded after some period of time with
> that UUID not present in the cluster?
From memory they are TTL'd at the gc_grace_seconds for the CF.
Cheers
-
Aaron Morton
Freelance Cassandra Consultant
New Zealand
@aaronmorton
http://www.thelastpickle.co
On Mon, Jun 24, 2013 at 8:53 PM, aaron morton wrote:
>> so I am just wondering if this means the hinted handoffs are also updated to
>> reflect the new Cassandra node uuid.
> Without checking the code I would guess not.
> Because it would involve a potentially large read / write / delete to creat
> so I am just wondering if this means the hinted handoffs are also updated to
> reflect the new Cassandra node uuid.
Without checking the code I would guess not.
Because it would involve a potentially large read / write / delete to create a
new row with the same data. And Hinted Handoff is an
Please note that I am currently using version 1.2.2 of Cassandra. Also we are
using virtual nodes.
My question mainly stems from the fact that the nodes appear to be aware that
the node uuid changes for the IP (from reading the logs), so I am just
wondering if this means the hinted handoffs ar