This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch new_TsFile
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from e8a4111 fix sonar bug
add 9d90f79 add checkout a released branch in readme
add 7dcef6f fix recover deadlock (#927)
add a5cfb37 avoid flushing empty memtable (#926)
add 03fbb9e add write process error code (#928)
add f74a588 fix conflict
add ebe70fd fix conflict
No new revisions were added by this update.
Summary of changes:
README.md | 7 ++
.../org/apache/iotdb/db/engine/StorageEngine.java | 14 ++--
.../iotdb/db/engine/memtable/AbstractMemTable.java | 11 +--
.../apache/iotdb/db/engine/memtable/IMemTable.java | 5 +-
.../engine/storagegroup/StorageGroupProcessor.java | 94 +++++++++-------------
.../db/engine/storagegroup/TsFileProcessor.java | 53 +++++-------
.../apache/iotdb/db/exception/IoTDBException.java | 5 ++
.../iotdb/db/exception/StorageEngineException.java | 4 +
.../iotdb/db/exception/WriteProcessException.java | 12 ++-
.../db/exception/query/OutOfTTLException.java | 3 +-
.../org/apache/iotdb/db/metadata/MManager.java | 5 +-
.../org/apache/iotdb/db/monitor/StatMonitor.java | 3 +-
.../db/query/control/QueryResourceManager.java | 3 +-
.../iotdb/db/writelog/recover/LogReplayer.java | 11 ++-
.../db/engine/cache/ChunkMetadataCacheTest.java | 5 +-
.../storagegroup/FileNodeManagerBenchmark.java | 3 +-
.../storagegroup/StorageGroupProcessorTest.java | 13 ++-
.../iotdb/db/engine/storagegroup/TTLTest.java | 12 +--
.../engine/storagegroup/TsFileProcessorTest.java | 12 ++-
.../apache/iotdb/db/integration/IoTDBTtlIT.java | 2 +-
.../iotdb/db/query/reader/ReaderTestHelper.java | 7 +-
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 1 +
22 files changed, 134 insertions(+), 151 deletions(-)