You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice also the strange jump in time between a old entry in error "active" state and subsequent entry
This is preventing peers to use this scheduler pod because they are using a wrong ip.
Expected behavior:
There should be only one active entry per host_name at any point in time.
How to reproduce it:
Not able to reproduce, I guess it is happening when the scheduler database is being updated
Environment:
Dragonfly version: 2.1.50
The text was updated successfully, but these errors were encountered:
@succa This will happen if the scheduler instance is force deleted. Or this situation can also occur if the manager service is unavailable when the scheduler is deleted.
@gaius-qi I have 10 running instances all the time. I ended up creating a cronjob to cleanup the database, but this is something you might want to consider adding in the code directly as a safe check by the manager
Bug report:
scheduler database contains same hostname in multiple "active" state
Notice also the strange jump in time between a old entry in error "active" state and subsequent entry
This is preventing peers to use this scheduler pod because they are using a wrong ip.
Expected behavior:
There should be only one active entry per host_name at any point in time.
How to reproduce it:
Not able to reproduce, I guess it is happening when the scheduler database is being updated
Environment:
The text was updated successfully, but these errors were encountered: