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 2019/09/20 02:16:34 UTC

[skywalking] branch timeout-config updated (85075a6 -> fb1319e)

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

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


    from 85075a6  Support timeout configuration in agent and backend.
     add 1046944  Fix variable name and log in e2e tests. (#3487)
     add 60236a2  Add feature to control the maximum agent log files (#3475)
     add fb1319e  Merge branch 'master' into timeout-config

No new revisions were added by this update.

Summary of changes:
 .../skywalking/apm/agent/core/conf/Config.java     |  6 +++
 .../apm/agent/core/logging/core/FileWriter.java    | 59 +++++++++++++++++++---
 .../agent/core/logging/core/FileWriterTest.java    | 29 ++++++++++-
 apm-sniffer/config/agent.config                    |  4 ++
 docs/en/setup/service-agent/java-agent/README.md   |  1 +
 .../apache/skywalking/e2e/AgentRebootITCase.java   | 28 +++++-----
 .../skywalking/e2e/ClusterVerificationITCase.java  |  8 +--
 .../skywalking/e2e/SampleVerificationITCase.java   | 20 ++++----
 8 files changed, 119 insertions(+), 36 deletions(-)