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

wusheng pushed a change to branch library-batch-queue
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    omit 516da79e96 Fix
    omit 3187b53b67 Fix review comments from copilot
    omit 92f8b056e1 Throw IllegalStateException on duplicate BatchQueue name
    omit 7abc9af4ef Add throughput-weighted drain rebalancing for L1 and L2 
queues
    omit 0df6788208 Fix javadoc errors by escaping > characters in comments
    omit 7eb9ed42de Add named ThreadFactory to all anonymous Executors pool 
threads
    omit 9bfc79d2ba Add CLAUDE.md and DESIGN.md for library-batch-queue module
    omit a24a0721ca Replace DataCarrier with BatchQueue for TopN, exporters, 
gRPC remote client; remove DataCarrier module
    omit 8ce7cd06ea Replace DataCarrier with shared BatchQueue for all three 
exporters
    omit c86216c5d3 Replace DataCarrier with BatchQueue for L2 metrics 
persistence
    omit 9cb4134b3a Replace DataCarrier with BatchQueue for L1 metrics 
aggregation
    omit a2bd9aa7c5 Simplify PartitionPolicy API and clean up redundant tests
    omit 19184e2996 Add library-batch-queue module with partitioned, 
self-draining queue
     add 7fd1a5917c Add library-batch-queue module with partitioned, 
self-draining queue
     add f2c5dc9f91 Replace DataCarrier with BatchQueue for metrics pipeline
     add e720cf2103 Add CLAUDE.md and DESIGN.md for library-batch-queue module
     add 4bc0ac60fe Add named ThreadFactory to all anonymous Executors pool 
threads
     add 7d69bbff5b Add throughput-weighted drain rebalancing for L1 and L2 
queues

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   (516da79e96)
            \
             N -- N -- N   refs/heads/library-batch-queue (7d69bbff5b)

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:
 .../server/core/remote/client/RemoteClientManagerTestCase.java   | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Reply via email to