This is an automated email from the ASF dual-hosted git repository.
CritasWang pushed a change to branch wx/iotdb-2.0.11-alignment
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
from c564f23 chore: document the starter timeout default and drop unused
properties
add a631037 collector: release every stage when task creation fails
add 92b5421 mybatis: map FLOAT to Float in the default generator config
No new revisions were added by this update.
Summary of changes:
iotdb-collector/collector-core/pom.xml | 5 +
.../builtin/source/iotdb/IoTDBPushSource.java | 6 +-
.../apache/iotdb/collector/runtime/task/Task.java | 74 ++++
.../iotdb/collector/runtime/task/TaskCombiner.java | 26 +-
.../runtime/task/processor/ProcessorTask.java | 40 +-
.../collector/runtime/task/sink/SinkTask.java | 38 +-
.../runtime/task/source/pull/PullSourceTask.java | 44 ++-
.../runtime/task/source/push/PushSourceTask.java | 31 +-
.../collector/runtime/task/TaskCombinerTest.java | 403 +++++++++++++++++++++
.../src/main/resources/generatorConfig.xml | 1 +
.../mybatis/plugin/BatchInsertPluginTest.java | 8 +-
.../iotdb/mybatis/plugin/IoTDBKeyPluginTest.java | 8 +-
12 files changed, 588 insertions(+), 96 deletions(-)
create mode 100644
iotdb-collector/collector-core/src/test/java/org/apache/iotdb/collector/runtime/task/TaskCombinerTest.java