[GitHub] [incubator-iotdb] jixuan1989 opened a new pull request #1436: [IOTDB-784]Update rpc protocol to V3

2020-06-28 Thread GitBox
jixuan1989 opened a new pull request #1436: URL: https://github.com/apache/incubator-iotdb/pull/1436 As in 0.11.x we are using TFastFrameTransport and incompatible with v0.10, we have to upgrade the RPC protocol version from V2 to V3. -

[GitHub] [incubator-iotdb] SilverNarcissus commented on a change in pull request #1433: Abstract InsertPlan

2020-06-28 Thread GitBox
SilverNarcissus commented on a change in pull request #1433: URL: https://github.com/apache/incubator-iotdb/pull/1433#discussion_r446803845 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/InsertPlan.java ## @@ -369,97 +81,16 @@ public int getFailedMeasu

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1434: [IOTDB-783] Fix series reader bug

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

[GitHub] [incubator-iotdb] samperson1997 opened a new pull request #1435: Add version info in MTree snapshot file name

2020-06-28 Thread GitBox
samperson1997 opened a new pull request #1435: URL: https://github.com/apache/incubator-iotdb/pull/1435 Add version info in MTree snapshot file name, in case the format of MTree is updated later. snapshot file name: `mtree.v1.snapshot` temporary file name: `mtree.v1.snapshot.tmp` --

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1409: Support partition removal

2020-06-28 Thread GitBox
qiaojialin merged pull request #1409: URL: https://github.com/apache/incubator-iotdb/pull/1409 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 commented on a change in pull request #1417: [IOTDB-774]Handle result of "show timeseries" as iterator

2020-06-28 Thread GitBox
SailVR commented on a change in pull request #1417: URL: https://github.com/apache/incubator-iotdb/pull/1417#discussion_r446787390 ## File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java ## @@ -500,7 +501,14 @@ private TSExecuteStatementResp internalE

[GitHub] [incubator-iotdb] JackieTien97 opened a new pull request #1434: [IOTDB-783] Fix series reader bug

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

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

2020-06-28 Thread GitBox
jixuan1989 commented on a change in pull request #1400: URL: https://github.com/apache/incubator-iotdb/pull/1400#discussion_r446758281 ## File path: server/src/main/java/org/apache/iotdb/db/engine/memtable/AbstractMemTable.java ## @@ -203,38 +204,38 @@ public ReadOnlyMemChunk

[GitHub] [incubator-iotdb] samperson1997 commented on a change in pull request #1417: [IOTDB-774]Handle result of "show timeseries" as iterator

2020-06-28 Thread GitBox
samperson1997 commented on a change in pull request #1417: URL: https://github.com/apache/incubator-iotdb/pull/1417#discussion_r446783276 ## File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java ## @@ -500,7 +501,14 @@ private TSExecuteStatementResp in

[GitHub] [incubator-iotdb] JackieTien97 merged pull request #1432: fix vm file merge bug

2020-06-28 Thread GitBox
JackieTien97 merged pull request #1432: URL: https://github.com/apache/incubator-iotdb/pull/1432 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] qiaojialin merged pull request #1369: add compression keyword

2020-06-28 Thread GitBox
qiaojialin merged pull request #1369: URL: https://github.com/apache/incubator-iotdb/pull/1369 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] LebronAl commented on pull request #1433: Abstract InsertPlan

2020-06-28 Thread GitBox
LebronAl commented on pull request #1433: URL: https://github.com/apache/incubator-iotdb/pull/1433#issuecomment-650908514 @jt2594838 @qiaojialin PTAL This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-iotdb] LebronAl opened a new pull request #1433: Abstract InsertPlan

2020-06-28 Thread GitBox
LebronAl opened a new pull request #1433: URL: https://github.com/apache/incubator-iotdb/pull/1433 Hi, this PR is working on an abstraction of InsertPlan and InsertTabletPlan, which will rename InsertPlan to InsertRowPlan and make an abstraction from the two plans ---

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1369: add compression keyword

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1369: add compression keyword

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1409: Support partition removal

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1409: Support partition removal

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

[GitHub] [incubator-iotdb] zhanglingzhe0820 opened a new pull request #1432: fix vm file merge bug

2020-06-28 Thread GitBox
zhanglingzhe0820 opened a new pull request #1432: URL: https://github.com/apache/incubator-iotdb/pull/1432 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] jixuan1989 merged pull request #1399: [IOTDB-736] Query performance tracing

