This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a change to branch releasing-md-fixes
in repository https://gitbox.apache.org/repos/asf/storm.git
discard 9be573bb2 Improve RELEASING.md accuracy and completeness
add 80488902b Revise release instructions for storm-docker
add 0cd9216c8 init - add `DynamicBatchInserter`
add b3db6eac6 add explicative comment for `afterFlush` hook when
`publishCount == 0`
add 21d50ea96 Merge pull request #8796 from
GGraziadei/jcqueue-dynamic-batch-size
add f6ce363a9 scheduler: replace reflection with @VisibleForTesting in
IsolationSchedulerTest
add a18676bdb Merge pull request #8811 from
apache/isolation-scheduler-visible-for-testing
add 6413f2260 utils: use WeakReference in BatchInserter to fix ThreadLocal
retention of JCQueue
add f72be1eb0 Merge pull request #8812 from
apache/jcqueue-weak-ref-batcher-leak
add f50a58d13 Improve RELEASING.md accuracy and completeness
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9be573bb2)
\
N -- N -- N refs/heads/releasing-md-fixes (f50a58d13)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
conf/defaults.yaml | 1 +
docs/Performance.md | 20 ++-
storm-client/src/jvm/org/apache/storm/Config.java | 7 +
.../apache/storm/daemon/worker/WorkerState.java | 3 +-
.../src/jvm/org/apache/storm/utils/JCQueue.java | 114 ++++++++++++--
.../jvm/org/apache/storm/utils/JCQueueTest.java | 166 +++++++++++++++++++++
.../apache/storm/scheduler/IsolationScheduler.java | 4 +-
.../storm/scheduler/IsolationSchedulerTest.java | 17 +--
8 files changed, 307 insertions(+), 25 deletions(-)