[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#issuecomment-654618523 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1466=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#issuecomment-654591368 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1466=false=BUG)

[GitHub] [incubator-iotdb] samperson1997 opened a new pull request #1469: Fix sonar problems in hot_compaction branch

2020-07-06 Thread GitBox
samperson1997 opened a new pull request #1469: URL: https://github.com/apache/incubator-iotdb/pull/1469 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#discussion_r450619390 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/sys/DataAuthPlan.java ## @@ -49,6 +49,11 @@ public DataAuthPlan(OperatorType

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#discussion_r450619292 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/InsertTabletPlan.java ## @@ -125,6 +125,23 @@ public void setRange(List

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#discussion_r450619206 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/DeletePartitionPlan.java ## @@ -41,6 +41,11 @@ public

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#discussion_r450619149 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java ## @@ -34,4 +34,9 @@ public ClearCachePlan() {

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#discussion_r450619066 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java ## @@ -2614,6 +2641,43 @@ private AsyncClientPool

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#issuecomment-654266357 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1466=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#issuecomment-654591368 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1466=false=BUG)

[GitHub] [incubator-iotdb] jt2594838 commented on a change in pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
jt2594838 commented on a change in pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#discussion_r450593733 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java ## @@ -34,4 +34,9 @@ public ClearCachePlan() {

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1463: modify table width in site

2020-07-06 Thread GitBox
qiaojialin merged pull request #1463: URL: https://github.com/apache/incubator-iotdb/pull/1463 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] [incubator-iotdb] jt2594838 commented on a change in pull request #1464: add cluster version mmanager

2020-07-06 Thread GitBox
jt2594838 commented on a change in pull request #1464: URL: https://github.com/apache/incubator-iotdb/pull/1464#discussion_r450587628 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java ## @@ -0,0 +1,233 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-iotdb] wshao08 commented on a change in pull request #1400: [IOTDB-627]Support range deletion for timeseries

2020-07-06 Thread GitBox
wshao08 commented on a change in pull request #1400: URL: https://github.com/apache/incubator-iotdb/pull/1400#discussion_r450587979 ## File path: session/src/main/java/org/apache/iotdb/session/Session.java ## @@ -747,14 +747,37 @@ public void deleteData(String path, long time)

[GitHub] [incubator-iotdb] wshao08 commented on a change in pull request #1400: [IOTDB-627]Support range deletion for timeseries

2020-07-06 Thread GitBox
wshao08 commented on a change in pull request #1400: URL: https://github.com/apache/incubator-iotdb/pull/1400#discussion_r450587930 ## File path: server/src/main/java/org/apache/iotdb/db/utils/datastructure/TVList.java ## @@ -531,6 +530,17 @@ public boolean

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1326: premerge for the distributed version

2020-07-06 Thread GitBox
qiaojialin merged pull request #1326: URL: https://github.com/apache/incubator-iotdb/pull/1326 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] [incubator-iotdb] zhanglingzhe0820 opened a new pull request #1468: split vm with flush

2020-07-06 Thread GitBox
zhanglingzhe0820 opened a new pull request #1468: URL: https://github.com/apache/incubator-iotdb/pull/1468 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-iotdb] yx-zhang opened a new pull request #1467: [IOTDB-970] change base_dir to system_dir

2020-07-06 Thread GitBox
yx-zhang opened a new pull request #1467: URL: https://github.com/apache/incubator-iotdb/pull/1467 Now you can set system_dir directly This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466#issuecomment-654266357 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1466=false=BUG)

[GitHub] [incubator-iotdb] Ring-k opened a new pull request #1466: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k opened a new pull request #1466: URL: https://github.com/apache/incubator-iotdb/pull/1466 Problem >>> If the DeleteTimeseriesPlan is routed globally and the metadata is removed, and the other node needs to retrieve the full paths, then the metadata is nowhere to be found.

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654130549 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654216239 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] Ring-k closed pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k closed pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457 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] [incubator-iotdb] Ring-k closed pull request #1465: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k closed pull request #1465: URL: https://github.com/apache/incubator-iotdb/pull/1465 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] [incubator-iotdb] Ring-k opened a new pull request #1465: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k opened a new pull request #1465: URL: https://github.com/apache/incubator-iotdb/pull/1465 Problem >>> If the DeleteTimeseriesPlan is routed globally and the metadata is removed, and the other node needs to retrieve the full paths, then the metadata is nowhere to be found.

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#issuecomment-654171812 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1457=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#issuecomment-654176697 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1457=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#issuecomment-654164384 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1457=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#issuecomment-654171812 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1457=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#issuecomment-653822862 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1457=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#issuecomment-654164384 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1457=false=BUG)

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#discussion_r450111437 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/query/ClusterPlanExecutor.java ## @@ -707,5 +709,24 @@ public void delete(Path path,

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
Ring-k commented on a change in pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#discussion_r450110527 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java ## @@ -1522,6 +1532,44 @@ private TSStatus

[GitHub] [incubator-iotdb] mychaow opened a new pull request #1464: add cluster version mmanager

2020-07-06 Thread GitBox
mychaow opened a new pull request #1464: URL: https://github.com/apache/incubator-iotdb/pull/1464 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] [incubator-iotdb] sonarcloud[bot] commented on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654130549 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654111934 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] SailVR opened a new pull request #1463: modify table width in site

2020-07-06 Thread GitBox
SailVR opened a new pull request #1463: URL: https://github.com/apache/incubator-iotdb/pull/1463 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] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654093166 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654111934 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] SailVR closed pull request #1462: lower the sidebar width

2020-07-06 Thread GitBox
SailVR closed pull request #1462: URL: https://github.com/apache/incubator-iotdb/pull/1462 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] [incubator-iotdb] SailVR opened a new pull request #1462: lower the sidebar width

2020-07-06 Thread GitBox
SailVR opened a new pull request #1462: URL: https://github.com/apache/incubator-iotdb/pull/1462 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] [incubator-iotdb] jt2594838 commented on a change in pull request #1457: delete timeseries when path is not found

2020-07-06 Thread GitBox
jt2594838 commented on a change in pull request #1457: URL: https://github.com/apache/incubator-iotdb/pull/1457#discussion_r450056346 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/query/ClusterPlanExecutor.java ## @@ -707,5 +709,24 @@ public void delete(Path

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] removed a comment on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-653361804 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-654093166 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=460=false=BUG)

[GitHub] [incubator-iotdb] qiaojialin commented on issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题? (How to get series data type using Java API)

2020-07-06 Thread GitBox
qiaojialin commented on issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461#issuecomment-654070828 > Not maintained?? don't we have UT to cover it? > > 我们这个接口没有再维护了?JDBC的接口还是应该维护吧。。 ResultSetMetaData metaData = resultSet.getMetaData();

[GitHub] [incubator-iotdb] liubofeng commented on issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题? (How to get series data type using Java API)

2020-07-06 Thread GitBox
liubofeng commented on issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461#issuecomment-654069306 收到, @jixuan1989 @qiaojialin 感谢回复!感觉咱们现在主要维护session这块了,我看一下,能提供一下交流群吗,这样方便交流 This is an automated

[GitHub] [incubator-iotdb] qiaojialin commented on issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题? (How to get series data type using Java API)

2020-07-06 Thread GitBox
qiaojialin commented on issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461#issuecomment-654066277 preparedStatement 最近没维护,不确定能不能正常工作。。如果每次写入都要查一下元数据会比较慢,可以用 Session 的 insertRecords 接口。String values 这个接口会在服务器端自动推断类型,只要提前注册好序列就可以了。

[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题? (How to get series data type using Java API)

2020-07-06 Thread GitBox
jixuan1989 commented on issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461#issuecomment-654065948 Not maintained?? don't we have UT to cover it? 我们这个接口没有再维护了?JDBC的接口还是应该维护吧。。 > 这个应该没维护了 > > 现在获取结果集列名的方法,JDBC 和 Session 不太一样,可以参考 > >

[GitHub] [incubator-iotdb] liubofeng commented on issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题?

2020-07-06 Thread GitBox
liubofeng commented on issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461#issuecomment-654061984 收到,感谢您的回复,我现在的需求是要提前获取列的类型,然后再插入数据的时候用preparedStatement指定类型,请问有这块的指导资料吗? This is an automated message

[GitHub] [incubator-iotdb] qiaojialin commented on issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题?

2020-07-06 Thread GitBox
qiaojialin commented on issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461#issuecomment-654054037 这个应该没维护了 现在获取结果集列名的方法,JDBC 和 Session 不太一样,可以参考

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1460: [IOTDB-789] Fix restart bug

2020-07-06 Thread GitBox
qiaojialin merged pull request #1460: URL: https://github.com/apache/incubator-iotdb/pull/1460 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] [incubator-iotdb] liubofeng opened a new issue #1461: 您好,请问一下我操作java API获取表字段类型的时候有问题?

2020-07-06 Thread GitBox
liubofeng opened a new issue #1461: URL: https://github.com/apache/incubator-iotdb/issues/1461 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1460: [IOTDB-789] Fix restart bug

2020-07-06 Thread GitBox
sonarcloud[bot] commented on pull request #1460: URL: https://github.com/apache/incubator-iotdb/pull/1460#issuecomment-654038441 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb=1460=false=BUG)