This is an automated email from the ASF dual-hosted git repository.
xuekaifeng pushed a commit to branch virtual_partition
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/virtual_partition by this push:
new ab6ae08 add comment
ab6ae08 is described below
commit ab6ae084c85ea379e5bf54edea4f7dec034301dc
Author: 151250176 <[email protected]>
AuthorDate: Wed Dec 2 15:48:16 2020 +0800
add comment
---
.../iotdb/db/engine/storagegroup/virtualSg/VirtualPartitioner.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/virtualSg/VirtualPartitioner.java
b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/virtualSg/VirtualPartitioner.java
index 35fb651..5de8475 100644
---
a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/virtualSg/VirtualPartitioner.java
+++
b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/virtualSg/VirtualPartitioner.java
@@ -51,5 +51,8 @@ public interface VirtualPartitioner {
*/
public int getPartitionCount();
+ /**
+ * recover virtual storage group partitioner
+ */
public void recover();
}