Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
release: 21.03.3
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Apr 13, 2021
1 parent 7444a08 commit 1b0db3a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Changes

.. towncrier release notes start

21.03.3 (2021-04-13)
--------------------

### Features
* Rewrite the session scheduler to avoid HoL blocking ([#415](https://github.com/lablup/backend.ai-manager/issues/415))
- Skip over sessions in the queue if they fail to satisfy predicates for multiple retries -> 1st case of HoL blocking: a rogue pending session blocks everything in the same scaling group
- You may configure the maximum number of retries in the `config/plugins/scheduler/fifo/num_retries_to_skip` etcd key.
- Split the scheduler into two async loops for scheduling decision and session spawning by inserting "SCHEDULED" status between "PENDING" and "PREPARING" statuses -> 2nd case of HoL blocking: failure isolation with each task

### Fixes
* Adjust the firing rate of `DoPrepareEvent` to follow and alternate with the scheduler execution ([#418](https://github.com/lablup/backend.ai-manager/issues/418))


21.03.2 (2021-04-02)
--------------------

Expand Down
4 changes: 0 additions & 4 deletions changes/415.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/418.fix

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '21.03.2'
__version__ = '21.03.3'

0 comments on commit 1b0db3a

Please sign in to comment.