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
Currently the PersistenceManager is expected to be initialized using the init() method. But the constructor also calls the init() method. Hence, this is redundant, and should be cleaned up.
Similarly, the classes in the com.netflix.genie.server.metrics must be similarly cleaned up.
The text was updated successfully, but these errors were encountered:
Currently the PersistenceManager is expected to be initialized using the init() method. But the constructor also calls the init() method. Hence, this is redundant, and should be cleaned up.
Similarly, the classes in the com.netflix.genie.server.metrics must be similarly cleaned up.
The text was updated successfully, but these errors were encountered: