Created on
02-05-2020
04:53 PM
- last edited on
02-05-2020
05:18 PM
by
ask_bill_brooks
Using CDH 5.8.3 on AWS EC2 instances and facing this issue. Every time I reboot the instance for like kernel patch, after the instance is up CM UI I see parcels are again getting distributed and activated. This is also taking a while to perform activation.
How can I stop Cloudera from redistributing and activating parcels. Tried changing Parcel update frequency but it is not helping.
Thanks in Advance!
Created 02-06-2020 10:17 AM
Hi @cloud123user ,
Have you thought about upgrading as CM/CDH5.8.x is already EoS according to the support policy below:
https://www.cloudera.com/legal/policies/support-lifecycle-policy.html
The CDH parcel will get deactivated if the agent heartbeats into the CM server and finds that it is not part of a cluster. Without being assigned to a cluster, it will then delete the parcel since hosts have to be a part of a cluster before it can have a CDH parcel. This typically happens if the CM DB is wiped out and the CM Server starts with a clean/empty CM DB while the CM agent continues to heartbeat into the CM server.
Another scenario may be if the CM agent is temporarily pointing to another CM server that happens to have a clean/empty CM DB and is subsequently reverted back to pointing to the correct CM Server.
CDH parcels can also be deactivated and activated using CM API calls.
Are any of the above scenarios possible on your deployment?
Thanks!
Li Wang, Technical Solution Manager