Getting Cluster file contents do not match current cluster connection string message

Hi,
I have a six pods fdb cluster (1 controller, 2 log and 3 storage). When running fdbcli in any of the pods with fdbcli status details, it show this message:
“Cluster file contents do not match current cluster connection thing. Verify the cluster file and its parent directory are writeable and that the cluster file has not been overwritten externally”

The DB is available, all coordinator reachable. I have execute the coordinators command and the fdb.cluster file is updated correctly on each pod. But even after that, that message still show up. Other than this annoying message, the DB seems to work fine. Is there anyway to get rid of that message or find out what’s really wrong? I have also restarted the apple operator and it reported recouncillation is successful and don’t see any error.

Are there any other clients to the cluster? It might be that fdbcli is causing this warning message. Normally if you disconnect the fdbcli connection and wait some time the message will go away.

Except that the cluster status will show as unhealthy, this shouldn’t cause any issues.

There shouldn’t be any clients that continuous to connect to it. We do load data from time to time but there has been some performance issue so the loading wasn’t working well.