radondb / radon

RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services

Home Page:https://radondb.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] backendnum statistics error in radon slave

zhyass opened this issue · comments

commented

The slave node of Radon will synchronize metadata from the master node. At this time, backend.json will be reloaded, causing backendnum to be counted repeatedly.

backend_number{instance="cln-h7eywl6v",job="radon",type="backend"}  46
backend_number{instance="cln-j6ktmwdo",job="radon",type="backend"} 2

We need set 0 before reload the backend config.