Re: [PR] Fix sonar analysis warning [iotdb]

2024-04-17 Thread via GitHub
HTHou merged PR #12363: URL: https://github.com/apache/iotdb/pull/12363 -- 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:

[I] [Bug] iotdb 压缩线程处理异常之后,会无限处理错误数据。手动删除对应的序列也没用 [iotdb]

2024-04-17 Thread via GitHub
lintao666 opened a new issue, #12360: URL: https://github.com/apache/iotdb/issues/12360 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version iotdb:1.3.0 ### Describe the bug

Re: [I] [Bug] iotdb 压缩线程处理异常之后,会无限处理错误数据。手动删除对应的序列也没用 [iotdb]

2024-04-17 Thread via GitHub
github-actions[bot] commented on issue #12360: URL: https://github.com/apache/iotdb/issues/12360#issuecomment-2060598821 Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community! -- This is an automated message from the Apache Git Service. To

Re: [PR] Region status Adding and Removing [iotdb]

2024-04-17 Thread via GitHub
liyuheng5 commented on code in PR #12342: URL: https://github.com/apache/iotdb/pull/12342#discussion_r1568447458 ## iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/RemoveRegionPeerProcedure.java: ## @@ -100,6 +102,7 @@ protected Flow

Re: [PR] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568517420 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/pipeconsensus/PipeConsensusAsyncConnector.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed

Re: [PR] Region status Adding and Removing [iotdb]

2024-04-17 Thread via GitHub
CRZbulabula commented on code in PR #12342: URL: https://github.com/apache/iotdb/pull/12342#discussion_r1568441311 ## iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/AddRegionPeerProcedure.java: ## @@ -92,6 +94,7 @@ protected Flow

Re: [PR] Fix sonar analysis warning [iotdb]

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

Re: [PR] Optimize priority map lock structure [iotdb]

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

[PR] Fix convertMillisecondToDurationStr and add UT [iotdb]

2024-04-17 Thread via GitHub
liyuheng5 opened a new pull request, #12361: URL: https://github.com/apache/iotdb/pull/12361 (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

[PR] Fix sonar analysis warning [iotdb]

2024-04-17 Thread via GitHub
HTHou opened a new pull request, #12363: URL: https://github.com/apache/iotdb/pull/12363 ## Description https://github.com/apache/iotdb/assets/25913899/c91180c6-a7f2-47f5-984a-da61322f2a0a;> -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Fix convertMillisecondToDurationStr and add UT [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum merged PR #12361: URL: https://github.com/apache/iotdb/pull/12361 -- 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] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568157024 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/pipeconsensus/PipeConsensusAsyncConnector.java: ## @@ -0,0 +1,113 @@ +/* + * Licensed

Re: [PR] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
DanielWang2035 commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568333531 ## iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/event/EnrichedEvent.java: ## @@ -284,6 +289,21 @@ public void onCommitted() { } }

Re: [PR] Region status Adding and Removing [iotdb]

2024-04-17 Thread via GitHub
liyuheng5 commented on code in PR #12342: URL: https://github.com/apache/iotdb/pull/12342#discussion_r1568447182 ## iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/AddRegionPeerProcedure.java: ## @@ -92,6 +94,7 @@ protected Flow

Re: [PR] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
DanielWang2035 commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568335911 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/pipeconsensus/PipeConsensusAsyncConnector.java: ## @@ -0,0 +1,117 @@ +/* + *

Re: [PR] Pipe: Fixed the CPU consuming problem when configNode has nothing to sync [iotdb]

2024-04-17 Thread via GitHub
SteveYurongSu merged PR #12359: URL: https://github.com/apache/iotdb/pull/12359 -- 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: Added debug logger after schema/config event is successfully transferred [iotdb]

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

Re: [PR] IoTConsensus Transit Snapshot Rate Limiter [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum merged PR #12348: URL: https://github.com/apache/iotdb/pull/12348 -- 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] Optimize priority map lock structure [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum merged PR #12351: URL: https://github.com/apache/iotdb/pull/12351 -- 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] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568516568 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/pipeconsensus/PipeConsensusAsyncConnector.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed

Re: [PR] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568514855 ## iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/event/EnrichedEvent.java: ## @@ -284,6 +289,21 @@ public void onCommitted() { } } +

Re: [PR] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568516568 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/pipeconsensus/PipeConsensusAsyncConnector.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed

Re: [PR] Fix compaction worker stopped after drop database [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum commented on code in PR #12357: URL: https://github.com/apache/iotdb/pull/12357#discussion_r1568763061 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/schedule/CompactionWorker.java: ## @@ -50,14 +50,22 @@ public

Re: [PR] PipeConsensus: initialize thrift service & connector and receiver logic [iotdb]

2024-04-17 Thread via GitHub
Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1568517420 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/pipeconsensus/PipeConsensusAsyncConnector.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed

[PR] feature add iotdb backup [iotdb]

2024-04-17 Thread via GitHub
CloudWise-Lukemiao opened a new pull request, #12365: URL: https://github.com/apache/iotdb/pull/12365 feature add iotdb backup -- 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

Re: [PR] Fix compaction worker stopped after drop database [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum merged PR #12357: URL: https://github.com/apache/iotdb/pull/12357 -- 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] Region status Adding and Removing [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum merged PR #12342: URL: https://github.com/apache/iotdb/pull/12342 -- 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: [I] How To backup/restore cluster [iotdb]

2024-04-17 Thread via GitHub
HTHou commented on issue #12354: URL: https://github.com/apache/iotdb/issues/12354#issuecomment-2062863799 We are developing a tool to support it. https://github.com/apache/iotdb/pull/12365 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] How To backup/restore cluster [iotdb]

2024-04-17 Thread via GitHub
HTHou commented on issue #12354: URL: https://github.com/apache/iotdb/issues/12354#issuecomment-2062864428 We are developing a tool to support it. https://github.com/apache/iotdb/pull/12365 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Pipe: Two stage aggregate counter [iotdb]

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

Re: [I] [Bug] iotdb 压缩线程处理异常之后,会无限处理错误数据。手动删除对应的序列也没用 [iotdb]

2024-04-17 Thread via GitHub
HTHou commented on issue #12360: URL: https://github.com/apache/iotdb/issues/12360#issuecomment-2062858071 这个问题已经在 1.3.1 版本中修复了,可以编译 rc/1.3.1 分支的代码进行一下版本升级,或者等待 1.3.1 正式版本发布。 https://github.com/apache/iotdb/pull/11579 https://github.com/apache/iotdb/pull/11547 -- This is an

Re: [PR] Lazy load chunk and page in fast compaction [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum closed pull request #11503: Lazy load chunk and page in fast compaction URL: https://github.com/apache/iotdb/pull/11503 -- 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

Re: [PR] Pipe: Two stage aggregate counter [iotdb]

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

[PR] [IOTDB-6322] Let show variables can be executed by anyone [iotdb]

2024-04-17 Thread via GitHub
JackieTien97 opened a new pull request, #12367: URL: https://github.com/apache/iotdb/pull/12367 (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

Re: [PR] [IOTDB-6322] Let show variables can be executed by anyone [iotdb]

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

Re: [PR] fix error when the wal dir is not exist [iotdb]

2024-04-17 Thread via GitHub
OneSizeFitsQuorum merged PR #12339: URL: https://github.com/apache/iotdb/pull/12339 -- 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: [I] How To backup/restore cluster [iotdb]

2024-04-17 Thread via GitHub
HTHou commented on issue #12354: URL: https://github.com/apache/iotdb/issues/12354#issuecomment-2062866986 We are developing a tool to support it. https://github.com/apache/iotdb/pull/12365 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [IOTDB-6322] Let show variables can be executed by anyone [iotdb]

2024-04-17 Thread via GitHub
codecov[bot] commented on PR #12367: URL: https://github.com/apache/iotdb/pull/12367#issuecomment-2063034427 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/12367?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report