Handle table not found error during begin txn #162
Merged
Annotations
10 errors
cmd/metrics/metrics_demo.go#L21
Error return value of `metrics.NewGlobal` is not checked (errcheck)
|
pkg/xerror/stack.go#L71
Error return value of `io.WriteString` is not checked (errcheck)
|
pkg/xerror/stack.go#L72
Error return value of `io.WriteString` is not checked (errcheck)
|
pkg/xerror/stack.go#L73
Error return value of `io.WriteString` is not checked (errcheck)
|
pkg/xerror/xerror_test.go#L25
printf: non-constant format string in call to github.com/selectdb/ccr_syncer/pkg/xerror.Errorf (govet)
|
pkg/xerror/xerror_test.go#L43
printf: non-constant format string in call to github.com/selectdb/ccr_syncer/pkg/xerror.Errorf (govet)
|
pkg/xerror/xerror_test.go#L113
printf: non-constant format string in call to github.com/selectdb/ccr_syncer/pkg/xerror.Panicf (govet)
|
pkg/utils/thrift_wrapper.go#L20
composites: github.com/apache/thrift/lib/go/thrift.TSerializer struct literal uses unkeyed fields (govet)
|
pkg/ccr/job.go#L1450
Error return value of `j.srcMeta.GetTables` is not checked (errcheck)
|
pkg/ccr/job.go#L1471
Error return value of `j.destMeta.GetTables` is not checked (errcheck)
|
This job failed
Loading