Re: Materialized Views during node replace

2021-06-04 Thread Shaurya Gupta
Thanks! Why are MVs being treated differently here ? While node replace was ongoing sstables for MV also got streamed. Is rebuilding the MV required to ensure consistency between main table and MVs on the replaced node ? On Fri, Jun 4, 2021 at 2:25 PM Erick Ramirez wrote: > I can't recall if vi

Re: Materialized Views during node replace

2021-06-04 Thread Erick Ramirez
I can't recall if view builds affect the bootstrap but index builds definitely do. It's a bit late now but you could've run nodetool compactionstats to see what tasks were running at the time and those need to complete before the bootstrap is considered complete for the node to go into UP/NORMAL st

Materialized Views during node replace

2021-06-04 Thread Shaurya Gupta
Hi We recently replaced a down node containing 90 GB of data. The streaming process completed within 1 hour as we could see a sufficient amount of data being streamed on the data disk but the node remained in UJ state and it took 7 more hours to move to UN state. We could not figure out anything