Re: [PR] release V1.3 [iotdb-docs]

2024-01-02 Thread via GitHub
HTHou merged PR #141: URL: https://github.com/apache/iotdb-docs/pull/141 -- 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] Add error logs for NotEnoughDataNodeException and DatabaseNotExistsException [iotdb]

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

[PR] Add disk space log in cluster heartbeat [iotdb]

2024-01-02 Thread via GitHub
CRZbulabula opened a new pull request, #11833: URL: https://github.com/apache/iotdb/pull/11833 The heartbeat process now will print the available disk space and the total disk space when the remaining disk space is less than the disk space warning threshold. -- This is an automated

[PR] Add error logs for NotEnoughDataNodeException and DatabaseNotExistsException [iotdb]

2024-01-02 Thread via GitHub
CRZbulabula opened a new pull request, #11832: URL: https://github.com/apache/iotdb/pull/11832 As the title described. -- 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] release V1.3 [iotdb-docs]

2024-01-02 Thread via GitHub
CritasWang opened a new pull request, #141: URL: https://github.com/apache/iotdb-docs/pull/141 (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] PBTree: Fix deadlock when segment deleted [iotdb]

2024-01-02 Thread via GitHub
MarcosZyk merged PR #11828: URL: https://github.com/apache/iotdb/pull/11828 -- 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-01-02 Thread via GitHub
sonarcloud[bot] commented on PR #11794: URL: https://github.com/apache/iotdb/pull/11794#issuecomment-1874931124 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] Pipe Schema: Added runtime logic and operation for configNode pipeTasks [iotdb]

2024-01-02 Thread via GitHub
SteveYurongSu merged PR #11802: URL: https://github.com/apache/iotdb/pull/11802 -- 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] PBTree: Prevent Concurrent Read With Stale Page [iotdb]

2024-01-02 Thread via GitHub
bigreybear opened a new pull request, #11831: URL: https://github.com/apache/iotdb/pull/11831 ## Description As the page lock is a field within page instance, any read thread blocked by the lock had already held the instance. If the executing writing thread transplanted the target

Re: [PR] Pipe: reduce log when reporting pipe meta via heartbeat [iotdb]

2024-01-02 Thread via GitHub
codecov-commenter commented on PR #11830: URL: https://github.com/apache/iotdb/pull/11830#issuecomment-1874884493 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/11830?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report Attention:

Re: [PR] Pipe: reduce log when reporting pipe meta via heartbeat [iotdb]

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

Re: [PR] Print Exception only when encountering unexpected TSStatus [iotdb]

2024-01-02 Thread via GitHub
OneSizeFitsQuorum merged PR #11827: URL: https://github.com/apache/iotdb/pull/11827 -- 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] Fix timeout doesn't take effect in schema fetch bug [iotdb]

2024-01-02 Thread via GitHub
JackieTien97 merged PR #11823: URL: https://github.com/apache/iotdb/pull/11823 -- 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-01-02 Thread via GitHub
sonarcloud[bot] commented on PR #11794: URL: https://github.com/apache/iotdb/pull/11794#issuecomment-1874827167 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] Pipe: improve exception messages for sink connection establishment and node urls validation [iotdb]

2024-01-02 Thread via GitHub
SteveYurongSu merged PR #11826: URL: https://github.com/apache/iotdb/pull/11826 -- 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] Imporve some log printing of Storage engine [iotdb]

2024-01-02 Thread via GitHub
codecov-commenter commented on PR #11829: URL: https://github.com/apache/iotdb/pull/11829#issuecomment-1874818399 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/11829?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report Attention: `2

Re: [PR] Imporve some log printing of Storage engine [iotdb]

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

Re: [PR] Pipe: add memory control framework into leader cache [iotdb]

2024-01-02 Thread via GitHub
SteveYurongSu merged PR #11818: URL: https://github.com/apache/iotdb/pull/11818 -- 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] Use systemctl to control confignode and datanode [iotdb]

2024-01-02 Thread via GitHub
HTHou merged PR #11629: URL: https://github.com/apache/iotdb/pull/11629 -- 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] Add the iotdb-cluster.properties configuration file and start stop cleanup script [iotdb]

2024-01-02 Thread via GitHub
HTHou merged PR #11788: URL: https://github.com/apache/iotdb/pull/11788 -- 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] IoTDB1.2.2版本存在评分7.0以上漏洞 [iotdb]

2024-01-02 Thread via GitHub
HTHou commented on issue #11796: URL: https://github.com/apache/iotdb/issues/11796#issuecomment-187451 ratis-thirdparty-misc 在 1.3.1 版本里会更新到 1.0.5 版本 https://github.com/apache/iotdb/blob/209bb6999a1cf4a5efe2318787eeddf87b446790/pom.xml#L147 -- This is an automated message from

