Created 02-27-2017 09:23 PM
We upgraded from HDP2.3 to 2.4 and Ambari from 2.2.0 to 2.2.2 and we started getting DataNode Heapsize alert. Although it is not causing any issues with the environment, would like to clarify few things :
1) Has this alert been introduced in Ambari 2.2.2 ?
2) Is HDP2.4 is expected to consume more heapspace then the previous versions ?
Thanks
Kumar
Created 02-27-2017 10:49 PM
This is a benign issue and the alerts can be safely ignored. It was addressed by AMBARI-18936.
You can fix it by manually adding the following options to HADOOP_DATANODE_OPTS via Ambari:
-XX:CMSInitiatingOccupancyFraction=70 -XX:+UseCMSInitiatingOccupancyOnly -XX:ConcGCThreads=8 -XX:+UseConcMarkSweepGC
Created 02-27-2017 10:49 PM
This is a benign issue and the alerts can be safely ignored. It was addressed by AMBARI-18936.
You can fix it by manually adding the following options to HADOOP_DATANODE_OPTS via Ambari:
-XX:CMSInitiatingOccupancyFraction=70 -XX:+UseCMSInitiatingOccupancyOnly -XX:ConcGCThreads=8 -XX:+UseConcMarkSweepGC
Created 02-27-2017 11:53 PM
@Arpit Agarwal Is this alert been introduced in Ambari 2.2.2 ?
Just wanted to confirm that this has been happening and recent ambari upgrade exposed this behaviour.
Created 03-01-2017 10:08 PM
Hi @Kumar Veerappan, Yes this alert seems to be new for Ambari 2.2.2. I don't see it in the 2.2.1 release.
Created 03-02-2017 03:39 PM
Thank you @Arpit Agarwal