Skip to content

NRG: empty snapshots dir if memory WAL#6169

Merged
derekcollison merged 1 commit intomainfrom
maurice/memory-wal-empty-snapshots-dir
Nov 25, 2024
Merged

NRG: empty snapshots dir if memory WAL#6169
derekcollison merged 1 commit intomainfrom
maurice/memory-wal-empty-snapshots-dir

Conversation

@MauriceVanVeen
Copy link
Copy Markdown
Member

os.Remove(filepath.Join(n.sd, snapshotsDir, "*")) doesn't remove all files in the snapshots directory. This PR ensures the snapshots dir is cleaned up for in-memory WALs.

Signed-off-by: Maurice van Veen github@mauricevanveen.com

Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
@MauriceVanVeen MauriceVanVeen requested a review from a team as a code owner November 25, 2024 09:47
@derekcollison derekcollison self-requested a review November 25, 2024 13:14
Copy link
Copy Markdown
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekcollison derekcollison merged commit 3ba828c into main Nov 25, 2024
@derekcollison derekcollison deleted the maurice/memory-wal-empty-snapshots-dir branch November 25, 2024 13:15
neilalexander added a commit that referenced this pull request Nov 26, 2024
Includes the following:

- #6169
- #6165
- #6173
- #6175
- #6176
- #6178

Signed-off-by: Neil Twigg <neil@nats.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants