You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/09/01 06:56:36 UTC

[GitHub] [iotdb] ericpai edited a comment on pull request #3877: [IOTDB-1600] Support InsertRowsOfOneDevicePlan in cluster

ericpai edited a comment on pull request #3877:
URL: https://github.com/apache/iotdb/pull/3877#issuecomment-909878478


   I have tested this change in 3 cases, in a 3 nodes cluster with 2 replicas.
   1. Disable time partition: Write 5 rows with 3 measurements of one device. Data can be queried out in any nodes.
   2. Enable time partition: Write 5 rows belonging to 3 different time partitions with 3 measurements of one device. Data can be queried out in any nodes. With observing the partitioned plans, they're grouped as our expected. 
   3. Enable time partition: Write 5 rows belonging to 1 time partitions with 3 measurements of one device. Data can be queried out in any nodes. With observing the partitioned plans, they grouped as our expected. 
   
   This PR is ready for reviewing now. BTW, I think it should be backport to rel/0.12.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org