Loading oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2NetworkAddressInventoryCacheDAO.java 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ public class H2NetworkAddressInventoryCacheDAO extends H2SQLExecutor implements try (ResultSet resultSet = h2Client.executeQuery(connection, sql.toString(), lastUpdateTime)) { NetworkAddressInventory addressInventory; do { addressInventory = (NetworkAddressInventory)toStorageData(resultSet, NetworkAddressInventory.INDEX_NAME, new ServiceInventory.Builder()); addressInventory = (NetworkAddressInventory)toStorageData(resultSet, NetworkAddressInventory.INDEX_NAME, new NetworkAddressInventory.Builder()); if (addressInventory != null) { addressInventories.add(addressInventory); } Loading Loading
oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2NetworkAddressInventoryCacheDAO.java 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ public class H2NetworkAddressInventoryCacheDAO extends H2SQLExecutor implements try (ResultSet resultSet = h2Client.executeQuery(connection, sql.toString(), lastUpdateTime)) { NetworkAddressInventory addressInventory; do { addressInventory = (NetworkAddressInventory)toStorageData(resultSet, NetworkAddressInventory.INDEX_NAME, new ServiceInventory.Builder()); addressInventory = (NetworkAddressInventory)toStorageData(resultSet, NetworkAddressInventory.INDEX_NAME, new NetworkAddressInventory.Builder()); if (addressInventory != null) { addressInventories.add(addressInventory); } Loading