This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch feature/artery-frequency-sketch
in repository https://gitbox.apache.org/repos/asf/pekko.git
discard be77b6e0a8 fix: add MiMa exclusion for removed CountMinSketch INTERNAL
API class
discard 378d21d672 feat: replace CountMinSketch with FastFrequencySketch in
Artery compression
add 4d17e08c5b test: widen cluster shutdownAll await for aeron-udp drain
on JDK 25 nightly (#3017)
add 61c3d960bf optimize: avoid Holder allocation in ordered mapAsync for
already-completed futures (#3018)
add 59a2cc81af fix: await in-flight completion on partner termination in
SinkRef (#3016)
add 22e38951a9 Update jackson-core to 3.1.4 (#3021)
add 575a79a3f7 docs: add MiMa fix requirement to CLAUDE.md and AGENTS.md
(#3025)
add 7e26f89c1b feat: replace CountMinSketch with FastFrequencySketch in
Artery compression
add 4bb836ec96 fix: add MiMa exclusion for removed CountMinSketch INTERNAL
API class
add 83cd9ae3a6 fix: address review feedback - keep CountMinSketch and make
configurable
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 (be77b6e0a8)
\
N -- N -- N refs/heads/feature/artery-frequency-sketch
(83cd9ae3a6)
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:
AGENTS.md | 1 +
CLAUDE.md | 2 +-
.../artery/compress/CountMinSketchBenchmark.scala | 28 ++-
build.sbt | 4 -
.../org/apache/pekko/cluster/ClusterTestKit.scala | 11 +-
.../pekko/cluster/MixedProtocolClusterSpec.scala | 6 +-
legal/pekko-remote-jar-license.txt | 8 +
legal/pekko-remote-jar-notice.txt | 9 +
project/Dependencies.scala | 2 +-
.../remote/artery/compress/CountMinSketch.java | 264 +++++++++++++++++++++
remote/src/main/resources/reference.conf | 6 +
.../pekko/remote/artery/ArterySettings.scala | 6 +
.../artery/compress/InboundCompressions.scala | 53 ++++-
.../pekko/stream/scaladsl/StreamRefsSpec.scala | 1 -
.../org/apache/pekko/stream/impl/fusing/Ops.scala | 23 +-
.../pekko/stream/impl/streamref/SinkRefImpl.scala | 38 ++-
16 files changed, 429 insertions(+), 33 deletions(-)
create mode 100644
remote/src/main/java/org/apache/pekko/remote/artery/compress/CountMinSketch.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]