Skip to content

Multithreaded replication WIP #652

Multithreaded replication WIP

Multithreaded replication WIP #652

Triggered via pull request October 17, 2024 18:17
Status Failure
Total duration 32s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: go/binlog/gomysql_reader_test.go#L20
Use Exec instead of QueryRow to execute `SHOW` query (execinquery)
lint: go/logic/migrator.go#L45
type `applyEventStruct` is unused (unused)
lint: go/logic/migrator.go#L51
func `newApplyEventStructByFunc` is unused (unused)
lint: go/logic/migrator.go#L56
func `newApplyEventStructByDML` is unused (unused)
lint: go/logic/migrator.go#L61
func `newApplyEventStructFromTrx` is unused (unused)
lint: go/logic/coordinator.go#L353
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
lint: go/logic/migrator_test.go#L324
SA2000: should call wg.Add(1) before starting the goroutine to avoid a race (staticcheck)
lint: go/logic/migrator_test.go#L344
SA2000: should call wg.Add(1) before starting the goroutine to avoid a race (staticcheck)
lint
issues found