Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

after decommissioning nodes (delete host), we see new conf created which are identical to old conf

avatar
Rising Star

Ambari 1.7, after decommissioning nodes (delete host), we see new version of conf created to HDFS, Yarn, HBase, Hive... but they are identical to previous conf.

Is it a known issue? can we make the previous version as current to avoid "restart required labels"?

1 ACCEPTED SOLUTION

avatar
Rising Star

We set the previous version of conf as current, and it works.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@rxu Ambari conf can be identical but node list is changed, meaning a decommissioned node is purged from list of known hosts. Going back to previous configs will not solve your problem of stale configs, you will still need to restart services. Try to restart services per node rather than per service and you'll be able to get through it. This is not an issue, it's by design.

avatar
Rising Star

We set the previous version of conf as current, and it works.