Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/storage: address golangci var-naming issues #17660

Merged

Conversation

ivanvc
Copy link
Member

@ivanvc ivanvc commented Mar 27, 2024

Addresses the var-naming lint issues in server/storage.

The use of Wal and WAL across the project is inconsistent. This was a good opportunity to standardize it.

I deprecated two functions:

  • datadir.ToWalDir -> datadir.ToWALDir
  • serverstorage.GetEffectiveNodeIDsFromWalEntries -> serverstorage.GetEffectiveNodeIDsFromWALEntries

Part of #17578.

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

@ivanvc ivanvc mentioned this pull request Mar 27, 2024
20 tasks
@jmhbnz
Copy link
Member

jmhbnz commented Mar 27, 2024

/retest

@serathius serathius merged commit a25497e into etcd-io:main Mar 29, 2024
38 checks passed
@ivanvc ivanvc deleted the address-server-storage-var-naming-lint-rule branch March 29, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants