[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1819: Fix Session raw data query bug.

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

[GitHub] [iotdb] JackieTien97 opened a new pull request #1819: Fix Session raw data query bug.

2020-10-12 Thread GitBox
JackieTien97 opened a new pull request #1819: URL: https://github.com/apache/iotdb/pull/1819 We should not generate a statement id for the query. Instead, we should use the statement id in the session itself. This is an

[GitHub] [iotdb] HTHou opened a new pull request #1820: PR 1750 sonar check

2020-10-12 Thread GitBox
HTHou opened a new pull request #1820: URL: https://github.com/apache/iotdb/pull/1820 This pr is for invoking sonar check of PR https://github.com/apache/iotdb/pull/1750. This is an automated message from the Apache Git

[GitHub] [iotdb] qiaojialin merged pull request #1819: Fix Session raw data query bug.

2020-10-12 Thread GitBox
qiaojialin merged pull request #1819: URL: https://github.com/apache/iotdb/pull/1819 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] HTHou commented on a change in pull request #1819: Fix Session raw data query bug.

2020-10-12 Thread GitBox
HTHou commented on a change in pull request #1819: URL: https://github.com/apache/iotdb/pull/1819#discussion_r503066138 ## File path: session/src/main/java/org/apache/iotdb/session/Session.java ## @@ -931,19 +936,21 @@ public void executeNonQueryStatement(String sql) }

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1367: [IOTDB-749] Handle select * from root OOM

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

[GitHub] [iotdb] Ring-k opened a new pull request #1823: fix some regression bugs

2020-10-12 Thread GitBox
Ring-k opened a new pull request #1823: URL: https://github.com/apache/iotdb/pull/1823 This pull request fixes some regression bugs. In the following case: - show timeseries, where the key is not a tag - show child paths, where the path does not exist distributed and

[GitHub] [iotdb] mychaow opened a new pull request #1822: fix duplicated logger

2020-10-12 Thread GitBox
mychaow opened a new pull request #1822: URL: https://github.com/apache/iotdb/pull/1822 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] [iotdb] qiaojialin merged pull request #1822: fix duplicated logger

2020-10-12 Thread GitBox
qiaojialin merged pull request #1822: URL: https://github.com/apache/iotdb/pull/1822 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] neuyilan commented on a change in pull request #1821: Add session retry

2020-10-12 Thread GitBox
neuyilan commented on a change in pull request #1821: URL: https://github.com/apache/iotdb/pull/1821#discussion_r503232056 ## File path: session/src/main/java/org/apache/iotdb/session/Session.java ## @@ -239,7 +244,15 @@ public void insertTablet(Tablet tablet, boolean sorted)

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1820: PR 1750 sonar check

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

[GitHub] [iotdb] neuyilan commented on a change in pull request #1821: Add session retry

2020-10-12 Thread GitBox
neuyilan commented on a change in pull request #1821: URL: https://github.com/apache/iotdb/pull/1821#discussion_r503234528 ## File path: session/src/main/java/org/apache/iotdb/session/Config.java ## @@ -24,5 +24,6 @@ public static final String DEFAULT_PASSWORD = "password";

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1821: [IOTDB-926] Support reconnection of Session

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

[GitHub] [iotdb] jt2594838 commented on a change in pull request #1771: [IOTDB-884] batch create timeSeriesPlan

2020-10-12 Thread GitBox
jt2594838 commented on a change in pull request #1771: URL: https://github.com/apache/iotdb/pull/1771#discussion_r503130699 ## File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java ## @@ -1607,9 +1607,9 @@ public TSStatus

[GitHub] [iotdb] mychaow commented on a change in pull request #1771: [IOTDB-884] batch create timeSeriesPlan

2020-10-12 Thread GitBox
mychaow commented on a change in pull request #1771: URL: https://github.com/apache/iotdb/pull/1771#discussion_r503166268 ## File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java ## @@ -1607,9 +1607,9 @@ public TSStatus

[GitHub] [iotdb] qiaojialin merged pull request #1771: [IOTDB-884] batch create timeSeriesPlan

2020-10-12 Thread GitBox
qiaojialin merged pull request #1771: URL: https://github.com/apache/iotdb/pull/1771 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] JackieTien97 opened a new pull request #1821: Add session retry

2020-10-12 Thread GitBox
JackieTien97 opened a new pull request #1821: URL: https://github.com/apache/iotdb/pull/1821 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] qiaojialin commented on issue #1804: Small recommendation in IoTDBConnection

2020-10-12 Thread GitBox
qiaojialin commented on issue #1804: URL: https://github.com/apache/iotdb/issues/1804#issuecomment-707012702 Hi, thank you, it is fine. Would you like to fix this? This is an automated message from the Apache Git Service. To

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1823: fix some regression bugs

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

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1367: [IOTDB-749] Handle select * from root OOM

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

[GitHub] [iotdb] sonarcloud[bot] removed a comment on pull request #1367: [IOTDB-749] Handle select * from root OOM

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

[GitHub] [iotdb] qiaojialin commented on a change in pull request #1816: Put all log level setting together

2020-10-12 Thread GitBox
qiaojialin commented on a change in pull request #1816: URL: https://github.com/apache/iotdb/pull/1816#discussion_r503608350 ## File path: server/src/assembly/resources/conf/logback.xml ## @@ -196,6 +194,8 @@ + Review comment: This could

[GitHub] [iotdb] qiaojialin merged pull request #1817: fix a class name in jdbc module and reformat

2020-10-12 Thread GitBox
qiaojialin merged pull request #1817: URL: https://github.com/apache/iotdb/pull/1817 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] sonarcloud[bot] removed a comment on pull request #1367: [IOTDB-749] Handle select * from root OOM

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

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1367: [IOTDB-749] Handle select * from root OOM

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

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1823: fix some regression bugs

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

[GitHub] [iotdb] sonarcloud[bot] removed a comment on pull request #1823: fix some regression bugs

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

[GitHub] [iotdb] qiaojialin merged pull request #1816: Put all log level setting together

2020-10-12 Thread GitBox
qiaojialin merged pull request #1816: URL: https://github.com/apache/iotdb/pull/1816 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] HTHou closed pull request #1820: PR 1750 sonar check

2020-10-12 Thread GitBox
HTHou closed pull request #1820: URL: https://github.com/apache/iotdb/pull/1820 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] removed a comment on pull request #1367: [IOTDB-749] Handle select * from root OOM

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

[GitHub] [iotdb] sonarcloud[bot] commented on pull request #1367: [IOTDB-749] Handle select * from root OOM

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