[GitHub] [iotdb] Cpaulyz commented on a diff in pull request #8610: [IOTDB-5290] Retry failed tasks thread

2022-12-28 Thread GitBox
Cpaulyz commented on code in PR #8610: URL: https://github.com/apache/iotdb/pull/8610#discussion_r1058292152 ## confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/sync/OperatePipeProcedureRollbackProcessor.java: ## @@ -18,31 +18,18 @@ */ package

[GitHub] [iotdb] Beyyes commented on a diff in pull request #8641: [IOTDB-5300] Added check in migrate Region sql

2022-12-28 Thread GitBox
Beyyes commented on code in PR #8641: URL: https://github.com/apache/iotdb/pull/8641#discussion_r1058274832 ## confignode/src/main/java/org/apache/iotdb/confignode/manager/ProcedureManager.java: ## @@ -414,6 +413,35 @@ public TSStatus migrateRegion(TMigrateRegionReq

[GitHub] [iotdb] panqiang199 commented on issue #7385: 使用maven编译v0.13.2分支,报错

2022-12-28 Thread GitBox
panqiang199 commented on issue #7385: URL: https://github.com/apache/iotdb/issues/7385#issuecomment-1366538577 @KW213 下载thrift可以用这个链接http://archive.apache.org/dist/thrift/0.14.1/thrift-0.14.1.exe -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [iotdb] panqiang199 commented on issue #7385: 使用maven编译v0.13.2分支,报错

2022-12-28 Thread GitBox
panqiang199 commented on issue #7385: URL: https://github.com/apache/iotdb/issues/7385#issuecomment-1366538126 @KW213 可以手动下载thrift。然后通过maven命令的参数指定thrift的地址mvn clean package -pl distribution -am -DskipTests -Dthrift.download-url=http://apache.org/licenses/LICENSE-2.0.txt

[GitHub] [iotdb] MarcosZyk merged pull request #8607: [IOTDB-5106] Parse PathPattern to Deterministic Finite Automate

2022-12-28 Thread GitBox
MarcosZyk merged PR #8607: URL: https://github.com/apache/iotdb/pull/8607 -- 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:

[GitHub] [iotdb] shuwenwei opened a new pull request, #8644: [IOTDB-4674] Reimplement settle by compaction

2022-12-28 Thread GitBox
shuwenwei opened a new pull request, #8644: URL: https://github.com/apache/iotdb/pull/8644 ## Description Reimplement settle by compaction. Add a online tool which wraps some TsFiles to an inner space compaction task to implement settle. doc:

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8579: [IOTDB-5266] Refine the code of cross selector and fix the bug when using FileTimeIndex

2022-12-28 Thread GitBox
sonarcloud[bot] commented on PR #8579: URL: https://github.com/apache/iotdb/pull/8579#issuecomment-1366507866 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] Beyyes merged pull request #8639: [To rel/1.0][IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-28 Thread GitBox
Beyyes merged PR #8639: URL: https://github.com/apache/iotdb/pull/8639 -- 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:

[GitHub] [iotdb] CRZbulabula opened a new pull request, #8643: [IOTDB-5282] Add SQL: show cluster parameter

2022-12-28 Thread GitBox
CRZbulabula opened a new pull request, #8643: URL: https://github.com/apache/iotdb/pull/8643 **Add the following SQL:** ``` SHOW CLUSTER PARAMETERS ``` Which supports to display the basic cluster parameters for the user as shown in the below pic:

[GitHub] [iotdb] CloudWise-Lukemiao opened a new pull request, #8642: fix grafana-connector bug

2022-12-28 Thread GitBox
CloudWise-Lukemiao opened a new pull request, #8642: URL: https://github.com/apache/iotdb/pull/8642 fix grafana-connector bug -- 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

[GitHub] [iotdb] KeeProMise commented on a diff in pull request #8619: [IOTDB-5291] Add TiFile to Tag Model, support disk flush and query

2022-12-28 Thread GitBox
KeeProMise commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1058146564 ## schema-engine-tag/src/assembly/resources/conf/schema-tag.properties: ## @@ -30,4 +30,28 @@ # Datatype: int # How many device ids a memtable can insert, beyond

[GitHub] [iotdb] MarcosZyk commented on a diff in pull request #8619: [IOTDB-5291] Add TiFile to Tag Model, support disk flush and query

