This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch IOTDB-5723
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from cadbdb32ac5 blocking way to consume events from pending queue
add 8ddf462e609 clean tsfile hardlink dir at startup
No new revisions were added by this update.
Summary of changes:
.../{PipeLauncher.java => PipeAgentLauncher.java} | 6 +--
.../db/pipe/agent/runtime/PipeRuntimeAgent.java | 6 ++-
.../file/PipeHardlinkFileDirStartupCleaner.java | 59 ++++++++++++++++++++++
3 files changed, 66 insertions(+), 5 deletions(-)
rename
server/src/main/java/org/apache/iotdb/db/pipe/agent/runtime/{PipeLauncher.java
=> PipeAgentLauncher.java} (98%)
create mode 100644
server/src/main/java/org/apache/iotdb/db/pipe/resource/file/PipeHardlinkFileDirStartupCleaner.java