Re: High memory usage during nodetool repair

2021-08-09 Thread Elliott Sims
Shouldn't cause GCs. You can usually think of heap memory separately from the rest. It's already allocated as far as the OS is concerned, and it doesn't know anything about GC going on inside of that allocation. You can set "-XX:+AlwaysPreTouch" to make sure it's physically allocated on

Re: WARN on free space across data volumes (false positive)

2021-08-09 Thread Kian Mohageri
Thanks all - it looks to be a bug as Dmitry pointed out. On Sat, Aug 7, 2021 at 4:40 AM Dmitry Saprykin wrote: > I had the same warning for nodetool upgradesstables. Nodetool just checks > wrong location. CASSANDRA-16104 > > > On Fri, Aug 6, 2021 at 9:28 PM Erick Ramirez > wrote: > >> I'd say

Re: WARN on free space across data volumes (false positive)

2021-08-09 Thread Erick Ramirez
Out of curiosity, does that mean that your `data_file_directories` is different to `storageDir`?