You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/11 22:03:13 UTC

[incubator-skywalking] 01/01: Merge pull request #741 from apache/fix/ScheduledFuture-failsafe

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 1ed8df8024f73e5299c3dc53cf4932d22f28f266
Merge: 2713b5f 6c11a84
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 12 06:03:08 2018 +0800

    Merge pull request #741 from apache/fix/ScheduledFuture-failsafe
    
    Protect the background processes.

 .../parser/provider/buffer/OffsetManager.java      |  6 ++-
 .../provider/buffer/SegmentBufferReader.java       |  5 ++-
 .../SegmentStandardizationWorker.java              |  7 +++-
 .../analysis/worker/timer/PersistenceTimer.java    |  5 ++-
 .../collector/storage/es/DataTTLKeeperTimer.java   |  8 +++-
 apm-collector/pom.xml                              |  5 +++
 .../apm/util/RunnableWithExceptionProtection.java  | 45 ++++++++++++++++++++++
 .../skywalking/apm/agent/core/jvm/JVMService.java  | 16 ++++++--
 .../core/remote/AppAndServiceRegisterClient.java   |  7 +++-
 .../core/remote/CollectorDiscoveryService.java     | 12 +++++-
 .../apm/agent/core/remote/GRPCChannelManager.java  |  7 +++-
 .../apm/agent/core/sampling/SamplingService.java   |  9 ++++-
 12 files changed, 117 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.