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

Engine auto deletion time goes to negative value #62

Open
viggates opened this issue Oct 4, 2022 · 1 comment
Open

Engine auto deletion time goes to negative value #62

viggates opened this issue Oct 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@viggates
Copy link

viggates commented Oct 4, 2022

Engine auto deletion time goes to negative value if a run triggered towards the end of deletion time.

Steps to reproduce

  1. Launch a collection
  2. Click on Details section to know the auto deletion time (15 or 30 minutes)
  3. Wait until 1 minute before deletion time
  4. Trigger the collection
  5. Stop the collection but do not purge
  6. Check on Details section again, value should go to negative value past 0 minutes

Possibilities

It could due to a diff between UI side and the GC kick in interval.
Because GC runs every 1 minute or so.
So in the UI, if it happens got passed deletion time, it may start to show negative values.

@iandyh iandyh added the bug Something isn't working label Oct 4, 2022
@iandyh
Copy link
Contributor

iandyh commented Oct 4, 2022

I think the simplest solution will be disabling negative value at the UI side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants