This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from 4907e6e0d Merge pull request #8803 from
apache/dependabot/github_actions/actions/setup-python-6.3.0
add 2b420a387 Add secondary and tertiary sort for hosts in Isolation
Scheduler
add bf81b2d04 Update calculation for getting free slots
add 6d0edddd8 Add unit tests for isolation scheduler
new 32b8e5c35 Merge pull request #8709 from meetjain74/patch-2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/storm/scheduler/IsolationScheduler.java | 36 ++++++-
.../storm/scheduler/IsolationSchedulerTest.java | 114 +++++++++++++++++++++
2 files changed, 146 insertions(+), 4 deletions(-)
create mode 100644
storm-server/src/test/java/org/apache/storm/scheduler/IsolationSchedulerTest.java