2022-12-28 Thread GitBox
MarcosZyk commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1058009958 ## schema-engine-tag/src/assembly/resources/conf/schema-tag.properties: ## @@ -30,4 +30,28 @@ # Datatype: int # How many device ids a memtable can insert, beyond

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8635: [IOTDB-5306] Change default port of ConfigNode and DataNode

2022-12-28 Thread GitBox
sonarcloud[bot] commented on PR #8635: URL: https://github.com/apache/iotdb/pull/8635#issuecomment-1366447750 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8342: [tsbs-opt] Make code more efficient

2022-12-28 Thread GitBox
sonarcloud[bot] commented on PR #8342: URL: https://github.com/apache/iotdb/pull/8342#issuecomment-1366446195 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] Caideyipi opened a new pull request, #8641: [IOTDB-5300] Added check in migrate Region sql

2022-12-27 Thread GitBox
Caideyipi opened a new pull request, #8641: URL: https://github.com/apache/iotdb/pull/8641 ## IOTDB-5300 Now if the region group doesn't contain any running nodes, reject the migration sql. Future changes: Support rollback in migrating, delete the statistics of the new region

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8635: [IOTDB-5306] Change default port of ConfigNode and DataNode

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8635: URL: https://github.com/apache/iotdb/pull/8635#issuecomment-1366437483 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] lpf4254302 opened a new pull request, #8640: [To rel/0.13][IOTDB-5307] Failed to get TsFile input of file: NoSuchFileException

