Re: [PR] Implement new plan optimizer: AggregationPushDown [iotdb]

2024-05-07 Thread via GitHub
JackieTien97 commented on code in PR #12398: URL: https://github.com/apache/iotdb/pull/12398#discussion_r1591753777 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/optimization/AggregationPushDown.java: ## @@ -0,0 +1,492 @@ +/* + * Licensed to the Apach

Re: [PR] Fixed backup path detection and optimized output log file names [iotdb]

2024-05-07 Thread via GitHub
CritasWang commented on code in PR #12454: URL: https://github.com/apache/iotdb/pull/12454#discussion_r1591910947 ## iotdb-client/cli/src/assembly/resources/conf/logback-cli.xml: ## @@ -26,7 +26,24 @@ ERROR - + Review Comment: This file w

[PR] Support WAL Compression [iotdb]

2024-05-07 Thread via GitHub
THUMarkLau opened a new pull request, #12476: URL: https://github.com/apache/iotdb/pull/12476 The write-ahead logging consumes a significant amount of I/O resources during data writing, sometimes even 2-7 times the amount of TsFile I/O. Currently, the write-ahead logging in the system is un

[PR] remove cdn icon [iotdb-docs]

2024-05-07 Thread via GitHub
CritasWang opened a new pull request, #227: URL: https://github.com/apache/iotdb-docs/pull/227 (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] Support WAL Compression [iotdb]

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

Re: [PR] remove cdn icon [iotdb-docs]

2024-05-07 Thread via GitHub
HTHou merged PR #227: URL: https://github.com/apache/iotdb-docs/pull/227 -- 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: reviews-unsubscr...@iotdb.apach

[PR] New data type [iotdb]

2024-05-07 Thread via GitHub
Cpaulyz opened a new pull request, #12477: URL: https://github.com/apache/iotdb/pull/12477 ## Description ### Content1 ... ### Content2 ... ### Content3 ... This PR has: - [ ] been self-reviewed. - [ ] concu

Re: [PR] Implement new plan optimizer: AggregationPushDown [iotdb]

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

Re: [PR] Support WAL Compression [iotdb]

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

[PR] Pipe: Added metrics to schema transfer [iotdb]

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

[PR] Use ofNullable && remove log [iotdb]

2024-05-07 Thread via GitHub
liyuheng5 opened a new pull request, #12479: URL: https://github.com/apache/iotdb/pull/12479 (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] Use ofNullable && remove log [iotdb]

2024-05-07 Thread via GitHub
liyuheng5 closed pull request #12479: Use ofNullable && remove log URL: https://github.com/apache/iotdb/pull/12479 -- 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 unsubs

[PR] Use ofNullable && remove log [iotdb]

2024-05-07 Thread via GitHub
liyuheng5 opened a new pull request, #12480: URL: https://github.com/apache/iotdb/pull/12480 (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] Fixed backup path detection and optimized output log file names [iotdb]

2024-05-07 Thread via GitHub
HTHou merged PR #12454: URL: https://github.com/apache/iotdb/pull/12454 -- 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: reviews-unsubscr...@iotdb.apache

Re: [PR] Remove a line of log [iotdb]

2024-05-07 Thread via GitHub
OneSizeFitsQuorum merged PR #12480: URL: https://github.com/apache/iotdb/pull/12480 -- 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: reviews-unsubscr...@

Re: [PR] Enhance estimate of FI memory usage [iotdb]

2024-05-07 Thread via GitHub
lancelly commented on code in PR #12393: URL: https://github.com/apache/iotdb/pull/12393#discussion_r1592314017 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/OperatorTreeGenerator.java: ## @@ -2947,6 +2949,18 @@ public List dealWithConsumeAll

Re: [PR] Enhance estimate of FI memory usage [iotdb]

2024-05-07 Thread via GitHub
lancelly commented on code in PR #12393: URL: https://github.com/apache/iotdb/pull/12393#discussion_r1592315583 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/process/last/UpdateLastCacheOperator.java: ## @@ -89,4 +94,14 @@ protected void

Re: [PR] Enhance estimate of FI memory usage [iotdb]

2024-05-07 Thread via GitHub
lancelly commented on code in PR #12393: URL: https://github.com/apache/iotdb/pull/12393#discussion_r1592316379 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/process/last/LastQueryOperator.java: ## @@ -173,4 +178,15 @@ public long calcul

Re: [PR] Enhance estimate of FI memory usage [iotdb]

