What does "history_node table is full" error in cadence-history service mean?

Viewed 30

we are seeing cadence-history server The table 'history_node' is full errors in our logs. We're on version 0.16.0 and using MySql database.

1 Answers

This happens when you are using Cadence with MySQL and the MySQL host is running out of disk capacity. Adding more storage capacity to your database should resolve the issue.

Related