You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by jn...@apache.org on 2023/12/04 11:40:29 UTC

(storm) branch master updated (c158dee8c -> 278550710)

This is an automated email from the ASF dual-hosted git repository.

jnioche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


    from c158dee8c STORM-4007 - Add the getName() method in order to obtain the applied label to the Trident stream.
     new 9973acc7c [STORM-3639] Replace asserts in daemon code.
     new c24145675 [STORM-3639] Revert change in TopologyDetails.intConfigs() to avoid test error.
     new 0dc56398c [STORM-3639] Add javadoc to Nimbus.auditAssignmentChanges() and remove superflous parameter checks.
     new 349980f10 Fix JUnit 5 related compile issues
     new 5e9a2da3f Fix JUnit 5 related compile issues
     new 278550710 Merge pull request #3274 from bipinprasad/storm3639

The 10741 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:
 .../org/apache/storm/daemon/nimbus/Nimbus.java     |  38 +++-
 .../storm/daemon/supervisor/BasicContainer.java    |  10 +-
 .../apache/storm/daemon/supervisor/Container.java  |  36 +++-
 .../org/apache/storm/daemon/supervisor/Slot.java   | 228 ++++++++++++++++-----
 .../org/apache/storm/localizer/AsyncLocalizer.java |   8 +-
 .../storm/scheduler/SchedulerAssignmentImpl.java   |   4 +-
 .../apache/storm/scheduler/TopologyDetails.java    |   9 +-
 .../apache/storm/scheduler/resource/RasNode.java   |   4 +-
 .../scheduling/ConstraintSolverStrategy.java       |   6 +-
 .../resource/TestResourceAwareScheduler.java       |   6 +-
 .../TestUtilsForResourceAwareScheduler.java        |  34 ++-
 .../TestDefaultResourceAwareStrategy.java          |  46 ++---
 .../org/apache/storm/security/auth/AuthTest.java   |  28 ++-
 13 files changed, 320 insertions(+), 137 deletions(-)