Actions
Feature #10086
closedDo not fail on start up during Controller initialization
Start date:
02/03/2020
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
At the moment Schedulers fail when Controller is initializing. This requires some cheats in services.
I suggest to treat various connection errors with Controller like with Bridge - just re-send requests infinitely.
Updated by Evgeny Novikov almost 5 years ago
- Blocks Feature #10087: Get rid of cheats in Scheduler service added
Updated by Evgeny Novikov over 3 years ago
- Target version changed from 3.1 to 3.2
We need to release Klever 3.1 faster due to an incompatibility with Clade 3.3+ and a new OpenStack cloud.
Updated by Ilja Zakharov over 3 years ago
- Status changed from New to Resolved
Implemented in wait-controller.
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Closed
The fix works well, so, I merged the branch to master in fd3fb2b87. The overall time of Klever start up decreases while it becomes more reliable.
Actions