2020-06-28 Thread GitBox
jixuan1989 merged pull request #1399: URL: https://github.com/apache/incubator-iotdb/pull/1399 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] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

2020-06-28 Thread GitBox
qiaojialin merged pull request #1423: URL: https://github.com/apache/incubator-iotdb/pull/1423 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] sonarcloud[bot] commented on pull request #1409: Support partition removal

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

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1399: [IOTDB-736] Query performance tracing

2020-06-28 Thread GitBox
qiaojialin commented on a change in pull request #1399: URL: https://github.com/apache/incubator-iotdb/pull/1399#discussion_r444086465 ## File path: server/src/main/java/org/apache/iotdb/db/query/control/QueryResourceManager.java ## @@ -85,20 +110,53 @@ public void registerTem

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1409: Support partition removal

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

[GitHub] [incubator-iotdb] mychaow opened a new pull request #1431: change the way to get MManager

2020-06-28 Thread GitBox
mychaow opened a new pull request #1431: URL: https://github.com/apache/incubator-iotdb/pull/1431 for cluster version could use different MManager This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-iotdb] jt2594838 merged pull request #1408: move getSeriesSchemas to MManager

2020-06-28 Thread GitBox
jt2594838 merged pull request #1408: URL: https://github.com/apache/incubator-iotdb/pull/1408 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] sonarcloud[bot] commented on pull request #1326: premerge for the distributed version

