This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch compation-log
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b1c1058c68c Update logback-datanode.xml
new ea15c88f290 modify TsFileProcessor
new fc8dac9ab52 modify DataRegion
new 29496df2097 modify wal log
The 3 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:
.../db/storageengine/dataregion/DataRegion.java | 149 +++++++++++----------
.../dataregion/flush/MemTableFlushTask.java | 3 +-
.../dataregion/memtable/TsFileProcessor.java | 145 ++++++++++----------
.../storageengine/dataregion/wal/WALManager.java | 2 +-
.../allocation/AbstractNodeAllocationStrategy.java | 3 +-
.../dataregion/wal/buffer/AbstractWALBuffer.java | 3 +-
.../dataregion/wal/buffer/WALBuffer.java | 3 +-
.../dataregion/wal/buffer/WALEntry.java | 4 +-
.../wal/checkpoint/CheckpointManager.java | 3 +-
.../storageengine/dataregion/wal/io/LogWriter.java | 3 +-
.../dataregion/wal/io/WALMetaData.java | 3 +-
.../storageengine/dataregion/wal/io/WALReader.java | 3 +-
.../storageengine/dataregion/wal/node/WALNode.java | 3 +-
.../dataregion/wal/utils/WALEntryHandler.java | 3 +-
14 files changed, 180 insertions(+), 150 deletions(-)