This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch PrintErrorFile
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 88c2263 Merge remote-tracking branch 'origin/master' into
PrintErrorFile
add 9cff9b3 fix sonar code smell
add de17d23 [IOTDB-1104] Refactor the error handling process of query
exceptions (#2436)
add 95de08d Fix compaction recover list bug (#2451)
add 270ffdb fix copyright declaim in NOTICE; remove 'incubating' out of
README_ZH.md; simplify pull_request_template.md (#2465)
add dfcf80d fix metrics page nullpoint bug (#2459)
add 09e21ed Add monitor and qp tests (#2283)
add bdb5d3e Optimize synchronizing scope in MLogWriter.java (#2448)
add 0a722ba fix the test in RaftLogManagerTest
add ee293e6 Merge pull request #2461 from
neuyilan/apache_master_0110_applier_bug_fix
add f2218dd allow compress buffer to oversize maxLength during compression
add 488511d rename maxSoftLength to softMaxLength
add d7b466c Merge pull request #2322 from
apache/change_transport_resize_policy
add 5b3b423 add thrift readme
add ab2b3db minor fixes
add 72ba8b9 add options of using maven parameter
add c427797 Merge pull request #2227 from apache/add_thrift_readme
add 70b228a show devices limit (#2389)
add 347958c fix: print user not logged in info when the user has logged
in (#2472)
add 680bb1a enable TsFile insertTablet with only a template (#2474)
add 06b576e Revert inplace merge (#2398)
add cf44a1d remove duplicate paramas in server script (#2463)
add 7a67bc5 add docker file for 0.11.1 and 0.11.2; fix invalid urls in
preivous d… (#2467)
add 74cbf19 [ISSUE-2479] Remove redundant logic in
session.genTSInsertRecordsOfOneDeviceReq() (#2480)
add 4acc515 [IOTDB-1094] Improve some code writing and name typo (#2382)
add a707012 [ISSUE-2476] fix the case that isNumber method returns true
when the input is "NaN" (#2477)
add 0e88973 fix import csv which can't import time format str (#2409)
add 663d910 [ISSUE-2419] Server test logs contains lots of useless
content (#2420)
add 9e7d609 Merge remote-tracking branch 'origin/master' into
PrintErrorFile
No new revisions were added by this update.
Summary of changes:
.github/pull_request_template.md | 37 +-
NOTICE | 2 +-
NOTICE-binary | 2 +-
README.md | 15 +
README_ZH.md | 14 +-
.../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 2 +-
.../main/java/org/apache/iotdb/tool/ImportCsv.java | 63 +-
cluster/src/assembly/resources/sbin/start-node.sh | 2 +-
.../iotdb/cluster/log/manage/RaftLogManager.java | 5 +-
.../apache/iotdb/cluster/server/ClientServer.java | 10 +-
.../iotdb/cluster/integration/SingleNodeTest.java | 3 +-
.../cluster/log/manage/RaftLogManagerTest.java | 17 +-
.../apache/iotdb/cluster/query/BaseQueryTest.java | 10 +-
docker/src/main/Dockerfile-0.10.0 | 4 +-
docker/src/main/Dockerfile-0.10.1 | 4 +-
docker/src/main/Dockerfile-0.11.0 | 4 +-
docker/src/main/{Dockerfile => Dockerfile-0.11.1} | 18 +-
.../main/{Dockerfile-0.11.0 => Dockerfile-0.11.2} | 10 +-
docs/UserGuide/System Tools/CSV Tool.md | 1 +
docs/zh/UserGuide/System Tools/CSV Tool.md | 1 +
.../apache/iotdb/jdbc/IoTDBPreparedStatement.java | 8 +-
server/src/assembly/resources/conf/logback.xml | 1 +
server/src/assembly/resources/sbin/start-server.sh | 2 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 7 +-
.../compaction/CompactionMergeTaskPoolManager.java | 2 +-
.../db/engine/compaction/TsFileManagement.java | 16 +
.../level/LevelCompactionTsFileManagement.java | 60 +-
.../no/NoCompactionTsFileManagement.java | 5 +
.../apache/iotdb/db/engine/flush/FlushManager.java | 24 +-
.../iotdb/db/engine/flush/MemTableFlushTask.java | 48 +-
.../iotdb/db/engine/merge/task/MergeFileTask.java | 136 +++-
.../db/engine/merge/task/MergeMultiChunkTask.java | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 10 +-
.../apache/iotdb/db/exception/IoTDBException.java | 21 +
.../iotdb/db/exception/StorageEngineException.java | 2 +-
.../db/exception/UDFRegistrationException.java | 7 +-
.../iotdb/db/exception/WriteProcessException.java | 4 +
.../metadata/AliasAlreadyExistException.java | 1 +
.../exception/metadata/IllegalPathException.java | 1 +
.../db/exception/metadata/MetadataException.java | 8 +
.../metadata/PathAlreadyExistException.java | 1 +
.../exception/metadata/PathNotExistException.java | 20 +-
.../metadata/StorageGroupNotSetException.java | 5 +
.../db/exception/query/OutOfTTLException.java | 2 +-
.../db/exception/query/QueryProcessException.java | 6 +-
.../org/apache/iotdb/db/metadata/MManager.java | 15 +-
.../java/org/apache/iotdb/db/metadata/MTree.java | 73 +-
.../iotdb/db/metadata/logfile/MLogWriter.java | 142 ++--
.../apache/iotdb/db/metrics/ui/MetricsPage.java | 2 +-
.../apache/iotdb/db/monitor/MonitorConstants.java | 5 -
.../org/apache/iotdb/db/monitor/StatMonitor.java | 6 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 15 +-
.../db/qp/logical/sys/RemoveFileOperator.java | 5 -
.../db/qp/logical/sys/ShowDevicesOperator.java | 18 +
.../iotdb/db/qp/logical/sys/TracingOperator.java | 10 +-
.../apache/iotdb/db/qp/physical/crud/UDFPlan.java | 3 +-
.../apache/iotdb/db/qp/physical/crud/UDTFPlan.java | 3 +-
.../db/qp/physical/sys/AlterTimeSeriesPlan.java | 2 +-
.../iotdb/db/qp/physical/sys/AuthorPlan.java | 2 +-
.../qp/physical/sys/CreateMultiTimeSeriesPlan.java | 6 +-
.../db/qp/physical/sys/CreateTimeSeriesPlan.java | 14 +-
.../iotdb/db/qp/physical/sys/ShowDevicesPlan.java | 13 +-
.../apache/iotdb/db/qp/physical/sys/ShowPlan.java | 49 ++
.../db/qp/physical/sys/ShowTimeSeriesPlan.java | 56 +-
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 15 +-
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 18 +-
.../db/qp/{constant => utils}/DatetimeUtils.java | 12 +-
.../db/query/aggregation/AggregateResult.java | 3 +-
.../db/query/aggregation/impl/AvgAggrResult.java | 10 +-
.../db/query/aggregation/impl/SumAggrResult.java | 10 +-
.../apache/iotdb/db/query/dataset/ShowDataSet.java | 78 ++
.../iotdb/db/query/dataset/ShowDevicesDataSet.java | 58 ++
.../db/query/dataset/ShowTimeseriesDataSet.java | 46 +-
.../apache/iotdb/db/query/dataset/UDTFDataSet.java | 2 +-
.../dataset/groupby/GroupByEngineDataSet.java | 8 +-
.../groupby/GroupByWithValueFilterDataSet.java | 3 +-
.../db/query/executor/AggregationExecutor.java | 4 +-
.../strategy/SlidingTimeWindowAccessStrategy.java | 2 +-
.../query/udf/service/UDFClassLoaderManager.java | 9 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 5 +-
.../apache/iotdb/db/service/RegisterManager.java | 6 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 869 ++++++++-------------
.../apache/iotdb/db/tools/IoTDBDataDirViewer.java | 2 +-
.../iotdb/db/tools/TsFileResourcePrinter.java | 2 +-
.../db/tools/watermark/WatermarkDetector.java | 2 +-
.../org/apache/iotdb/db/utils/SchemaUtils.java | 5 +-
.../apache/iotdb/db/utils/TypeInferenceUtils.java | 3 +
.../compaction/LevelCompactionRecoverTest.java | 10 +-
.../apache/iotdb/db/integration/IoTDBFillIT.java | 6 +
.../db/integration/IoTDBFlushQueryMergeIT.java | 2 +-
.../integration/IoTDBGroupByFillWithRangeIT.java | 3 -
.../iotdb/db/integration/IoTDBInsertNaNIT.java | 46 +-
.../apache/iotdb/db/integration/IoTDBLastIT.java | 1 -
.../db/integration/IoTDBLevelCompactionIT.java | 4 -
.../iotdb/db/integration/IoTDBMergeTest.java | 5 +
.../iotdb/db/integration/IoTDBMultiSeriesIT.java | 26 +-
.../iotdb/db/integration/IoTDBSensorUpdateIT.java | 3 -
.../iotdb/db/integration/IoTDBSimpleQueryIT.java | 52 ++
.../iotdb/db/integration/IoTDBUDFManagementIT.java | 10 -
.../db/integration/IoTDBUDTFHybridQueryIT.java | 6 +-
.../aggregation/IoTDBAggregationIT.java | 24 +-
.../aggregation/IoTDBAggregationSmallDataIT.java | 4 +-
.../iotdb/db/monitor/IoTDBStatMonitorTest.java | 153 ++++
.../java/org/apache/iotdb/db/qp/PlannerTest.java | 59 +-
.../qp/{plan => logical}/IndexLogicalPlanTest.java | 2 +-
.../qp/{plan => logical}/LogicalPlanSmallTest.java | 3 +-
.../qp/{plan => physical}/ConcatOptimizerTest.java | 3 +-
.../IndexSubMatchingPhysicalPlanTest.java | 3 +-
.../IndexWholeMatchingPhysicalPlanTest.java | 3 +-
.../db/qp/physical/PhysicalPlanSerializeTest.java | 305 ++++++++
.../db/qp/{plan => physical}/PhysicalPlanTest.java | 4 +-
.../qp/{plan => physical}/SerializationTest.java | 3 +-
.../db/qp/sql/DatetimeQueryDataSetUtilsTest.java | 142 ----
.../IoTDBsqlVisitorTest.java} | 4 +-
.../db/qp/utils/DatetimeQueryDataSetUtilsTest.java | 190 +++++
.../iotdb/db/query/control/TracingManagerTest.java | 10 +-
.../iotdb/db/query/dataset/ListDataSetTest.java | 2 +-
.../db/query/reader/series/SeriesReaderTest.java | 22 +-
.../iotdb/db/query/udf/example/Accumulator.java | 10 +
.../apache/iotdb/db/query/udf/example/Adder.java | 10 +
.../apache/iotdb/db/query/udf/example/Counter.java | 10 +
.../org/apache/iotdb/db/query/udf/example/Max.java | 10 +
.../iotdb/db/query/udf/example/Multiplier.java | 10 +
.../SlidingSizeWindowConstructorTester0.java | 11 +
.../SlidingSizeWindowConstructorTester1.java | 11 +
.../SlidingTimeWindowConstructionTester.java | 11 +
.../db/query/udf/example/TerminateTester.java | 10 +
.../apache/iotdb/db/utils/EnvironmentUtils.java | 10 +-
.../db/utils/datastructure/PrecisionTest.java | 22 +-
server/src/test/resources/logback.xml | 1 +
.../main/java/org/apache/iotdb/rpc/RpcUtils.java | 6 +
.../rpc/TCompressedElasticFramedTransport.java | 45 +-
.../apache/iotdb/rpc/TElasticFramedTransport.java | 41 +-
.../iotdb/rpc/TSnappyElasticFramedTransport.java | 2 +-
.../java/org/apache/iotdb/session/Session.java | 12 +-
.../iotdb/session/IoTDBSessionComplexIT.java | 3 +-
.../write/UnSupportedDataTypeException.java | 4 +-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 25 +-
.../apache/iotdb/tsfile/write/TsFileWriter.java | 13 +-
.../org/apache/iotdb/tsfile/read/ReadTest.java | 22 +-
.../iotdb/tsfile/read/TimePlainEncodeReadTest.java | 5 -
.../read/query/executor/QueryExecutorTest.java | 1 -
.../tsfile/write/DefaultDeviceTemplateTest.java | 110 +++
.../zeppelin/iotdb/IoTDBInterpreterTest.java | 7 +-
144 files changed, 2415 insertions(+), 1351 deletions(-)
copy docker/src/main/{Dockerfile => Dockerfile-0.11.1} (77%)
copy docker/src/main/{Dockerfile-0.11.0 => Dockerfile-0.11.2} (84%)
rename server/src/main/java/org/apache/iotdb/db/qp/{constant =>
utils}/DatetimeUtils.java (99%)
create mode 100644
server/src/main/java/org/apache/iotdb/db/query/dataset/ShowDataSet.java
create mode 100644
server/src/main/java/org/apache/iotdb/db/query/dataset/ShowDevicesDataSet.java
create mode 100644
server/src/test/java/org/apache/iotdb/db/monitor/IoTDBStatMonitorTest.java
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
logical}/IndexLogicalPlanTest.java (99%)
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
logical}/LogicalPlanSmallTest.java (99%)
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
physical}/ConcatOptimizerTest.java (98%)
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
physical}/IndexSubMatchingPhysicalPlanTest.java (98%)
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
physical}/IndexWholeMatchingPhysicalPlanTest.java (98%)
create mode 100644
server/src/test/java/org/apache/iotdb/db/qp/physical/PhysicalPlanSerializeTest.java
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
physical}/PhysicalPlanTest.java (99%)
rename server/src/test/java/org/apache/iotdb/db/qp/{plan =>
physical}/SerializationTest.java (98%)
delete mode 100644
server/src/test/java/org/apache/iotdb/db/qp/sql/DatetimeQueryDataSetUtilsTest.java
rename
server/src/test/java/org/apache/iotdb/db/qp/{strategy/LogicalGeneratorTest.java
=> sql/IoTDBsqlVisitorTest.java} (97%)
create mode 100644
server/src/test/java/org/apache/iotdb/db/qp/utils/DatetimeQueryDataSetUtilsTest.java
create mode 100644
tsfile/src/test/java/org/apache/iotdb/tsfile/write/DefaultDeviceTemplateTest.java