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

Port 1.x Retention Policy service #19309

Closed
stuartcarnie opened this issue Aug 12, 2020 · 0 comments · Fixed by #19521
Closed

Port 1.x Retention Policy service #19309

stuartcarnie opened this issue Aug 12, 2020 · 0 comments · Fixed by #19521
Assignees
Labels
area/2.x OSS 2.0 related issues and PRs team/storage

Comments

@stuartcarnie
Copy link
Contributor

What

The services/retention package is required to enforce retention policies for the tsdb storage engine. This service periodically evaluates the retention policy for each bucket and will delete data that is outside the retention policy time window.

How

Port the package to 2.x, which should be compatible given the tsdb and meta client packages are still available. This service should be started when influxd is launched.

@stuartcarnie stuartcarnie added area/2.x OSS 2.0 related issues and PRs team/storage labels Aug 12, 2020
@stuartcarnie stuartcarnie mentioned this issue Aug 12, 2020
8 tasks
@sebito91 sebito91 self-assigned this Aug 14, 2020
@stuartcarnie stuartcarnie added this to the Sprint 20-Q3-5 milestone Aug 26, 2020
stuartcarnie added a commit that referenced this issue Sep 8, 2020
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
stuartcarnie added a commit that referenced this issue Sep 8, 2020
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
stuartcarnie added a commit that referenced this issue Sep 8, 2020
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
stuartcarnie added a commit that referenced this issue Sep 8, 2020
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
stuartcarnie added a commit that referenced this issue Sep 9, 2020
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
stuartcarnie added a commit that referenced this issue Sep 9, 2020
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/2.x OSS 2.0 related issues and PRs team/storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants