Management Center Statistics Monitoring data can be randomly missing
Management Center 3.X
The issue is rare. It may happen that database partition is created on MC and gets a successful return status from the database, but for some unknown reason the partition is actually not present in the database.
Our code then incorrectly caches the partition's existence.
There are some code changes to make the service more resilient, with better retry mechanisms, and more reliable when trying to ensure the partitions in the database exist with the Management Center 4.1.2 version.