Re: [PR] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 [iotdb]

2024-01-02 Thread via GitHub
HTHou merged PR #11812: URL: https://github.com/apache/iotdb/pull/11812 -- 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] try fix SessionPoolTest UT [iotdb]

2024-01-02 Thread via GitHub
JackieTien97 merged PR #11822: URL: https://github.com/apache/iotdb/pull/11822 -- 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] PBTree: Fix deadlock when segment deleted [iotdb]

2024-01-02 Thread via GitHub
bigreybear opened a new pull request, #11828: URL: https://github.com/apache/iotdb/pull/11828 ## Description Previously, there was a deadlock issue caused by a reentrant write lock that would only unlock once, leading to a situation where any read thread attempting to access the page

Re: [PR] PBTree: Fix Reentrant lock on pbtree [iotdb]

2024-01-02 Thread via GitHub
bigreybear closed pull request #11814: PBTree: Fix Reentrant lock on pbtree URL: https://github.com/apache/iotdb/pull/11814 -- 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] Print Exception only when encountering unexpected TSStatus [iotdb]

2024-01-02 Thread via GitHub
codecov-commenter commented on PR #11827: URL: https://github.com/apache/iotdb/pull/11827#issuecomment-1873999630 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/11827?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report Attention: `4

Re: [PR] Print Exception only when encountering unexpected TSStatus [iotdb]

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

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

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

[PR] Print Exception only when encountering unexpected TSStatus [iotdb]

2024-01-02 Thread via GitHub
JackieTien97 opened a new pull request, #11827: URL: https://github.com/apache/iotdb/pull/11827 PATH_ALREADY_EXIST and ALIAS_ALREADY_EXIST is what we expect, we should never print it as Exception -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Move path related antlr defined files to tsfile module [iotdb]

2024-01-02 Thread via GitHub
qiaojialin merged PR #11813: URL: https://github.com/apache/iotdb/pull/11813 -- 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: improve exception messages for sink connection establishment and node urls validation [iotdb]

2024-01-02 Thread via GitHub
SteveYurongSu commented on code in PR #11826: URL: https://github.com/apache/iotdb/pull/11826#discussion_r1439359960 ## iotdb-api/pipe-api/src/main/java/org/apache/iotdb/pipe/api/exception/PipeConnectionException.java: ## @@ -21,7 +21,8 @@ public class

[PR] Pipe: improve exception messages for sink connection establishment and node urls validation [iotdb]

2024-01-02 Thread via GitHub
VGalaxies opened a new pull request, #11826: URL: https://github.com/apache/iotdb/pull/11826 ## Description As title, this PR serves as further optimizations following https://github.com/apache/iotdb/pull/11806 to provide more user-friendly information and log the root cause.

[PR] feat(logback): change config [iotdb]

2024-01-02 Thread via GitHub
CritasWang opened a new pull request, #11825: URL: https://github.com/apache/iotdb/pull/11825 1. remove INFO level log file 2. SizeAndTimeBasedRollingPolicy move to TimeBasedRollingPolicy 3. max file count be set 30 -- This is an automated message from the Apache Git Service. To

Re: [PR] Fix timeout doesn't take effect in schema fetch bug [iotdb]

2024-01-02 Thread via GitHub
codecov-commenter commented on PR #11823: URL: https://github.com/apache/iotdb/pull/11823#issuecomment-1873806143 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/11823?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report Attention: `3

Re: [PR] Clear status in InsertNodes to fix consensus endless retry [iotdb]

2024-01-02 Thread via GitHub
HTHou merged PR #11819: URL: https://github.com/apache/iotdb/pull/11819 -- 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] Fix timeout doesn't take effect in schema fetch bug [iotdb]

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

[PR] Fix timeout doesn't take effect in schema fetch bug [iotdb]

2024-01-02 Thread via GitHub
JackieTien97 opened a new pull request, #11823: URL: https://github.com/apache/iotdb/pull/11823 more details can be seen in https://jira.infra.timecho.com:8443/browse/TIMECHODB-523 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] try fix SessionPoolTest UT [iotdb]

2024-01-02 Thread via GitHub
codecov-commenter commented on PR #11822: URL: https://github.com/apache/iotdb/pull/11822#issuecomment-1873743239 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/11822?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report All modified

Re: [PR] 修改dn_target_config_node_list为dn_seed_config_node;增加修改内存配置的说明 [iotdb-docs]

2024-01-02 Thread via GitHub
HTHou merged PR #140: URL: https://github.com/apache/iotdb-docs/pull/140 -- 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] try fix SessionPoolTest UT [iotdb]

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