[GitHub] [iotdb] bigreybear opened a new pull request, #8685: Fix out of bound Segment access in SchemaFile

2022-12-30 Thread GitBox
bigreybear opened a new pull request, #8685: URL: https://github.com/apache/iotdb/pull/8685 ## Description The root of this issue is that `SegmentedPage` missed the width of segments offset when check spare size with the requested segment whitin method `isCapableFor`(renamed to

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8671: [lemming-5303] Refine IT: Make cluster properties mutable from outside file and developer coding easily

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8671: URL: https://github.com/apache/iotdb/pull/8671#issuecomment-1367900751 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 #8684: Fix typo in query metric

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8684: URL: https://github.com/apache/iotdb/pull/8684#issuecomment-1367889866 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] jun0315 commented on a diff in pull request #8619: [IOTDB-5291] Add TiFile to Tag Model, support disk flush and query

2022-12-30 Thread GitBox
jun0315 commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1059435988 ## schema-engine-tag/src/main/java/org/apache/iotdb/lsm/util/BloomFilter.java: ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [iotdb] qiaojialin merged pull request #8686: [To rel/1.0] Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
qiaojialin merged PR #8686: URL: https://github.com/apache/iotdb/pull/8686 -- 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] jun0315 commented on a diff in pull request #8619: [IOTDB-5291] Add TiFile to Tag Model, support disk flush and query

2022-12-30 Thread GitBox
jun0315 commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1059437174 ## schema-engine-tag/src/main/java/org/apache/iotdb/lsm/util/BloomFilter.java: ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [iotdb] HTHou opened a new pull request, #8687: Optimize write redirection logic

2022-12-30 Thread GitBox
HTHou opened a new pull request, #8687: URL: https://github.com/apache/iotdb/pull/8687 ## Description This PR fix two issues. 1. redirect writing only if the redirectEndPoint is not the current node 2. when statusCode == TSStatusCode.SUCCESS_STATUS, the 'no detailed failure

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8687: Optimize write redirection logic

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8687: URL: https://github.com/apache/iotdb/pull/8687#issuecomment-1367973840 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 #8686: [To rel/1.0] Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8686: URL: https://github.com/apache/iotdb/pull/8686#issuecomment-1367942531 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] jun0315 commented on a diff in pull request #8619: [IOTDB-5291] Add TiFile to Tag Model, support disk flush and query

2022-12-30 Thread GitBox
jun0315 commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1059430984 ## schema-engine-tag/src/main/java/org/apache/iotdb/db/metadata/tagSchemaRegion/tagIndex/flush/MemTableFlush.java: ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache

[GitHub] [iotdb] qiaojialin merged pull request #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
qiaojialin merged PR #8680: URL: https://github.com/apache/iotdb/pull/8680 -- 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 #8645: [To rel/0.13][IOTDB-5286]Fix target files should not be select to participate in other compaction task

2022-12-30 Thread GitBox
THUMarkLau merged PR #8645: URL: https://github.com/apache/iotdb/pull/8645 -- 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 #8667: [To rel/0.13][IOTDB-5311]Fix RunTimeException and NoSuchFile Exception when selecting files causing compaction scheduled thread to get stuck

2022-12-30 Thread GitBox
THUMarkLau merged PR #8667: URL: https://github.com/apache/iotdb/pull/8667 -- 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 #8688: [To rel/0.13] Fix the issue that the TimeIndex may not be accurate for one device when selecting cross space compaction task

2022-12-30 Thread GitBox
THUMarkLau merged PR #8688: URL: https://github.com/apache/iotdb/pull/8688 -- 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-web-workbench] dependabot[bot] opened a new pull request, #40: build(deps): bump flat and @vue/cli-plugin-unit-mocha in /frontend

2022-12-30 Thread GitBox
dependabot[bot] opened a new pull request, #40: URL: https://github.com/apache/iotdb-web-workbench/pull/40 Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8688: Fix the issue that the TimeIndex may not be accurate for one device when selecting cross space compaction task

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8688: URL: https://github.com/apache/iotdb/pull/8688#issuecomment-1368155402 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] HTHou closed pull request #1862: [IOTDB-952] add dynamic hot compaction strategy

2022-12-30 Thread GitBox
HTHou closed pull request #1862: [IOTDB-952] add dynamic hot compaction strategy URL: https://github.com/apache/iotdb/pull/1862 -- 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] THUMarkLau merged pull request #8640: [To rel/0.13][IOTDB-5307] Failed to get TsFile input of file: NoSuchFileException

2022-12-30 Thread GitBox
THUMarkLau merged PR #8640: URL: https://github.com/apache/iotdb/pull/8640 -- 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 opened a new pull request, #8688: Fix the issue that the TimeIndex may not be accurate for one device when selecting cross space compaction task

2022-12-30 Thread GitBox
xingtanzjr opened a new pull request, #8688: URL: https://github.com/apache/iotdb/pull/8688 ## Description Before this change, the FileTimeIndex may be used to judge the overlap of one device between two TsFiles when selecting cross space compaction task, which is not accurate and may

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

2022-12-30 Thread GitBox
jun0315 commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1059313788 ## schema-engine-tag/src/main/java/org/apache/iotdb/db/metadata/tagSchemaRegion/tagIndex/flush/MemTableFlush.java: ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache

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

2022-12-30 Thread GitBox
jun0315 commented on code in PR #8619: URL: https://github.com/apache/iotdb/pull/8619#discussion_r1059313606 ## schema-engine-tag/src/main/java/org/apache/iotdb/db/metadata/tagSchemaRegion/tagIndex/flush/MemChunkGroupFlush.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8680: URL: https://github.com/apache/iotdb/pull/8680#issuecomment-1367821423 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 #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8680: URL: https://github.com/apache/iotdb/pull/8680#issuecomment-1367835404 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] JackieTien97 opened a new pull request, #8683: Fix bug in last query

