Re: [PR] Add recover IT for Procedure, and delete ProcedureStore [iotdb]

2024-02-19 Thread via GitHub
Caideyipi commented on code in PR #12045: URL: https://github.com/apache/iotdb/pull/12045#discussion_r1495364922 ## iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/CreateManyDatabasesProcedure.java: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the

Re: [PR] Add recover IT for Procedure, and delete ProcedureStore [iotdb]

2024-02-19 Thread via GitHub
Caideyipi commented on code in PR #12045: URL: https://github.com/apache/iotdb/pull/12045#discussion_r1495356669 ## integration-test/src/test/java/org/apache/iotdb/confignode/it/procedure/IoTDBProcedureIT.java: ## @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache Software

Re: [PR] Add recover IT for Procedure, and delete ProcedureStore [iotdb]

2024-02-19 Thread via GitHub
Caideyipi commented on code in PR #12045: URL: https://github.com/apache/iotdb/pull/12045#discussion_r1495339365 ## integration-test/src/test/java/org/apache/iotdb/confignode/it/procedure/IoTDBProcedureIT.java: ## @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache Software

Re: [PR] Pipe meta sync: support meta data sync between different clusters [iotdb]

2024-02-19 Thread via GitHub
sonarcloud[bot] commented on PR #11794: URL: https://github.com/apache/iotdb/pull/11794#issuecomment-1953387974 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] Pipe Meta: Fixed schema node operation bug [iotdb]

2024-02-19 Thread via GitHub
SteveYurongSu merged PR #12052: URL: https://github.com/apache/iotdb/pull/12052 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Cache clusterId in IoTDBConfig [iotdb]

2024-02-19 Thread via GitHub
liyuheng5 opened a new pull request, #12053: URL: https://github.com/apache/iotdb/pull/12053 IoTDBDescriptor.getInstance().getConfig().getClusterId() -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[PR] Pipe Meta: Fixed schema node operation bug [iotdb]

2024-02-19 Thread via GitHub
Caideyipi opened a new pull request, #12052: URL: https://github.com/apache/iotdb/pull/12052 ## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [

Re: [PR] Pipe meta sync: support meta data sync between different clusters [iotdb]

2024-02-19 Thread via GitHub
sonarcloud[bot] commented on PR #11794: URL: https://github.com/apache/iotdb/pull/11794#issuecomment-1952536859 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] Pipe Meta: Fixed flush problems caused by IT [iotdb]

2024-02-19 Thread via GitHub
SteveYurongSu merged PR #12051: URL: https://github.com/apache/iotdb/pull/12051 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Pipe Meta: Fixed flush problems caused by IT [iotdb]

2024-02-19 Thread via GitHub
Caideyipi opened a new pull request, #12051: URL: https://github.com/apache/iotdb/pull/12051 ## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [

Re: [PR] Thrift zero-copy optimization for TElasticFramedTransport [iotdb]

2024-02-19 Thread via GitHub
MrQuansy commented on PR #12050: URL: https://github.com/apache/iotdb/pull/12050#issuecomment-1952360656 @OneSizeFitsQuorum PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[PR] Thrift zero-copy optimization for TFrameTransport [iotdb]

2024-02-19 Thread via GitHub
MrQuansy opened a new pull request, #12050: URL: https://github.com/apache/iotdb/pull/12050 Previously, these methods of TElasticFramedTransport are not override implemented. TBinaryProtocol will allocate new byte array and copy from frame buffer. After this pr, TBinaryProtocol can wrap

[PR] Pipe: Pruned events need not to be parsed [iotdb]

2024-02-19 Thread via GitHub
Caideyipi opened a new pull request, #12049: URL: https://github.com/apache/iotdb/pull/12049 ## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [

Re: [PR] [IOTDB-6296] Fix memory leak in MQTTService [iotdb]

2024-02-19 Thread via GitHub
JackieTien97 merged PR #12046: URL: https://github.com/apache/iotdb/pull/12046 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Pipe meta sync: support meta data sync between different clusters [iotdb]

2024-02-19 Thread via GitHub
sonarcloud[bot] commented on PR #11794: URL: https://github.com/apache/iotdb/pull/11794#issuecomment-1952302945 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

[PR] P btree container divide to two buffer [iotdb]

2024-02-19 Thread via GitHub
linxt20 opened a new pull request, #12048: URL: https://github.com/apache/iotdb/pull/12048 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Pipe: Reduced pipe logs and controlled how often the log is printed below a certain frequency [iotdb]

2024-02-19 Thread via GitHub
SteveYurongSu merged PR #11973: URL: https://github.com/apache/iotdb/pull/11973 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Pipe Meta: Merge master [iotdb]

2024-02-19 Thread via GitHub
SteveYurongSu merged PR #12047: URL: https://github.com/apache/iotdb/pull/12047 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Pipe Meta: Merge master [iotdb]

2024-02-19 Thread via GitHub
Caideyipi opened a new pull request, #12047: URL: https://github.com/apache/iotdb/pull/12047 ## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [

Re: [PR] Pipe Meta: Fixed concurrent bug of start and close operation for schema region extractor & fixed IT flush problems [iotdb]

2024-02-19 Thread via GitHub
SteveYurongSu merged PR #12044: URL: https://github.com/apache/iotdb/pull/12044 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Pipe: fixed the bug that processor dies when encountered memory shortage for tablets in a period of time [iotdb]

2024-02-19 Thread via GitHub
SteveYurongSu merged PR #12042: URL: https://github.com/apache/iotdb/pull/12042 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [IOTDB-6296] Fix memory leak in MQTTService [iotdb]

2024-02-19 Thread via GitHub
sonarcloud[bot] commented on PR #12046: URL: https://github.com/apache/iotdb/pull/12046#issuecomment-1952149120 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

[PR] Add recover IT for Procedure, and delete ProcedureStore [iotdb]

2024-02-19 Thread via GitHub
liyuheng5 opened a new pull request, #12045: URL: https://github.com/apache/iotdb/pull/12045 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To