This is an automated email from the ASF dual-hosted git repository.
ycycse pushed a change to branch ycy/fixEA
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a8d1e9e3d59 feat: modify the metric in ExplainAnalyze
add 6b85a68e720 Add count and time statistics for timeseries metadata
modification
add 66634eab443 Pipe Plugin: Pipe Task Safe Deletion, Plugin Directory
Structure Reorganization, and Isolated Pipe Plugin ClassLoader Implementation
(#12868)
new 21108e4f797 Merge remote-tracking branch 'origin/master' into ycy/fixEA
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:
.../persistence/pipe/PipePluginInfo.java | 32 ++-
.../confignode/persistence/pipe/PipeTaskInfo.java | 58 ++++++
.../impl/pipe/plugin/DropPipePluginProcedure.java | 28 ++-
.../pipe/agent/plugin/PipeDataNodePluginAgent.java | 35 ++--
.../db/pipe/agent/runtime/PipeAgentLauncher.java | 8 +-
.../fragment/FragmentInstanceContext.java | 73 ++++---
.../execution/fragment/QueryStatistics.java | 224 +++++++++++++++++----
.../execution/operator/source/FileLoaderUtils.java | 96 +++++----
.../execution/operator/source/SeriesScanUtil.java | 22 +-
.../metric/SeriesScanCostMetricSet.java | 49 +++++
.../read/reader/chunk/DiskAlignedChunkLoader.java | 4 +-
.../read/reader/chunk/DiskChunkLoader.java | 4 +-
.../read/reader/chunk/MemAlignedChunkLoader.java | 4 +-
.../read/reader/chunk/MemChunkLoader.java | 4 +-
.../agent/plugin/PipeDataNodePluginAgentTest.java | 39 ++--
.../commons/executable/ExecutableManager.java | 3 +
.../pipe/agent/plugin/PipePluginConstructor.java | 14 +-
.../pipe/plugin/meta/PipePluginMetaKeeper.java | 35 ++--
.../service/PipePluginClassLoaderManager.java | 42 ++--
.../service/PipePluginExecutableManager.java | 43 +++-
.../pipe/plugin/meta/PipePluginMetaTest.java | 2 +-
21 files changed, 601 insertions(+), 218 deletions(-)