Re: Over streaming in one node during repair.

2024-01-24 Thread manish khandelwal
Thanks Bowen and Sebastian . That is good information. I am still figuring out what could have gone wrong. Will update here once I get something. Regards Manish On Wed, Jan 24, 2024 at 3:40 PM Bowen Song via user < user@cassandra.apache.org> wrote: > Some common causes of over-streaming: > >

Re: Over streaming in one node during repair.

2024-01-24 Thread Bowen Song via user
Some common causes of over-streaming: * "repair_session_space" is too small (either manually specified, or heap size is small and data on disk is large) * Manually deleting SSTable files * Unexpected foreign (e.g. from a backup) SSTable files * Marking SSTable as repaired or unrepaired inc

Re: Over streaming in one node during repair.

2024-01-23 Thread Sebastian Marsching
I would check whether some SSTables are marked as repaired while others are not (by running sstablemetadata and checking the value of repairedAt). An inconsistency in the repaired state, it might explain overstreaming. During repairs, data from repaired SSTables on one node is only compared wit