You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[summary]
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.
Set 0 before reload the backend config.
[test case]
src/monitor/monitor_test.go
[patch codecov]
src/monitor/monitor.go 96.3%
src/backend/scatter.go 88.7%
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.
We need set 0 before reload the backend config.
The text was updated successfully, but these errors were encountered: