We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498de31 commit 9846557Copy full SHA for 9846557
cluster/cluster.go
@@ -1460,9 +1460,6 @@ func (cluster *Cluster) MonitorSchema() {
1460
return
1461
}
1462
1463
- cmaster.Lock()
1464
- defer cmaster.Unlock()
1465
-
1466
cluster.StateMachine.SetMonitorSchemaState()
1467
cmaster.Conn.SetConnMaxLifetime(3595 * time.Second)
1468
cluster/srv.go
@@ -194,7 +194,6 @@ type ServerMonitor struct {
194
ActiveTasks sync.Map
195
BinaryLogDir string
196
DBDataDir string
197
- sync.RWMutex
198
199
200
type SlaveVariables struct {
0 commit comments