Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

This role's Heap Dump Directory is on a filesystem with less than 10.0 GiB of its space free. /tmp

avatar
New Contributor

I am Getting the following warning on my cluster:

This role's Heap Dump Directory is on a filesystem with less than 10.0 GiB of its space free. /tmp

 

the following is df -h command on the partition

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/rhel-root 40G 32G 5.8G 85% /

 

how to resolve this issue as i cant find any log or temp files on this filesystem.

also there most of it is being consumed by this folder

21G /var/lib/solr-infra/ranger_audits_shard1_replica_n1/data

 

Any suggestions.

 

 

 

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Hello @OmarElSeihy 

 

Thanks for using Cloudera Community. Based on the Post, your Team is receiving a Warning [1].

  • By default, the Role uses "/tmp" for -XX:HeapDumpPath. Your Team need to change the Value set for -XX:HeapDumpPath to a Mount, wherein your Team have Sufficient Space.
  • Alternatively, Your Team can work on reducing the FileSystem Usage on the concerned Mount Point. 
  • This Warning is an Alert for Cluster Admin & has no impact on any Service Usage in the Cluster. 
  • Sharing a Screenshot showing the Config Changes required, if your Team wish to modify the HeapDump Path & the Warning Threshold (Example shown for Solr Service as used Solr in the Post Tags):

Screenshot 2022-03-08 at 2.57.24 PM.png

 

Regards, Smarak

 

[1] This role's Heap Dump Directory is on a filesystem with less than 10.0 GiB of its space free. /tmp

View solution in original post

2 REPLIES 2

avatar
Super Guru

@OmarElSeihy ,

 

Note that the error message says that the filesystem that's low on space is /tmp. The df result that you listed in your post is for the root filesystem (/).

Please run a "df -h /tmp" and check that filesystem for content that could be cleaned.

 

Cheers,

André

 

--

Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Super Collaborator

Hello @OmarElSeihy 

 

Thanks for using Cloudera Community. Based on the Post, your Team is receiving a Warning [1].

  • By default, the Role uses "/tmp" for -XX:HeapDumpPath. Your Team need to change the Value set for -XX:HeapDumpPath to a Mount, wherein your Team have Sufficient Space.
  • Alternatively, Your Team can work on reducing the FileSystem Usage on the concerned Mount Point. 
  • This Warning is an Alert for Cluster Admin & has no impact on any Service Usage in the Cluster. 
  • Sharing a Screenshot showing the Config Changes required, if your Team wish to modify the HeapDump Path & the Warning Threshold (Example shown for Solr Service as used Solr in the Post Tags):

Screenshot 2022-03-08 at 2.57.24 PM.png

 

Regards, Smarak

 

[1] This role's Heap Dump Directory is on a filesystem with less than 10.0 GiB of its space free. /tmp