2024-05-07 Thread via GitHub
lancelly commented on code in PR #12393: URL: https://github.com/apache/iotdb/pull/12393#discussion_r1592317226 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/MemoryMeasurable.java: ## @@ -0,0 +1,32 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] Enhance estimate of FI memory usage [iotdb]

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

Re: [PR] Fix insertion cross space compaction recover null pointer exception [iotdb]

2024-05-07 Thread via GitHub
OneSizeFitsQuorum merged PR #12439: URL: https://github.com/apache/iotdb/pull/12439 -- 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: reviews-unsubscr...@

[PR] Remove restrictions on the number and length of tags and attributes [iotdb]

2024-05-07 Thread via GitHub
linxt20 opened a new pull request, #12481: URL: https://github.com/apache/iotdb/pull/12481 (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, e-ma

[I] For Hdfs Integrating with IoTDD no support document avilable for IoTdb higher version above 0.13.x [iotdb]

2024-05-07 Thread via GitHub
SHREEKANT-KUMAR-PRASAD opened a new issue, #12482: URL: https://github.com/apache/iotdb/issues/12482 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version Apache IoTdb version was 1.0.

Re: [I] For Hdfs Integrating with IoTDD no support document avilable for IoTdb higher version above 0.13.x [iotdb]

2024-05-07 Thread via GitHub
github-actions[bot] commented on issue #12482: URL: https://github.com/apache/iotdb/issues/12482#issuecomment-2098339340 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

Re: [PR] Enhance estimate of FI memory usage [iotdb]

2024-05-07 Thread via GitHub
JackieTien97 merged PR #12393: URL: https://github.com/apache/iotdb/pull/12393 -- 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: reviews-unsubscr...@iotdb

Re: [PR] Implement new plan optimizer: AggregationPushDown [iotdb]

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

[PR] fixed start cli output log issue [iotdb]

2024-05-07 Thread via GitHub
CloudWise-Lukemiao opened a new pull request, #12483: URL: https://github.com/apache/iotdb/pull/12483 fixed start cli output log issue -- 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: [I] [Bug] insertTablet http api lost data event return SUCCESS_STATUS [iotdb]

2024-05-07 Thread via GitHub
zhongwencool commented on issue #12375: URL: https://github.com/apache/iotdb/issues/12375#issuecomment-2099626926 @CritasWang What version would this fix be included in, I don't see it in the latest version(1.3.1). -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [Bug] insertTablet http api lost data event return SUCCESS_STATUS [iotdb]

2024-05-07 Thread via GitHub
CritasWang commented on issue #12375: URL: https://github.com/apache/iotdb/issues/12375#issuecomment-2099653990 next version(1.3.2) -- 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 co

[PR] [IOTDB-6326] Normalize the table headers of Auth related statement [iotdb]

2024-05-07 Thread via GitHub
JackieTien97 opened a new pull request, #12484: URL: https://github.com/apache/iotdb/pull/12484 more details can be seen in https://issues.apache.org/jira/browse/IOTDB-6326 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Research/encoding exp [iotdb]

2024-05-07 Thread via GitHub
Mr-Spade closed pull request #11721: Research/encoding exp URL: https://github.com/apache/iotdb/pull/11721 -- 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-mai

Re: [PR] Implement new plan optimizer: AggregationPushDown [iotdb]

2024-05-07 Thread via GitHub
JackieTien97 merged PR #12398: URL: https://github.com/apache/iotdb/pull/12398 -- 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: reviews-unsubscr...@iotdb

Re: [PR] Remove restrictions on the number and length of tags and attributes [iotdb]

2024-05-07 Thread via GitHub
JackieTien97 merged PR #12481: URL: https://github.com/apache/iotdb/pull/12481 -- 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: reviews-unsubscr...@iotdb

Re: [PR] [IOTDB-6326] Normalize the table headers of Auth related statement [iotdb]

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

Re: [PR] fixed start cli output log issue [iotdb]

2024-05-07 Thread via GitHub
CloudWise-Lukemiao merged PR #12483: URL: https://github.com/apache/iotdb/pull/12483 -- 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: reviews-unsubscr...

Re: [PR] [IOTDB-6326] Normalize the table headers of Auth related statement [iotdb]

2024-05-07 Thread via GitHub
codecov[bot] commented on PR #12484: URL: https://github.com/apache/iotdb/pull/12484#issuecomment-2099818938 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/12484?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_te