2022-12-30 Thread GitBox
JackieTien97 opened a new pull request, #8683: URL: https://github.com/apache/iotdb/pull/8683 While there exist multi data regions for one series slot, we will add LastMergeSortNode to merge all last query result from different data regions, it will select max time for the same

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8683: Fix bug in last query

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8683: URL: https://github.com/apache/iotdb/pull/8683#issuecomment-1367843258 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 #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8680: URL: https://github.com/apache/iotdb/pull/8680#issuecomment-1367848645 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 #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8680: URL: https://github.com/apache/iotdb/pull/8680#issuecomment-1367854007 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] lpf4254302 opened a new pull request, #8678: [IOTDB-5228]NPE if the file does not exist when create TsFileSequenceR…

2022-12-30 Thread GitBox
lpf4254302 opened a new pull request, #8678: URL: https://github.com/apache/iotdb/pull/8678 ## Description NPE if the file does not exist when create TsFileSequenceReader instance When create a TsFileSequenceReader, an exception will be thrown if the file does not exist, and the

[GitHub] [iotdb] liuminghui233 merged pull request #8672: [IOTDB-5322] [IoTDB ML] Define the RPC interface

2022-12-30 Thread GitBox
liuminghui233 merged PR #8672: URL: https://github.com/apache/iotdb/pull/8672 -- 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 #8671: [lemming-5303] Refine IT: Make cluster properties mutable from outside file and developer coding easily

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8671: URL: https://github.com/apache/iotdb/pull/8671#issuecomment-1367791027 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] xingtanzjr commented on a diff in pull request #8644: [IOTDB-4674] Reimplement settle by compaction

2022-12-30 Thread GitBox
xingtanzjr commented on code in PR #8644: URL: https://github.com/apache/iotdb/pull/8644#discussion_r1059290615 ## server/src/main/java/org/apache/iotdb/db/engine/settle/SettleRequestHandler.java: ## @@ -0,0 +1,228 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [iotdb] Wei-hao-Li opened a new pull request, #8679: modify doc of register UDF

2022-12-30 Thread GitBox
Wei-hao-Li opened a new pull request, #8679: URL: https://github.com/apache/iotdb/pull/8679 1. 更清晰的UDF注册流程; 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

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

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8342: URL: https://github.com/apache/iotdb/pull/8342#issuecomment-1367793071 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] JackieTien97 merged pull request #8679: modify doc of register UDF

2022-12-30 Thread GitBox
JackieTien97 merged PR #8679: URL: https://github.com/apache/iotdb/pull/8679 -- 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] yschengzi commented on issue #8618: 关于0.13版本的TsFile 同步方式bug

2022-12-30 Thread GitBox
yschengzi commented on issue #8618: URL: https://github.com/apache/iotdb/issues/8618#issuecomment-1367795067 同步工具的机制可以理解为接收端重复执行一次发送端的操作 在你的步骤中,发送端创建了存储组,接收端重复执行会创建一样的存储组 因此如果在接收端删掉对应存储组,接收端是不会再次创建的 这么做的原因: 1.如果需要发送端接收端时刻保持一致,需要时刻监控发送端接收端状态并且比对,这样对系统影响太大

[GitHub] [iotdb] HTHou opened a new pull request, #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
HTHou opened a new pull request, #8680: URL: https://github.com/apache/iotdb/pull/8680 ## Description 1. Fix cpp sdk bug, see #8555 2. enable cpp sdk IT -- 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] Wei-hao-Li opened a new pull request, #8681: modify doc of register UDF

2022-12-30 Thread GitBox
Wei-hao-Li opened a new pull request, #8681: URL: https://github.com/apache/iotdb/pull/8681 cp https://github.com/apache/iotdb/pull/8679 -- 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] sonarcloud[bot] commented on pull request #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8680: URL: https://github.com/apache/iotdb/pull/8680#issuecomment-1367798905 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 #8680: Fix cpp SDK bug & enable cpp IT

2022-12-30 Thread GitBox
sonarcloud[bot] commented on PR #8680: URL: https://github.com/apache/iotdb/pull/8680#issuecomment-1367808857 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] anykhub opened a new issue, #8682: [Bug] V1.0.0多设备使用last语法查询报错:301 EXECUTE_STATEMENT_ERROR

2022-12-30 Thread GitBox
anykhub opened a new issue, #8682: URL: https://github.com/apache/iotdb/issues/8682 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version V1.0.0 ### Describe the bug and

[GitHub] [iotdb] github-actions[bot] commented on issue #8682: [Bug] V1.0.0多设备使用last语法查询报错:301 EXECUTE_STATEMENT_ERROR

2022-12-30 Thread GitBox
github-actions[bot] commented on issue #8682: URL: https://github.com/apache/iotdb/issues/8682#issuecomment-1367815166 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

[GitHub] [iotdb] JackieTien97 merged pull request #8681: modify doc of register UDF

2022-12-30 Thread GitBox
JackieTien97 merged PR #8681: URL: https://github.com/apache/iotdb/pull/8681 -- 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] liuminghui233 commented on a diff in pull request #8342: Make some code more efficient

2022-12-30 Thread GitBox
liuminghui233 commented on code in PR #8342: URL: https://github.com/apache/iotdb/pull/8342#discussion_r1059284911 ## server/src/main/java/org/apache/iotdb/db/mpp/plan/analyze/ExpressionAnalyzer.java: ## @@ -1107,33 +1107,10 @@ public static boolean

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #8671: [lemming-5303] Refine IT: Make cluster properties mutable from outside file and developer coding easily

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