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 cc4651a extract insert measurement mnode
new 72642fb add test
new a5c6a1e add test
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 | 12 +-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 22 +-
.../engine/storagegroup/StorageGroupProcessor.java | 7 +
.../service/TriggerRegistrationService.java | 24 +-
.../org/apache/iotdb/db/metadata/MManager.java | 38 +-
.../iotdb/db/metadata/id_table/IDManagerImpl.java | 3 +-
.../apache/iotdb/db/metadata/id_table/IDTable.java | 307 +++++++++---
.../metadata/id_table/entry/DeviceIDFactory.java | 3 +-
.../id_table/entry/InsertMeasurementMNode.java | 9 +-
.../db/metadata/id_table/entry/SchemaEntry.java | 26 +-
.../iotdb/db/qp/physical/crud/InsertPlan.java | 11 +
.../iotdb/db/metadata/id_table/IDManagerTest.java | 5 -
.../iotdb/db/metadata/id_table/IDTableTest.java | 556 +++++++++++++++++++++
.../db/metadata/id_table/entry/DeviceIDTest.java | 7 +-
.../metadata/id_table/entry/SchemaEntryTest.java | 33 +-
.../id_table/trigger_example}/Counter.java | 2 +-
16 files changed, 949 insertions(+), 116 deletions(-)
delete mode 100644
server/src/test/java/org/apache/iotdb/db/metadata/id_table/IDManagerTest.java
copy {integration/src/test/java/org/apache/iotdb/db/engine/trigger/example =>
server/src/test/java/org/apache/iotdb/db/metadata/id_table/trigger_example}/Counter.java
(97%)