Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

no more index entries in atom_tab (max=1048576) #108

@huangyonghome

Description

@huangyonghome

Hi
we often encounter below problem on several Rabbitmq cluster nodes since we have installed this monitor script:

Oct  7 04:11:25 mq-es-node3 rabbitmq-server[2274]: Crash dump is being written to: erl_crash.dump...done  
Oct  7 04:11:25 mq-es-node3 rabbitmq-server[2274]: no more index entries in atom_tab (max=1048576)  
Oct  7 04:11:25 mq-es-node3 systemd[1]: rabbitmq-server.service: Main process exited, code=exited, status=1/FAILURE  
Oct  7 04:11:26 mq-es-node3 rabbitmqctl[2511]: Stopping and halting node 'rabbit@mq-es-node3' ...  
Oct  7 04:11:26 mq-es-node3 rabbitmqctl[2511]: Error: unable to connect to node 'rabbit@mq-es-node3': nodedown  

image

I digged this issue on Google.and found the same problem on Github Rabbimt project.I saw this words:

This issue is marked as fixed, but Rabbit 3.6.5 still runs out of memory with the same symptom as 3.6.3 when deployed to PCF,
and we were told it was due to atom table exhaustion. 
We even put in a config param to increase atom table size, which helped. 
What's unique about PCF, is that it runs a metrics collector task that periodically hits Rabbit management API.

So,I am wondering if there are some behaviors of the zabbix monitoring script to raise the atom ?

rabbitmq version: 3.6.3
erl version: 18.3

Could you please help me to check on this ? Thank you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions