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

east pushed a change to branch nvmlogging
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 158f790  fix bugs
     new 85da2ab  fix bugs
     new 1fa591d  fix bugs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |  2 ++
 .../engine/storagegroup/StorageGroupProcessor.java |  3 ++
 .../java/org/apache/iotdb/db/nvm/PerfMonitor.java  |  2 +-
 .../nvm/metadata/{SpaceCount.java => Counter.java} | 14 ++++++--
 .../nvm/recover/NVMMemtableRecoverPerformer.java   |  6 ++++
 .../iotdb/db/nvm/rescon/NVMPrimitiveArrayPool.java |  9 ++---
 .../apache/iotdb/db/nvm/space/NVMDataSpace.java    | 19 +++++-----
 .../apache/iotdb/db/nvm/space/NVMSpaceManager.java | 27 ++++++++++-----
 .../db/nvm/space/NVMSpaceMetadataManager.java      | 25 +++++---------
 .../java/org/apache/iotdb/db/service/IoTDB.java    |  6 ++++
 .../db/utils/datastructure/AbstractTVList.java     |  2 +-
 .../iotdb/db/utils/datastructure/NVMTVList.java    | 20 +++++++++--
 .../writelog/recover/TsFileRecoverPerformer.java   | 40 +++++++++++++++-------
 14 files changed, 116 insertions(+), 61 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/nvm/metadata/{SpaceCount.java 
=> Counter.java} (55%)

Reply via email to