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