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/03/27 05:25:47 UTC

[skywalking] branch remove-endpoint-register updated (fac4615 -> c08f7d7)

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

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


    from fac4615  Fix 2 equal methods bug.
     add c08f7d7  Fix InfluxDB identifier(name) conflict issue.

No new revisions were added by this update.

Summary of changes:
 .../oap/server/storage/plugin/influxdb/InfluxModelConstants.java  | 7 ++++++-
 .../oap/server/storage/plugin/influxdb/InfluxStorageProvider.java | 8 ++++----
 .../{H2Installer.java => InfluxDBH2MetaDBInstaller.java}          | 6 ++++--
 .../{MySQLInstaller.java => InfluxDBMySQLMetaDBInstaller.java}    | 6 ++++--
 .../storage/plugin/influxdb/query/InfluxMetadataQueryDAO.java     | 5 +++--
 5 files changed, 21 insertions(+), 11 deletions(-)
 rename oap-server/server-storage-plugin/storage-influxdb-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/influxdb/installer/{H2Installer.java => InfluxDBH2MetaDBInstaller.java} (85%)
 rename oap-server/server-storage-plugin/storage-influxdb-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/influxdb/installer/{MySQLInstaller.java => InfluxDBMySQLMetaDBInstaller.java} (85%)