[GitHub] [incubator-iotdb] kqkdChen closed issue #1425: SQL执行时间怎样优化到毫秒级别?还是说根本就不可能?

2020-06-30 Thread GitBox
kqkdChen closed issue #1425: URL: https://github.com/apache/incubator-iotdb/issues/1425 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] [incubator-iotdb] neuyilan opened a new pull request #1441: [distributed] change log to asynchronous & add thrift max frame size & fix the InterruptedException bug

2020-06-30 Thread GitBox
neuyilan opened a new pull request #1441: URL: https://github.com/apache/incubator-iotdb/pull/1441 1. change log to asynchronous 2. add thrift max frame size 3. fix the InterruptedException bug This is an automated mess

[GitHub] [incubator-iotdb] kqkdChen opened a new issue #1442: failed to insert data using python paho mqtt library

2020-06-30 Thread GitBox
kqkdChen opened a new issue #1442: URL: https://github.com/apache/incubator-iotdb/issues/1442 使用 python paho mqtt 插入数据时出现错误: client_id不能为空,且qos必须等于0,不然就会出现错误。 qos=1 or 2, 则会出现如下错误,结果就是预期应该插入10W条数据的结果只插入了20条数据 ![image](https://user-images.githubusercontent.com/41674301/86111404-

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1326: premerge for the distributed version

2020-06-30 Thread GitBox
sonarcloud[bot] commented on pull request #1326: URL: https://github.com/apache/incubator-iotdb/pull/1326#issuecomment-651712286 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb&pullRequest=1326&resolved=false&types=BUG) [](https://son

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1326: premerge for the distributed version

2020-06-30 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1326: URL: https://github.com/apache/incubator-iotdb/pull/1326#issuecomment-650863319 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb&pullRequest=1326&resolved=false&types=BUG) [](htt

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

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

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

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

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1433: Abstract InsertPlan

2020-06-30 Thread GitBox
qiaojialin merged pull request #1433: URL: https://github.com/apache/incubator-iotdb/pull/1433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-iotdb] SailVR opened a new pull request #1443: [IOTDB-774]Fix "show timeseries" OOM problem

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

[GitHub] [incubator-iotdb] SailVR closed pull request #1417: [IOTDB-774]Handle result of "show timeseries" as iterator

2020-06-30 Thread GitBox
SailVR closed pull request #1417: URL: https://github.com/apache/incubator-iotdb/pull/1417 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

[GitHub] [incubator-iotdb] SilverNarcissus merged pull request #1431: change the way to get MManager

2020-06-30 Thread GitBox
SilverNarcissus merged pull request #1431: URL: https://github.com/apache/incubator-iotdb/pull/1431 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] SilverNarcissus commented on pull request #1431: change the way to get MManager

2020-06-30 Thread GitBox
SilverNarcissus commented on pull request #1431: URL: https://github.com/apache/incubator-iotdb/pull/1431#issuecomment-652131645 Fantastic work! This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-iotdb] SailVR closed pull request #1391: [IOTDB-677]add live-demo

2020-06-30 Thread GitBox
SailVR closed pull request #1391: URL: https://github.com/apache/incubator-iotdb/pull/1391 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

[GitHub] [incubator-iotdb] SailVR commented on pull request #1443: [IOTDB-774]Fix "show timeseries" OOM problem

2020-06-30 Thread GitBox
SailVR commented on pull request #1443: URL: https://github.com/apache/incubator-iotdb/pull/1443#issuecomment-652152321 > Good job. > > However, what will happen if the user defined limit is larger than the fetch size? It seems that you didn't deal with this case in your code.

[GitHub] [incubator-iotdb] SailVR commented on pull request #1443: [IOTDB-774]Fix "show timeseries" OOM problem

2020-06-30 Thread GitBox
SailVR commented on pull request #1443: URL: https://github.com/apache/incubator-iotdb/pull/1443#issuecomment-652152738 > > Good job. > > However, what will happen if the user defined limit is larger than the fetch size? It seems that you didn't deal with this case in your code. >

[GitHub] [incubator-iotdb] SailVR removed a comment on pull request #1443: [IOTDB-774]Fix "show timeseries" OOM problem

2020-06-30 Thread GitBox
SailVR removed a comment on pull request #1443: URL: https://github.com/apache/incubator-iotdb/pull/1443#issuecomment-652152321 > Good job. > > However, what will happen if the user defined limit is larger than the fetch size? It seems that you didn't deal with this case in your code

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1439: [IOTDB-544] PISA index

2020-06-30 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1439: URL: https://github.com/apache/incubator-iotdb/pull/1439#issuecomment-651862632 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb&pullRequest=1439&resolved=false&types=BUG) [](htt

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1439: [IOTDB-544] PISA index

2020-06-30 Thread GitBox
sonarcloud[bot] commented on pull request #1439: URL: https://github.com/apache/incubator-iotdb/pull/1439#issuecomment-652188924 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_incubator-iotdb&pullRequest=1439&resolved=false&types=BUG) [](http

[GitHub] [incubator-iotdb] kohlersDagger opened a new issue #1444: "StorageEngineFailureException" after reboot IOTDB-0.9.3

2020-06-30 Thread GitBox
kohlersDagger opened a new issue #1444: URL: https://github.com/apache/incubator-iotdb/issues/1444 **Describe the bug** IOTDB重启后无法登录,抛出StorageEngineFailureException **To Reproduce** 1. 凌晨3点左右IOTDB报警 , GC overhead limit exceeded 2. 7点丢失与IOTDB的心跳 3. 10点左右试图CLI登录IOTDB失败,遂重启