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/05 15:57:28 UTC

[skywalking] branch v8-core updated (dc8725b -> baf05c9)

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 dc8725b  Fix 2 bugs.
     add baf05c9  Fix several bugs in query stage and ID(user reserved ID) rule conflict.

No new revisions were added by this update.

Summary of changes:
 apm-protocol/apm-network/src/main/proto            |  2 +-
 .../apm/agent/core/context/ContextCarrier.java     |  6 +--
 .../oap/server/core/analysis/NodeType.java         | 30 +++++---------
 .../analysis/manual/endpoint/EndpointTraffic.java  |  1 -
 .../analysis/manual/instance/InstanceTraffic.java  |  8 ++--
 .../service/ServiceCallRelationDispatcher.java     |  1 -
 .../server/core/query/AggregationQueryService.java |  4 +-
 .../server/core/query/MetadataQueryService.java    |  2 +-
 .../core/storage/query/IAggregationQueryDAO.java   |  4 +-
 .../core/storage/query/IMetadataQueryDAO.java      |  2 +-
 .../query/graphql/resolver/AggregationQuery.java   |  4 +-
 .../oap/query/graphql/resolver/MetadataQuery.java  |  2 +-
 .../listener/MultiScopesAnalysisListener.java      |  2 +-
 .../elasticsearch/query/AggregationQueryEsDAO.java |  4 +-
 .../elasticsearch/query/MetadataQueryEsDAO.java    | 46 ++++++++++++----------
 .../elasticsearch7/query/MetadataQueryEs7DAO.java  |  6 +--
 .../plugin/influxdb/query/AggregationQuery.java    |  6 +--
 .../influxdb/query/InfluxMetadataQueryDAO.java     | 12 ++----
 .../plugin/jdbc/h2/dao/H2AggregationQueryDAO.java  |  4 +-
 .../plugin/jdbc/h2/dao/H2MetadataQueryDAO.java     | 20 +++++-----
 20 files changed, 74 insertions(+), 92 deletions(-)