2022-12-27 Thread GitBox
lpf4254302 opened a new pull request, #8640: URL: https://github.com/apache/iotdb/pull/8640 ## Description 因TsFileResource状态修改存在并发问题,导致ttl删除文件和合并冲突,最终导致合并定时任务卡死,原因是未捕获到npe异常 当前PR实现内容: 1、捕获文件不存在异常 2、捕获跨区合并Exception异常 未解决内容: 修改TsFileResource状态时需要增加并发控制 --

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8639: [To rel/1.0][IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8639: URL: https://github.com/apache/iotdb/pull/8639#issuecomment-1366432187 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] ericpai commented on pull request #8639: [To rel/1.0][IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
ericpai commented on PR #8639: URL: https://github.com/apache/iotdb/pull/8639#issuecomment-1366426160 @Beyyes @CRZbulabula 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

[GitHub] [iotdb] ericpai opened a new pull request, #8639: [To rel/1.0][IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
ericpai opened a new pull request, #8639: URL: https://github.com/apache/iotdb/pull/8639 A cherry-pick of #8628 -- 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

[GitHub] [iotdb] Beyyes merged pull request #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
Beyyes merged PR #8628: URL: https://github.com/apache/iotdb/pull/8628 -- 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:

[GitHub] [iotdb] CloudWise-Lukemiao opened a new pull request, #8638: fix grafana-connector bug

2022-12-27 Thread GitBox
CloudWise-Lukemiao opened a new pull request, #8638: URL: https://github.com/apache/iotdb/pull/8638 fix grafana-connector bug -- 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

[GitHub] [iotdb] THUMarkLau commented on a diff in pull request #8579: [IOTDB-5266] Refine the code of cross selector and fix the bug when using FileTimeIndex

2022-12-27 Thread GitBox
THUMarkLau commented on code in PR #8579: URL: https://github.com/apache/iotdb/pull/8579#discussion_r1058092988 ## server/src/main/java/org/apache/iotdb/db/engine/compaction/cross/rewrite/CrossSpaceCompactionCandidate.java: ## @@ -0,0 +1,245 @@ +/* + * Licensed to the Apache

[GitHub] [iotdb] HTHou merged pull request #8617: Bump wheel from 0.36.2 to 0.38.1 in /client-py

2022-12-27 Thread GitBox
HTHou merged PR #8617: URL: https://github.com/apache/iotdb/pull/8617 -- 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:

[GitHub] [iotdb] JackieTien97 merged pull request #8624: [IOTDB-5278] fix connection problem of dbeaver and supports more functions

2022-12-27 Thread GitBox
JackieTien97 merged PR #8624: URL: https://github.com/apache/iotdb/pull/8624 -- 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:

[GitHub] [iotdb] JackieTien97 merged pull request #8631: [To rel/1.0][IOTDB-5278] fix connection problem of dbeaver and supports more functions

2022-12-27 Thread GitBox
JackieTien97 merged PR #8631: URL: https://github.com/apache/iotdb/pull/8631 -- 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:

[GitHub] [iotdb] JackieTien97 merged pull request #8633: modify implement of Null Column

2022-12-27 Thread GitBox
JackieTien97 merged PR #8633: URL: https://github.com/apache/iotdb/pull/8633 -- 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:

[GitHub] [iotdb] CloudWise-Lukemiao opened a new pull request, #8636: fix grafana-connector bug

2022-12-27 Thread GitBox
CloudWise-Lukemiao opened a new pull request, #8636: URL: https://github.com/apache/iotdb/pull/8636 fix grafana-connector bug -- 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

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8635: [IOTDB-5306] Change default port of ConfigNode and DataNode

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8635: URL: https://github.com/apache/iotdb/pull/8635#issuecomment-1366380079 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] MiniSho opened a new pull request, #8634: [IOTDB-5304] Adjust the column header's order of show cluster details

2022-12-27 Thread GitBox
MiniSho opened a new pull request, #8634: URL: https://github.com/apache/iotdb/pull/8634 change the column header's order of `show cluster details` command from DataConsensusPort|SchemaConsensusPort|MppPort into MppPort|SchemaConsensusPort|DataConsensusPort|

[GitHub] [iotdb] JackieTien97 commented on a diff in pull request #8613: Show queries - implement LogicPlan & DistributionPlan & Operator

2022-12-27 Thread GitBox
JackieTien97 commented on code in PR #8613: URL: https://github.com/apache/iotdb/pull/8613#discussion_r1058034647 ## server/src/main/java/org/apache/iotdb/db/mpp/plan/planner/plan/PlanFragment.java: ## @@ -98,6 +100,10 @@ public TRegionReplicaSet getTargetRegion() { return

[GitHub] [iotdb] JackieTien97 commented on a diff in pull request #8613: Show queries - implement LogicPlan & DistributionPlan & Operator

2022-12-27 Thread GitBox
JackieTien97 commented on code in PR #8613: URL: https://github.com/apache/iotdb/pull/8613#discussion_r1058027870 ## server/src/main/java/org/apache/iotdb/db/mpp/plan/planner/plan/node/source/VirtualSourceNode.java: ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software

[GitHub] [iotdb] ycycse commented on a diff in pull request #8631: [To rel/1.0][IOTDB-5278] fix connection problem of dbeaver and supports more functions

2022-12-27 Thread GitBox
ycycse commented on code in PR #8631: URL: https://github.com/apache/iotdb/pull/8631#discussion_r1058030044 ## jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBDatabaseMetadata.java: ## @@ -1674,6 +1509,11 @@ public ResultSet getPrimaryKeys(String catalog, String schema, String

[GitHub] [iotdb] ericpai commented on pull request #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
ericpai commented on PR #8628: URL: https://github.com/apache/iotdb/pull/8628#issuecomment-1366324396 > IoTDBClusterNodeErrorStartUpIT is failed ![image](https://user-images.githubusercontent.com/6756545/209663427-88f384c4-5507-4ec7-bf25-cd37c70fff92.png) @Beyyes The IT case itself

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8628: URL: https://github.com/apache/iotdb/pull/8628#issuecomment-1366324194 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] Beyyes merged pull request #8629: Change STARTUP_RETRY_INTERVAL_IN_MS from 30s to 3s

2022-12-27 Thread GitBox
Beyyes merged PR #8629: URL: https://github.com/apache/iotdb/pull/8629 -- 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:

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8632: [IOTDB-5299][To rel/1.0] The metrics of the size of files is incorrect when the datanode restart

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8632: URL: https://github.com/apache/iotdb/pull/8632#issuecomment-1366320852 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] Wei-hao-Li opened a new pull request, #8633: modify implement of Null Column

2022-12-27 Thread GitBox
Wei-hao-Li opened a new pull request, #8633: URL: https://github.com/apache/iotdb/pull/8633 cp from https://github.com/apache/iotdb/pull/8630 -- 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

[GitHub] [iotdb] neuyilan opened a new pull request, #8632: [IOTDB-5299][To rel/1.0] The metrics of the size of files is incorrect when the datanode restart

2022-12-27 Thread GitBox
neuyilan opened a new pull request, #8632: URL: https://github.com/apache/iotdb/pull/8632 ## Description ### Content1 ... ### Content2 ... ### Content3 ... This PR has: - [ ] been self-reviewed. - [ ]

[GitHub] [iotdb] JackieTien97 merged pull request #8630: modify implement of Null Column

2022-12-27 Thread GitBox
JackieTien97 merged PR #8630: URL: https://github.com/apache/iotdb/pull/8630 -- 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:

[GitHub] [iotdb] JackieTien97 commented on a diff in pull request #8631: [To rel/1.0][IOTDB-5278] fix connection problem of dbeaver and supports more functions

2022-12-27 Thread GitBox
JackieTien97 commented on code in PR #8631: URL: https://github.com/apache/iotdb/pull/8631#discussion_r1057999016 ## jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBDatabaseMetadata.java: ## @@ -1674,6 +1509,11 @@ public ResultSet getPrimaryKeys(String catalog, String schema,

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8342: [tsbs-opt] Make code more efficient

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8342: URL: https://github.com/apache/iotdb/pull/8342#issuecomment-1366010303 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8529: [IOTDB-5171] Add query metrics

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8529: URL: https://github.com/apache/iotdb/pull/8529#issuecomment-1365950983 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8628: URL: https://github.com/apache/iotdb/pull/8628#issuecomment-1365857596 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] ycycse opened a new pull request, #8631: [IOTDB-5278] fix connection problem of dbeaver and supports more functions

2022-12-27 Thread GitBox
ycycse opened a new pull request, #8631: URL: https://github.com/apache/iotdb/pull/8631 The dbeaver can connect normal after the PR. And the dbeaver can show the device and column now.

[GitHub] [iotdb] Wei-hao-Li opened a new pull request, #8630: modify implement of Null Column

2022-12-27 Thread GitBox
Wei-hao-Li opened a new pull request, #8630: URL: https://github.com/apache/iotdb/pull/8630 remove useless `arrayOffset` -- 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

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8629: Change STARTUP_RETRY_INTERVAL_IN_MS from 30s to 3s

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8629: URL: https://github.com/apache/iotdb/pull/8629#issuecomment-1365776811 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
sonarcloud[bot] commented on PR #8628: URL: https://github.com/apache/iotdb/pull/8628#issuecomment-1365773236 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] ericpai commented on pull request #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
ericpai commented on PR #8628: URL: https://github.com/apache/iotdb/pull/8628#issuecomment-1365767501 @CRZbulabula 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 comment. To

[GitHub] [iotdb] ericpai opened a new pull request, #8628: [IOTDB-5297] Add maxRetryTimes for IoTDBClusterNodeErrorStartUpIT to avoid infinite loop

2022-12-27 Thread GitBox
ericpai opened a new pull request, #8628: URL: https://github.com/apache/iotdb/pull/8628 See JIRA: https://issues.apache.org/jira/browse/IOTDB-5297 This PR is a small fix of #8481 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [iotdb] BUAAserein opened a new pull request, #8627: [IOTDB-5284] Fix some code smells

2022-12-27 Thread GitBox
BUAAserein opened a new pull request, #8627: URL: https://github.com/apache/iotdb/pull/8627 ## Description ### Fix some code smells, please see in [JIRA5284](https://issues.apache.org/jira/browse/IOTDB-5284) -- This is an automated message from the Apache Git Service. To

[GitHub] [iotdb] Cpaulyz commented on a diff in pull request #8607: [IOTDB-5106] Parse PathPattern to Deterministic Finite Automate

2022-12-27 Thread GitBox
Cpaulyz commented on code in PR #8607: URL: https://github.com/apache/iotdb/pull/8607#discussion_r1057533932 ## node-commons/src/main/java/org/apache/iotdb/commons/path/fa/dfa/graph/NFAGraph.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [iotdb] Cpaulyz commented on a diff in pull request #8607: [IOTDB-5106] Parse PathPattern to Deterministic Finite Automate

2022-12-27 Thread GitBox
Cpaulyz commented on code in PR #8607: URL: https://github.com/apache/iotdb/pull/8607#discussion_r1057526151 ## node-commons/src/test/java/org/apache/iotdb/commons/path/PatternDFATest.java: ## @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [iotdb] MarcosZyk commented on a diff in pull request #8607: [IOTDB-5106] Parse PathPattern to Deterministic Finite Automate

2022-12-27 Thread GitBox
MarcosZyk commented on code in PR #8607: URL: https://github.com/apache/iotdb/pull/8607#discussion_r1057520696 ## node-commons/src/main/java/org/apache/iotdb/commons/path/fa/dfa/graph/NFAGraph.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [iotdb] lpf4254302 opened a new pull request, #8626: [To rel/0.13][IOTDB-5296]fix close session npe when session is null

2022-12-27 Thread GitBox
lpf4254302 opened a new pull request, #8626: URL: https://github.com/apache/iotdb/pull/8626 ## Description 2022-12-10 00:00:25,353 [pool-16-IoTDB-RPC-Client-2074] ERROR o.a.t.ProcessFunction:47 - Internal error processing closeSession java.lang.NullPointerException: null

[GitHub] [iotdb] jixuan1989 closed issue #8604: 【Stable Version】Which version is more stable?

2022-12-27 Thread GitBox
jixuan1989 closed issue #8604: 【Stable Version】Which version is more stable? URL: https://github.com/apache/iotdb/issues/8604 -- 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.

[GitHub] [iotdb] jixuan1989 commented on issue #8604: 【Stable Version】Which version is more stable?

2022-12-27 Thread GitBox
jixuan1989 commented on issue #8604: URL: https://github.com/apache/iotdb/issues/8604#issuecomment-1365705977 Hi, if you just use single node, eithor v0.13.x and v1.0.x is ok. If you want to use iotdb in a cluster, then v1.0.x is ok. BTW, the support life cycle of v1.0.x by the community

[GitHub] [iotdb] MarcosZyk commented on a diff in pull request #8607: [IOTDB-5106] Parse PathPattern to Deterministic Finite Automate

2022-12-27 Thread GitBox
MarcosZyk commented on code in PR #8607: URL: https://github.com/apache/iotdb/pull/8607#discussion_r1057517724 ## node-commons/src/test/java/org/apache/iotdb/commons/path/PatternDFATest.java: ## @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [iotdb] jixuan1989 commented on issue #8602: [Bug] 使用SessionPool连接集群,insertAlignedTablets接口报错:获取session超时

2022-12-27 Thread GitBox
jixuan1989 commented on issue #8602: URL: https://github.com/apache/iotdb/issues/8602#issuecomment-1365704154 > 原因已找到,是因为我设置的存储组在第三层,如:root.battery.WS00,当我使用insertTablet接口写入数据时,观察iotdb服务端日志一直打印:set storage group to [root.battery]

[GitHub] [iotdb] MarcosZyk commented on a diff in pull request #8607: [IOTDB-5106] Parse PathPattern to Deterministic Finite Automate

2022-12-27 Thread GitBox
MarcosZyk commented on code in PR #8607: URL: https://github.com/apache/iotdb/pull/8607#discussion_r1057515458 ## node-commons/src/main/java/org/apache/iotdb/commons/path/fa/dfa/transition/DFARegexTransition.java: ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software

[GitHub] [iotdb] HeimingZ opened a new pull request, #8625: [To rel/1.0][IOTDB-5294] WAL Node close method blocks

2022-12-27 Thread GitBox
HeimingZ opened a new pull request, #8625: URL: https://github.com/apache/iotdb/pull/8625 This bug is caused by isClosed flag. After isClosed is set to true, the wal node won‘t submmit serialize task any more, and close method will block at the put method when the walEntries queue is full.

[GitHub] [iotdb] ycycse opened a new pull request, #8624: [IOTDB-5278] fix connection problem of dbeaver and supports more functions

2022-12-27 Thread GitBox
ycycse opened a new pull request, #8624: URL: https://github.com/apache/iotdb/pull/8624 The dbeaver can connect normal after the PR. And the dbeaver can show the device and column now.

[GitHub] [iotdb] HeimingZ opened a new pull request, #8623: [IOTDB-5294] WAL Node close method blocks

2022-12-26 Thread GitBox
HeimingZ opened a new pull request, #8623: URL: https://github.com/apache/iotdb/pull/8623 This bug is caused by isClosed flag. After isClosed is set to true, the wal node won‘t submmit serialize task any more, and close method will block at the put method when the walEntries queue is full.

[GitHub] [iotdb] lpf4254302 opened a new pull request, #8622: [To rel/0.13][IOTDB-5293]fix npe

2022-12-26 Thread GitBox
lpf4254302 opened a new pull request, #8622: URL: https://github.com/apache/iotdb/pull/8622 ## Description fix npe ERROR o.a.t.ProcessFunction:47 - Internal error processing executeQueryStatement java.lang.NullPointerException: null at

[GitHub] [iotdb] jixuan1989 commented on issue #8618: 关于0.13版本的TsFile 同步方式bug

2022-12-26 Thread GitBox
jixuan1989 commented on issue #8618: URL: https://github.com/apache/iotdb/issues/8618#issuecomment-1365679382 - 整文件级别的同步功能会继续支持 - pipe 模式会继续支持,以实现定制化同步。 -- 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

[GitHub] [iotdb] OneSizeFitsQuorum merged pull request #8620: [To rel/1.0][IOTDB-5284] Fix some code smells (#8612)

2022-12-26 Thread GitBox
OneSizeFitsQuorum merged PR #8620: URL: https://github.com/apache/iotdb/pull/8620 -- 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:

[GitHub] [iotdb] caozj1011 closed pull request #8307: [TO rel/1.0] upgrade audit log module

2022-12-26 Thread GitBox
caozj1011 closed pull request #8307: [TO rel/1.0] upgrade audit log module URL: https://github.com/apache/iotdb/pull/8307 -- 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

[GitHub] [iotdb] xiaobai158269 commented on issue #6981: 跨设备查询时的时间排序问题

2022-12-26 Thread GitBox
xiaobai158269 commented on issue #6981: URL: https://github.com/apache/iotdb/issues/6981#issuecomment-1365649261 暂未使用最新版本,你可以在QQ群中咨询这个问题 在 2022-12-27 14:24:24,"SunnySaman" ***@***.***> 写道: @qiaojialin 请问1.0版本 增加了这个 优先时间排序的功能了吗 ? — Reply to this email directly,

[GitHub] [iotdb] SunnySaman commented on issue #6981: 跨设备查询时的时间排序问题

2022-12-26 Thread GitBox
SunnySaman commented on issue #6981: URL: https://github.com/apache/iotdb/issues/6981#issuecomment-1365645527 @qiaojialin 请问1.0版本 增加了这个 优先时间排序的功能了吗 ? -- 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

[GitHub] [iotdb] BUAAserein opened a new pull request, #8620: [IOTDB-5284] Fix some code smells (#8612)

2022-12-26 Thread GitBox
BUAAserein opened a new pull request, #8620: URL: https://github.com/apache/iotdb/pull/8620 * fix some code smells cherry-pick from master. https://github.com/apache/iotdb/pull/8612 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [iotdb] KeeProMise opened a new pull request, #8619: [IOTDB-5291] Add tiFile to label model, support disk flush and query

2022-12-26 Thread GitBox
KeeProMise opened a new pull request, #8619: URL: https://github.com/apache/iotdb/pull/8619 ## Description The label model currently only supports reading and writing of memory. When the amount of data is large, the memory may not be enough. A new file format tiFile is added, which

[GitHub] [iotdb] ccliushou opened a new issue, #8618: 关于0.13版本的TsFile 同步方式bug

2022-12-26 Thread GitBox
ccliushou opened a new issue, #8618: URL: https://github.com/apache/iotdb/issues/8618 0.13版本中,通过 tools\start-sync-client 的方式进行TsFile同步,这种方式未来是否还会继续提供??1.0中的Pipe、PipeSink方式是未来的支持方式吗?? 0.13版本中,TsFile 同步发现bug,操作方式如下: 1、根据文档描述,配置了 发送端和接收端; 2、执行tools\start-sync-client

[GitHub] [iotdb] xingtanzjr merged pull request #8573: [IOTDB-5208]Fix file handles increase when TsFileResource is degraded and compacted with fast performer

2022-12-26 Thread GitBox
xingtanzjr merged PR #8573: URL: https://github.com/apache/iotdb/pull/8573 -- 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:

[GitHub] [iotdb] xingtanzjr merged pull request #8574: [To rel/1.0][IOTDB-5208]Fix file handles increase when TsFileResource is degraded and compacted with fast performer

2022-12-26 Thread GitBox
xingtanzjr merged PR #8574: URL: https://github.com/apache/iotdb/pull/8574 -- 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:

[GitHub] [iotdb] dependabot[bot] opened a new pull request, #8617: Bump wheel from 0.36.2 to 0.38.1 in /client-py

2022-12-26 Thread GitBox
dependabot[bot] opened a new pull request, #8617: URL: https://github.com/apache/iotdb/pull/8617 Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 to 0.38.1. Changelog Sourced from https://github.com/pypa/wheel/blob/main/docs/news.rst;>wheel's changelog. Release

[GitHub] [iotdb] OneSizeFitsQuorum merged pull request #8616: [To Rel/1.0][IOTDB-5260] Refactor ClientManager API and Exception (#8561)

2022-12-26 Thread GitBox
OneSizeFitsQuorum merged PR #8616: URL: https://github.com/apache/iotdb/pull/8616 -- 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:

[GitHub] [iotdb] OneSizeFitsQuorum merged pull request #8612: [IOTDB-5284] Fix some code smells

2022-12-26 Thread GitBox
OneSizeFitsQuorum merged PR #8612: URL: https://github.com/apache/iotdb/pull/8612 -- 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:

[GitHub] [iotdb] THUMarkLau merged pull request #8488: [To rel/0.13] [IOTDB-5209] Limit the read rate of compaction execution

2022-12-26 Thread GitBox
THUMarkLau merged PR #8488: URL: https://github.com/apache/iotdb/pull/8488 -- 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:

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8616: [To Rel/1.0][IOTDB-5260] Refactor ClientManager API and Exception (#8561)

2022-12-26 Thread GitBox
sonarcloud[bot] commented on PR #8616: URL: https://github.com/apache/iotdb/pull/8616#issuecomment-1365132768 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] OneSizeFitsQuorum opened a new pull request, #8616: [IOTDB-5260] Refactor ClientManager API and Exception (#8561)

2022-12-26 Thread GitBox
OneSizeFitsQuorum opened a new pull request, #8616: URL: https://github.com/apache/iotdb/pull/8616 cherry-pick [pull/8561](https://github.com/apache/iotdb/pull/8561) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [iotdb] OneSizeFitsQuorum merged pull request #8561: [IOTDB-5260] Refactor ClientManager API and Exception

2022-12-26 Thread GitBox
OneSizeFitsQuorum merged PR #8561: URL: https://github.com/apache/iotdb/pull/8561 -- 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:

[GitHub] [iotdb] ycycse commented on a diff in pull request #7693: [IOTDB-4437] Implement event window in RawDataAggregationOperator

2022-12-26 Thread GitBox
ycycse commented on code in PR #7693: URL: https://github.com/apache/iotdb/pull/7693#discussion_r1056119136 ## server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/window/EventBooleanWindowManager.java: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software

[GitHub] [iotdb] THUMarkLau merged pull request #8487: [To Rel/1.0] [IOTDB-5209] Limit the read rate of compaction execution

2022-12-26 Thread GitBox
THUMarkLau merged PR #8487: URL: https://github.com/apache/iotdb/pull/8487 -- 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:

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8561: [IOTDB-5260] Refactor ClientManager API and Exception

2022-12-26 Thread GitBox
sonarcloud[bot] commented on PR #8561: URL: https://github.com/apache/iotdb/pull/8561#issuecomment-1365094814 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8488: [To rel/0.13] [IOTDB-5209] Limit the read rate of compaction execution

2022-12-26 Thread GitBox
sonarcloud[bot] commented on PR #8488: URL: https://github.com/apache/iotdb/pull/8488#issuecomment-1365063783 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] THUMarkLau commented on a diff in pull request #8561: [IOTDB-5260] Refactor ClientManager API and Exception

2022-12-26 Thread GitBox
THUMarkLau commented on code in PR #8561: URL: https://github.com/apache/iotdb/pull/8561#discussion_r1057166071 ## confignode/src/main/java/org/apache/iotdb/confignode/manager/cq/CQScheduleTask.java: ## @@ -172,8 +172,8 @@ public void run() {

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8487: [To Rel/1.0] [IOTDB-5209] Limit the read rate of compaction execution

2022-12-26 Thread GitBox
sonarcloud[bot] commented on PR #8487: URL: https://github.com/apache/iotdb/pull/8487#issuecomment-1365027233 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8614: [IOTDB-5160] [Metric] Fix the file count of datanode become negative number

2022-12-26 Thread GitBox
sonarcloud[bot] commented on PR #8614: URL: https://github.com/apache/iotdb/pull/8614#issuecomment-1365010736 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [iotdb] THUMarkLau opened a new pull request, #8614: [IOTDB-5160] [Metric] Fix the file count of datanode become negative number

2022-12-26 Thread GitBox
THUMarkLau opened a new pull request, #8614: URL: https://github.com/apache/iotdb/pull/8614 See [IOTDB-5160](https://issues.apache.org/jira/browse/IOTDB-5160), [IOTDB-5279](https://issues.apache.org/jira/browse/IOTDB-5279). The reason for this bug is the program fails to traverse the

[GitHub] [iotdb] Wei-hao-Li opened a new pull request, #8613: Show queries - implement LogicPlan & DistributionPlan & Operator

2022-12-26 Thread GitBox
Wei-hao-Li opened a new pull request, #8613: URL: https://github.com/apache/iotdb/pull/8613 design doc: https://apache-iotdb.feishu.cn/docx/SJR9dwwNDozKnUxsIozcXCtVnMd user doc: https://apache-iotdb.feishu.cn/docx/MB1KdUeqDoujZqxs4M7cHPbOnib -- This is an automated message from the

[GitHub] [iotdb] BUAAserein opened a new pull request, #8612: [IOTDB-5284] Fix some code smells

2022-12-26 Thread GitBox
BUAAserein opened a new pull request, #8612: URL: https://github.com/apache/iotdb/pull/8612 ## Description ### Fix some code smells, please see in [JIRA5284](https://issues.apache.org/jira/browse/IOTDB-5284) -- This is an automated message from the Apache Git Service. To

[GitHub] [iotdb] CloudWise-Lukemiao opened a new pull request, #8611: Rest supports select into and cq functions

2022-12-26 Thread GitBox
CloudWise-Lukemiao opened a new pull request, #8611: URL: https://github.com/apache/iotdb/pull/8611 Rest supports select into and cq functions -- 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

[GitHub] [iotdb] MiniSho opened a new pull request, #8610: retry failed tasks thread

2022-12-25 Thread GitBox
MiniSho opened a new pull request, #8610: URL: https://github.com/apache/iotdb/pull/8610 Unify the failed tasks retry threads of syncManager and triggerManager -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8579: [IOTDB-5266] Refine the code of cross selector and fix the bug when using FileTimeIndex

2022-12-25 Thread GitBox
sonarcloud[bot] commented on PR #8579: URL: https://github.com/apache/iotdb/pull/8579#issuecomment-1364934811 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] xingtanzjr merged pull request #8609: [To rel/0.13][IOTDB-5281]Fix selecting deleted files in 0.13

2022-12-25 Thread GitBox
xingtanzjr merged PR #8609: URL: https://github.com/apache/iotdb/pull/8609 -- 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:

[GitHub] [iotdb] qiaojialin merged pull request #8576: [IOTDB-5264] NumpyTablet supports insert with None values

2022-12-25 Thread GitBox
qiaojialin merged PR #8576: URL: https://github.com/apache/iotdb/pull/8576 -- 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:

[GitHub] [iotdb] Beyyes merged pull request #8592: [To rel/1.0] Cherry pick cluster node start protocol for rel/1.0

2022-12-25 Thread GitBox
Beyyes merged PR #8592: URL: https://github.com/apache/iotdb/pull/8592 -- 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:

[GitHub] [iotdb] choubenson opened a new pull request, #8609: [IOTDB-5281]Fix selecting deleted files in 0.13

2022-12-25 Thread GitBox
choubenson opened a new pull request, #8609: URL: https://github.com/apache/iotdb/pull/8609 **Description** Throw RunTimeException during selecting files in compaction: Cannot set the status of TsFileResource to COMPACTION_ CANDIDATE while its status is DELETED. **Solution** Filter

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8529: [IOTDB-5171] Add query metrics

2022-12-25 Thread GitBox
sonarcloud[bot] commented on PR #8529: URL: https://github.com/apache/iotdb/pull/8529#issuecomment-1364838430 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

[GitHub] [iotdb] CRZbulabula commented on a diff in pull request #8592: [To rel/1.0] Cherry pick cluster node start protocol for rel/1.0

2022-12-25 Thread GitBox
CRZbulabula commented on code in PR #8592: URL: https://github.com/apache/iotdb/pull/8592#discussion_r1057026467 ## confignode/src/main/java/org/apache/iotdb/confignode/manager/ConfigManager.java: ## @@ -256,42 +262,65 @@ public void close() throws IOException { }

<    5   6   7   8   9   10   11   12   13   14   >