You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2021/12/23 07:55:53 UTC

[iotdb] branch xkf_id_table updated (e90dae7 -> c392040)

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

xuekaifeng pushed a change to branch xkf_id_table
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from e90dae7  fix sonar
     add c392040  fix cooments

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/LocalQueryExecutor.java    |  8 +-----
 .../idtable/AppendOnlyDiskSchemaManager.java       | 32 +++++++++++++++++++++-
 .../apache/iotdb/db/metadata/idtable/IDTable.java  |  2 +-
 .../db/metadata/idtable/IDTableHashmapImpl.java    | 18 ++++++------
 ...kSchemaManager.java => IDiskSchemaManager.java} |  2 +-
 .../db/metadata/idtable/entry/DiskSchemaEntry.java |  3 ++
 .../db/metadata/idtable/entry/SchemaEntry.java     |  6 ++--
 .../org/apache/iotdb/db/monitor/StatMonitor.java   |  3 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java | 26 ++++++++----------
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  4 +++
 .../db/metadata/idtable/IDTableLogFileTest.java    |  2 +-
 .../db/metadata/idtable/IDTableRestartTest.java    | 17 ++++--------
 12 files changed, 71 insertions(+), 52 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/metadata/idtable/{DiskSchemaManager.java => IDiskSchemaManager.java} (97%)