[pull] master from apache:master - #231
Open
pull[bot] wants to merge 1380 commits into
Open
Conversation
bipinprasad
force-pushed
the
master
branch
3 times, most recently
from
July 24, 2023 15:01
08413fc to
20fae02
Compare
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.3 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…bapp/cypress-15.16.0 Bump cypress from 15.15.0 to 15.16.0 in /storm-webapp
…bapp/js-cookie-3.0.8 Bump js-cookie from 3.0.7 to 3.0.8 in /storm-webapp
…bapp/webpack-5.107.2 Bump webpack from 5.106.2 to 5.107.2 in /storm-webapp
Signed-off-by: GitHub <noreply@github.com>
[Automated] Update license files after dependency changes
…re.version-3.5.6 Bump surefire.version from 3.5.5 to 3.5.6 in /examples
…ackson.core-jackson-databind-2.22.0 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.22.0
…n-3.5.6 Bump surefire.version from 3.5.5 to 3.5.6
Signed-off-by: GitHub <noreply@github.com>
[Automated] Update license files after dependency changes
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…s/checkout-6.0.3 Bump actions/checkout from 6.0.2 to 6.0.3
- Assert getAssignedNumWorkers on every relocating test (incl. the donor tie-break case) so a relocation that loses executors no longer passes on slot counts alone. - Tighten multipleTopologies_shareIdleSlotsRoundRobin to exact per-topology counts plus donor-not-drained, so a broken inner loop can no longer pass. - Parameterize the flap-guard boundary test over threshold-1/threshold/ threshold+1. - Hoist the enabled flag and idle-supervisor set out of the per-topology loop via topologyCanReuseIdleSupervisor, dropping the redundant per-topology config read and supervisor rescan. - Route the remaining hand-built test fixtures through the shared newCluster/evenRebalanceConf/buildAssignment helpers. - Document the needsSchedulingTopologies null-guard in DefaultScheduler and EvenScheduler, spelling out the full-set / single-topology / leftover-subset caller cases.
- Remove the public Cluster.hasIdleSupervisorReusableBy: it was reachable only from tests (production already gates per topology through the private EvenScheduler.topologyCanReuseIdleSupervisor), so it was dead public API that could drift from the real trigger. Rewrite the six tests that called it to assert the observable relocation effect of redistributeOntoIdleSupervisors instead, and move its design javadoc onto isIdleSupervisorAvailableForEvenRebalance. - Add two tests pinning budget terms the suite never exercised: twoIdleSupervisors_budgetScalesWithIdleSupervisorCount covers the * idleSupervisorCount multiplier (every other test had exactly one idle supervisor, so the term always resolved to * 1), and maxFreePerTopologyClampsBelowEvenBudget makes max.free.per.topology the strictly binding constraint (even-budget 2 clamped to 1). - Comment the opposite "unknown uptime" defaults: Long.MAX_VALUE in the bare SupervisorDetails constructors (always stable) versus 0L in Nimbus.supervisorUptimeSecs (the conservative production path). - Note in redistributeOntoIdleSupervisors' javadoc that the per-topology cap uses the declared numWorkers and is an upper bound the donor guard may keep actual relocations below. - Document the intentionally non-atomic freeSlot/assign ordering in relocateOneWorkerOntoIdleSlot: the target is a pre-verified fully-idle slot, so assign cannot hit its slot-occupied path and no rollback is needed. - Drop @VisibleForTesting from redistributeOntoIdleSupervisors: it is a genuine package-private entry point shared by DefaultScheduler and EvenScheduler, not a test-only relaxation.
…rvisor EvenScheduler: opt-in round-robin rebalance onto returning idle supervisors
Allow per-component configuration in Flux topology
Five regression tests for STORM #7897: - CWH time_secs i64 round-trip survives post-2038 epochs - HeartbeatCache accepts Long TIME_SECS beats without false timeout - documents int currentTimeSecs() overflow (negative guard) - legacy i32 LSWorkerHeartbeat blob fails required-field validation under the i64 schema (wire-compat semantics) - post-2038 executor launch window not misclassified as dead
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-11 to 1.5.7-12. - [Commits](https://github.com/luben/zstd-jni/commits) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-version: 1.5.7-12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.8.0 to 13.9.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-13.8.0...checkstyle-13.9.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.22.0 to 1.22.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.22.0...rel/commons-codec-1.22.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-11 to 1.5.7-12. - [Commits](https://github.com/luben/zstd-jni/commits) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-version: 1.5.7-12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack](https://github.com/webpack/webpack) from 5.108.4 to 5.109.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.108.4...v5.109.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.109.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [datatables.net-dt](https://github.com/DataTables/DataTablesSrc) from 2.3.8 to 3.0.0. - [Release notes](https://github.com/DataTables/DataTablesSrc/releases) - [Commits](DataTables/DataTablesSrc@2.3.8...3.0.0) --- updated-dependencies: - dependency-name: datatables.net-dt dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…bapp/datatables.net-dt-3.0.0 build(deps): bump datatables.net-dt from 2.3.8 to 3.0.0 in /storm-webapp
…ommons-codec-1.22.1 build(deps): bump commons-codec:commons-codec from 1.22.0 to 1.22.1
Bumps [datatables.net](https://github.com/DataTables/DataTablesSrc) from 2.3.8 to 3.0.0. - [Release notes](https://github.com/DataTables/DataTablesSrc/releases) - [Commits](DataTables/DataTablesSrc@2.3.8...3.0.0) --- updated-dependencies: - dependency-name: datatables.net dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…lett-frontend-maven-plugin-2.0.2 build(deps-dev): bump com.github.eirslett:frontend-maven-plugin from 2.0.1 to 2.0.2
…bapp/webpack-5.109.2 build(deps-dev): bump webpack from 5.108.4 to 5.109.2 in /storm-webapp
…n-6.3.0 build(deps): bump activemq.version from 6.2.7 to 6.3.0
…mq.version-6.3.0 build(deps): bump activemq.version from 6.2.7 to 6.3.0 in /examples
…n-zstd-jni-1.5.7-12 build(deps): bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.2.1...webpack-cli@7.2.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ppycrawl.tools-checkstyle-13.9.0 build(deps): bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.9.0 in /examples
…thub.luben-zstd-jni-1.5.7-12 build(deps): bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12 in /examples
Signed-off-by: GitHub <noreply@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@03ad4de...b6effb0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…s/setup-java-5.7.0 build(deps): bump actions/setup-java from 5.6.0 to 5.7.0
…s-codec-commons-codec-1.22.1 build(deps): bump commons-codec:commons-codec from 1.22.0 to 1.22.1 in /examples
[Automated] Update license files after dependency changes
…bapp/datatables.net-3.0.0 build(deps): bump datatables.net from 2.3.8 to 3.0.0 in /storm-webapp
…bapp/webpack-cli-7.2.2 build(deps-dev): bump webpack-cli from 7.2.1 to 7.2.2 in /storm-webapp
Bumps [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) from 2.3.8 to 3.0.0. - [Release notes](https://github.com/DataTables/DataTablesSrc/releases) - [Commits](DataTables/DataTablesSrc@2.3.8...3.0.0) --- updated-dependencies: - dependency-name: datatables.net-bs5 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
DataTables 3.0.0 renamed the settings property sTableId to tableId, so the state save/load callbacks in topology.html and component.html were reading .concat on undefined and crashing table rendering.
…bapp/datatables.net-bs5-3.0.0 build(deps): bump datatables.net-bs5 from 2.3.8 to 3.0.0 in /storm-webapp
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…bapp/fast-uri-3.1.5 build(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 in /storm-webapp
* [Fix] Reinstate ordering of arguments * Use counter-based filter, fall back to old functioning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )