Re: Hints replays very slow in one DC

2020-02-26 Thread Krish Donald
Nodes are going down due to Out of Memory and we are using 31GB heap size in DC1 , however in DC2 (Which serves the traffic) has 16GB heap . Why we had to increase heap in DC1 is because , DC1 nodes were going down due Out of Memory issue but DC2 nodes never went down . We also noticed below kind

Re: Hints replays very slow in one DC

2020-02-26 Thread Laxmikant Upadhyay
Is dc1 a simple standby DC? Or you run some operations(e.g. compute for analysis) on the same? Have you found the root cause of the oom? Do you see any specific Cassandra operation (e.g repair) is causing oom? One tip: try upgrading to 3.11.6 as lots of bugs has been fixed since 3.11.0 On Wed, Fe

Re: Hints replays very slow in one DC

2020-02-26 Thread Aakash Pandhi
You may find throttle rate of hinted handoff on node and adjust if needed.  nodetool gethintedhandoffthrottlekb and you may also set by nodetool sethintedhandoffthrottlekb I would also check disk stats where hints are stored either by sar or iostat.  Sincerely, Aakash Pandhi On Wednesday,

Re: Hints replays very slow in one DC

2020-02-26 Thread Erick Ramirez
> > Nodes are going down due to Out of Memory and we are using 31GB heap size > in DC1 , however in DC2 (Which serves the traffic) has 16GB heap . > Why we had to increase heap in DC1 is because , DC1 nodes were going down > due Out of Memory issue but DC2 nodes never went down . > It doesn't soun