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 <[email protected]> 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 "[email protected]" <[email protected]>.
