You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/06/30 08:47:56 UTC

[skywalking] branch l1-flush updated (ec5a962 -> b90a721)

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

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


    from ec5a962  Fix L1 to L2 gRPC client concurrent control bug. It was not working, which causes OOM in high load.
     add b90a721  Support L1 aggregation continues to flush if there is no more enqueue process.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                                        | 2 ++
 .../apm/commons/datacarrier/consumer/ConsumerThread.java          | 1 +
 .../skywalking/apm/commons/datacarrier/consumer/IConsumer.java    | 8 ++++++++
 .../commons/datacarrier/consumer/MultipleChannelsConsumer.java    | 3 ++-
 .../oap/server/core/analysis/worker/MetricsAggregateWorker.java   | 5 +++++
 5 files changed, 18 insertions(+), 1 deletion(-)