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

Should not allow to create repair/backup tasks with same name #293

Closed
dkropachev opened this issue Dec 11, 2020 · 2 comments · Fixed by #306
Closed

Should not allow to create repair/backup tasks with same name #293

dkropachev opened this issue Dec 11, 2020 · 2 comments · Fixed by #306
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@dkropachev
Copy link
Contributor

Describe the bug
Currently we allow to have multiple tasks with same name, which should not be the case:

    repairs:
    - interval: "0"
      name: test-name
      numRetries: 3
      smallTableThreshold: 1GiB
      startDate: now
    - interval: "0"
      name: test-name
      numRetries: 3
      smallTableThreshold: 1GiB
      startDate: now
@dkropachev dkropachev added the kind/bug Categorizes issue or PR as related to a bug. label Dec 11, 2020
@mmatczuk
Copy link
Contributor

I think the title should the "should not allow..."

@dkropachev dkropachev changed the title Should allow to create repair/backup tasks with same name Should not allow to create repair/backup tasks with same name Dec 11, 2020
@dkropachev
Copy link
Contributor Author

I think the title should the "should not allow..."

true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants