New WAL implementation with configurable variables #3324
Annotations
10 errors and 1 warning
golangci-lint:
config/config.go#L187
ST1011: var SegmentRotationTimeSec is of type time.Duration; don't use unit-specific suffix "Sec" (stylecheck)
|
golangci-lint:
config/config.go#L188
ST1011: var BufferSyncIntervalMillis is of type time.Duration; don't use unit-specific suffix "Millis" (stylecheck)
|
golangci-lint:
config/config.go#L191
ST1011: var SegmentRetentionDurationSec is of type time.Duration; don't use unit-specific suffix "Sec" (stylecheck)
|
golangci-lint:
internal/iothread/iothread.go#L567
Error return value of `t.wl.LogCommand` is not checked (errcheck)
|
golangci-lint:
internal/iothread/iothread.go#L573
Error return value of `t.wl.LogCommand` is not checked (errcheck)
|
golangci-lint:
internal/wal/wal_aof.go#L57
empty-lines: extra empty line at the start of a block (revive)
|
golangci-lint:
internal/wal/wal_aof.go#L79
empty-lines: extra empty line at the start of a block (revive)
|
golangci-lint:
internal/wal/wal_aof.go#L98
SA9003: empty branch (staticcheck)
|
golangci-lint:
internal/wal/wal_aof.go#L98
empty-block: this block is empty, you can remove it (revive)
|
golangci-lint:
internal/wal/wal_aof.go#L126
SA4006: this value of `err` is never used (staticcheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading