Adding WAL Replay functionality #3482
Annotations
4 errors and 1 warning
lint:
internal/commandhandler/commandhandler.go#L585
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
internal/wal/wal_aof.go#L357
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
|
lint:
internal/wal/wal_aof.go#L398
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
lint
issues found
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|