2020-06-28 Thread GitBox
sonarcloud[bot] commented 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) [](https://son

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

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

[GitHub] [incubator-iotdb] jt2594838 merged pull request #1430: [IOTDB-709] Auto create timeseries

2020-06-28 Thread GitBox
jt2594838 merged pull request #1430: URL: https://github.com/apache/incubator-iotdb/pull/1430 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] SilverNarcissus commented on a change in pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

2020-06-28 Thread GitBox
SilverNarcissus commented on a change in pull request #1423: URL: https://github.com/apache/incubator-iotdb/pull/1423#discussion_r446726108 ## File path: server/src/main/java/org/apache/iotdb/db/metadata/MLogWriter.java ## @@ -160,6 +162,14 @@ public static void upgradeMLog(Str

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1430: [IOTDB-709] Auto create timeseries

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

[GitHub] [incubator-iotdb] Ring-k opened a new pull request #1430: [IOTDB-709] Auto create timeseries

2020-06-28 Thread GitBox
Ring-k opened a new pull request #1430: URL: https://github.com/apache/incubator-iotdb/pull/1430 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] sonarcloud[bot] commented on pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

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

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1429: prepare for announcing releasing v0.10

2020-06-28 Thread GitBox
qiaojialin merged pull request #1429: URL: https://github.com/apache/incubator-iotdb/pull/1429 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] sonarcloud[bot] commented on pull request #460: [IOTDB-68] New shared-nothing cluster

2020-06-28 Thread GitBox
sonarcloud[bot] commented 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://sonarc

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

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

[GitHub] [incubator-iotdb] jt2594838 merged pull request #1387: [IOTDB-709] Create schema automatically

2020-06-28 Thread GitBox
jt2594838 merged pull request #1387: URL: https://github.com/apache/incubator-iotdb/pull/1387 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] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] JackieTien97 merged pull request #1428: Fix hot compaction recover

2020-06-28 Thread GitBox
JackieTien97 merged pull request #1428: URL: https://github.com/apache/incubator-iotdb/pull/1428 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] sonarcloud[bot] commented on pull request #1429: prepare for announcing releasing v0.10

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

[GitHub] [incubator-iotdb] mychaow commented on a change in pull request #1408: move getSeriesSchemas to MManager

2020-06-28 Thread GitBox
mychaow commented on a change in pull request #1408: URL: https://github.com/apache/incubator-iotdb/pull/1408#discussion_r446645293 ## File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java ## @@ -1846,4 +1836,219 @@ public void createMTreeSnapshot() {

[GitHub] [incubator-iotdb] jixuan1989 opened a new pull request #1429: prepare for announcing releasing v0.10

2020-06-28 Thread GitBox
jixuan1989 opened a new pull request #1429: URL: https://github.com/apache/incubator-iotdb/pull/1429 This PR, - change the project version from v0.10.0-SNAPSHOT to v0.11.0-SNAPSHOT. - add download links and document links of v0.10 - add 0.10.0 docker file - add how to upgrade IoT

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

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

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1408: move getSeriesSchemas to MManager

2020-06-28 Thread GitBox
qiaojialin commented on a change in pull request #1408: URL: https://github.com/apache/incubator-iotdb/pull/1408#discussion_r446644005 ## File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java ## @@ -1846,4 +1836,219 @@ public void createMTreeSnapshot() {

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1408: move getSeriesSchemas to MManager

2020-06-28 Thread GitBox
qiaojialin commented on a change in pull request #1408: URL: https://github.com/apache/incubator-iotdb/pull/1408#discussion_r446643948 ## File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java ## @@ -1846,4 +1836,219 @@ public void createMTreeSnapshot() {

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1423: [IOTDB-782] [Experimental] Clear mlog when creating snapshot

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

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1408: move getSeriesSchemas to MManager

2020-06-28 Thread GitBox
qiaojialin commented on a change in pull request #1408: URL: https://github.com/apache/incubator-iotdb/pull/1408#discussion_r446643599 ## File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/InsertPlan.java ## @@ -57,9 +58,9 @@ private TSDataType[] types;

[GitHub] [incubator-iotdb] zhanglingzhe0820 opened a new pull request #1428: Fix hot compaction recover

2020-06-28 Thread GitBox
zhanglingzhe0820 opened a new pull request #1428: URL: https://github.com/apache/incubator-iotdb/pull/1428 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] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] JackieTien97 merged pull request #1427: Fix hot compaction recover

2020-06-28 Thread GitBox
JackieTien97 merged pull request #1427: URL: https://github.com/apache/incubator-iotdb/pull/1427 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 commented on pull request #1417: [IOTDB-774]Handle result of "show timeseries" as iterator

2020-06-28 Thread GitBox
SailVR commented on pull request #1417: URL: https://github.com/apache/incubator-iotdb/pull/1417#issuecomment-650736641 > Please fix the potential bugs according to the failed tests in `IoTDBSortedShowTimeseriesIT`, `IoTDBTagAlterIT` and `IoTDBTagIT` OKļ¼ŒThanks -

[GitHub] [incubator-iotdb] zhanglingzhe0820 opened a new pull request #1427: Fix hot compaction recover

2020-06-28 Thread GitBox
zhanglingzhe0820 opened a new pull request #1427: URL: https://github.com/apache/incubator-iotdb/pull/1427 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] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1409: Support partition removal

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1409: Support partition removal

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

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #1387: [IOTDB-709] Create schema automatically

2020-06-28 Thread GitBox
Ring-k commented on a change in pull request #1387: URL: https://github.com/apache/incubator-iotdb/pull/1387#discussion_r446626622 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java ## @@ -1586,7 +1586,7 @@ private TSStatus processP

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

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

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

2020-06-28 Thread GitBox
sonarcloud[bot] commented on pull request #460: URL: https://github.com/apache/incubator-iotdb/pull/460#issuecomment-650724139 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 #1326: premerge for the distributed version

2020-06-28 Thread GitBox
sonarcloud[bot] removed a comment on pull request #1326: URL: https://github.com/apache/incubator-iotdb/pull/1326#issuecomment-650689310 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 #1326: premerge for the distributed version

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

[GitHub] [incubator-iotdb] jt2594838 commented on a change in pull request #1387: [IOTDB-709] Create schema automatically

2020-06-28 Thread GitBox
jt2594838 commented on a change in pull request #1387: URL: https://github.com/apache/incubator-iotdb/pull/1387#discussion_r446623903 ## File path: cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java ## @@ -1586,7 +1586,7 @@ private TSStatus proce

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1411: [IOTDB-706] Introduce virtual memtable for larger Chunk

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

[GitHub] [incubator-iotdb] qiaojialin merged pull request #1406: Update AlignByDeviceQuery Doc

2020-06-28 Thread GitBox
qiaojialin merged pull request #1406: URL: https://github.com/apache/incubator-iotdb/pull/1406 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] sonarcloud[bot] commented on pull request #1387: [IOTDB-709] Create schema automatically

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1387: [IOTDB-709] Create schema automatically

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

[GitHub] [incubator-iotdb] sonarcloud[bot] removed a comment on pull request #1387: [IOTDB-709] Create schema automatically

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

[GitHub] [incubator-iotdb] sonarcloud[bot] commented on pull request #1387: [IOTDB-709] Create schema automatically

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