Skip to content

Research/seasonal repair#9733

Closed
czjthss wants to merge 484 commits intoapache:research/seasonal-repairfrom
czjthss:research/seasonal-repair
Closed

Research/seasonal repair#9733
czjthss wants to merge 484 commits intoapache:research/seasonal-repairfrom
czjthss:research/seasonal-repair

Conversation

@czjthss
Copy link
Contributor

@czjthss czjthss commented Apr 27, 2023

Description

Content1 ...

Content2 ...

Content3 ...


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

HTHou and others added 30 commits March 8, 2023 10:03
…ns after analyzed in query (#9242)

Signed-off-by: Weihao Li <18110526956@163.com>
* Support insert bytes by Python API

* add test
[IOTDB-5660] Rename StorageGroup related expcetion name to Database
* fix confignode.java code smell

* fix confignode code smell

* fix configmanager code smell

* Modify according to review
* update representation function doc

* update representation/rm function

* update format
Co-authored-by: Steve Yurong Su <rong@apache.org>
…place: serveral bug fixes & code optimization (#9293)

1. The wrong plugin id is used to initialize the backend
2. Remove the usage of "LegacyForms"
3. Add user input checksum error handling
4. the backend http client is reused across queries (and healthcheck)
5. Add exception handling
* init

* add license

* fix show pipe plugins bug

* fix logger and TCreatePipePluginInstanceReq

* fix iotdb version in confignode/pom.xml

* refactor PipePluginMeta & PipePluginMetaKeeper

* refactor PipeInfo & PipePluginInfo

* refactor PipeManager

* rename: PipePluginInformation -> PipePluginMeta

* mvn spotless:apply

* refactor: PipePluginAgent

* interface PipePlugin extends AutoCloseable

* PipePluginMeta: toString, equals, hashCode

---------

Co-authored-by: Steve Yurong Su <rong@apache.org>
CloudWise-Lukemiao and others added 29 commits April 24, 2023 00:45
1. support built-in pipe plugins. do_nothing_processor & do_nothing_connector are added as built-in plugins.
2. allow to create / drop the same function multiple times without errors at PipePluginAgent / PipePluginInfo to adapt the retry policy of the Procedure mechanism.
3. allow to drop a function that is not registered on leader config node so that user can have a chance to change the inconsistant registration state over different config / data nodes.
4. fix ci build error: https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/173/console

------

1. 支持内置 Pipe 插件,为内置插件适配了增、删、启动流程
2. 幂等操作支持:允许在 PipePluginAgent / PipePluginInfo 层面对同一个插件进行多次增、删(不对已经注册的插件进行检查,允许 procedure 的多次执行)
3. 创建:仅仅在 coordinator 层面检查是否合规。删除:coordinator 不对是否创建过进行检查,允许用户多次 drop pipe plugin 来消除不一致状态(即使该插件已经在 leader confignode 上被 drop)
4. 修复 ci build error: https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/173/console
…9685)



---------

Co-authored-by: JackieTien97 <jackietien97@gmail.com>
…chanism (#9629)

Co-authored-by: Steve Yurong Su <rong@apache.org>
…sFile (#9684)

* streaming query data partition

* only serialize once in dispatcher

* streaming auto create and verify schema

* fix IT: add routeChunkData in addOrSendDeletionData and sendAllTsFileData
* modify path to PartialPath

* Optimize the serialize and deserialize of PathPrivilege

* Optimize auth string list to binary in thrift

* Modify test

* Remove Illegal Path
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tion (#9701)


Co-authored-by: Liu Xuxin <liuxuxin@outlook.com>
…cher -> collector (#9479)

Co-authored-by: Steve Yurong Su <rong@apache.org>
@czjthss czjthss closed this by deleting the head repository Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.