Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

delete files from the directory configured in the "Heap Dump Directory" of the CDH/CM services

avatar

can we delete the files that exist in the directory configured in the "Heap Dump Directory" option of the services in CDH/CM?

1 ACCEPTED SOLUTION

avatar
Cloudera Employee

Hello @yagoaparecidoti 

 

If those files extension is hprof yes, they are safe to be removed. If you're investigating an issue with a service crash they may be helpful.

 

Additionally, hprof files are an indication that a service does not have enough heap size, so if the file is called something like, "mgmt_mgmt-NAVIGATORMETASERVER-<ID>_pid$$.hprof" it means that you have issues with the Navigator Metadata Services not having enough assigned heap memory. All the other services/roles meet the same naming convention.

 

Hope this helps!

Jeremy Molina

View solution in original post

2 REPLIES 2

avatar
Cloudera Employee

Hello @yagoaparecidoti 

 

If those files extension is hprof yes, they are safe to be removed. If you're investigating an issue with a service crash they may be helpful.

 

Additionally, hprof files are an indication that a service does not have enough heap size, so if the file is called something like, "mgmt_mgmt-NAVIGATORMETASERVER-<ID>_pid$$.hprof" it means that you have issues with the Navigator Metadata Services not having enough assigned heap memory. All the other services/roles meet the same naming convention.

 

Hope this helps!

Jeremy Molina

avatar

hi @jeremymolina , how are you?

thank you very much for the explanation.

Labels