This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch fix_simple_confignode_consensus
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c5e8ec4c1d [IOTDB-5432] Use freemarker to generate eventWindow and
eventWindowManager
add ca84f2f904 [IOTDB-5425] Consolidate all ConfigNodeClient to be managed
by clientManager (#8891)
add 6629816b25 fix win CI
add 5aaa80a37d [IOTDB-5431] Fix concurrent bug caused by using
synchronizedSet() in DriverScheduler
add 1dec87939a Use gitbox thrift url instead of github to avoid download
issue in China
add b9f209f69a Add AR function in Operators-Functions/Machine-Learning
new 19833a7e54 add logWriter.close() for ConfigNodeRegionStateMachine
The 1 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:
.github/workflows/main-win.yml | 47 +---
.../statemachine/ConfigNodeRegionStateMachine.java | 1 +
.../Operators-Functions/Machine-Learning.md | 84 ++++++
.../Operators-Functions/Machine-Learning.md | 85 ++++++
.../apache/iotdb/libudf/it/dlearn/DLearnIT.java | 311 +++++++++++++++++++++
.../org/apache/iotdb/library/dlearn/UDTFAR.java | 131 +++++++++
.../apache/iotdb/commons/client/ClientManager.java | 13 +-
pom.xml | 8 +-
.../apache/iotdb/db/client/ConfigNodeClient.java | 34 +--
.../db/mpp/execution/schedule/DriverScheduler.java | 22 +-
.../java/org/apache/iotdb/db/service/DataNode.java | 28 +-
.../db/service/DataNodeServerCommandLine.java | 17 +-
.../iotdb/db/service/RegionMigrateService.java | 14 +-
site/src/main/.vuepress/config.js | 6 +-
14 files changed, 691 insertions(+), 110 deletions(-)
create mode 100644 docs/UserGuide/Operators-Functions/Machine-Learning.md
create mode 100644 docs/zh/UserGuide/Operators-Functions/Machine-Learning.md
create mode 100644
integration-test/src/test/java/org/apache/iotdb/libudf/it/dlearn/DLearnIT.java
create mode 100644
library-udf/src/main/java/org/apache/iotdb/library/dlearn/UDTFAR.java