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/10/18 02:29:55 UTC

[GitHub] [iotdb] stormbroken opened a new pull request #4173: [To rel/0.12][IOTDB-1846]Fix the error when count the total number of devices in cluster mode

stormbroken opened a new pull request #4173:
URL: https://github.com/apache/iotdb/pull/4173


   The details of this problem: https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-1846?filter=allissues
   
   In the previous implementation, counting the total number of devices is only counting the local devices. So I fix this in ClusterPlanExector.class to count all devices in all cluster.
   
   The result(Test)
   I use iotdb-benchmark to write data(DEVICE_NUMBER=20) into cluster, and then query each node to see the results.
   Some details pictures are as follows:
   
   1. The details of devices:
   ![image](https://user-images.githubusercontent.com/46039728/137660301-77041688-ac13-498f-861e-8bd4e9581a1e.png)
   
   2. The total number of devices(same in three nodes)
   
   ![image](https://user-images.githubusercontent.com/46039728/137660317-5aa27396-6ecc-43b2-9fb8-fb50c46fcef8.png)
   


-- 
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



[GitHub] [iotdb] LebronAl merged pull request #4173: [To rel/0.12][IOTDB-1846]Fix the error when count the total number of devices in cluster mode

Posted by GitBox <gi...@apache.org>.
LebronAl merged pull request #4173:
URL: https://github.com/apache/iotdb/pull/4173


   


-- 
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