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 2020/04/09 08:15:18 UTC

[skywalking] branch v8-core updated (8e18566 -> 9ec9883)

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

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


    from 8e18566  Fix cluster case and remove reboot codes and docker-compose.yml
     add 9ec9883  1. Support un-tracing when backend is unavailable. 2. Add MeshDataMock.

No new revisions were added by this update.

Summary of changes:
 .../core/context/ContextManagerExtendService.java  | 22 +++++-
 .../oap/server/receiver/mesh/MeshDataMock.java     | 85 ++++++++++++++++++++++
 .../plugin/jdbc/h2/dao/H2HistoryDeleteDAO.java     |  2 +-
 3 files changed, 106 insertions(+), 3 deletions(-)
 create mode 100644 oap-server/server-receiver-plugin/skywalking-mesh-receiver-plugin/src/test/java/org/apache/skywalking/oap/server/receiver/mesh/MeshDataMock.java