Research/seasonal repair#9733
Closed
czjthss wants to merge 484 commits intoapache:research/seasonal-repairfrom
czjthss:research/seasonal-repair
Closed
Research/seasonal repair#9733czjthss wants to merge 484 commits intoapache:research/seasonal-repairfrom czjthss:research/seasonal-repair
czjthss wants to merge 484 commits intoapache:research/seasonal-repairfrom
czjthss:research/seasonal-repair
Conversation
…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
…d numpy.ndarray (#9096)
[IOTDB-5661] Update Docs
* 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>
… Overview Dashboard (#9223)
…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>
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Content1 ...
Content2 ...
Content3 ...
This PR has:
for an unfamiliar reader.
for code coverage.
Key changed/added classes (or packages if there are too many classes) in this PR