Re: Compactions are stuck in 4.0.5 version

2023-01-14 Thread vaibhav khedkar
Thank you so much Scott. Increasing the value from 64 to 128 fixed the issue for us. We will certainly look at our data model and understand why the partitions are growing to such a large value. Thanks vaibhav On Fri, Jan 13, 2023 at 9:45 PM C. Scott Andreas wrote: > Hi Vaibhav, thanks for r

Re: Compactions are stuck in 4.0.5 version

2023-01-13 Thread C. Scott Andreas
Hi Vaibhav, thanks for reaching out.Based on my understanding of this exception, this may be due to the index for this partition exceeding 2GiB (which is *extremely* large for a partition index component).Reducing the size of the column index below 2GiB may resolve this issue. You may be able to

Compactions are stuck in 4.0.5 version

2023-01-13 Thread vaibhav khedkar
Hello All, We are facing an issue where few of the nodes are not able to complete compactions. We tried restarting, scrubbing and even rebuilding an entire node but nothing seems to work so far. It's a 10 Region installation with close to 150 nodes. Datatax support