CRZbulabula commented on code in PR #11481:
URL: https://github.com/apache/iotdb/pull/11481#discussion_r1384431519
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/write/region/CreateRegionGroupsPlan.java:
##########
@@ -59,20 +61,28 @@ public Map<String, List<TRegionReplicaSet>>
getRegionGroupMap() {
return regionGroupMap;
}
- public void addRegionGroup(String storageGroup, TRegionReplicaSet
regionReplicaSet) {
+ public long getCreateTime() {
+ return createTime;
+ }
+
+ public void setCreateTime(long createTime) {
Review Comment:
No. This interface is also invoked at CreateRegionGroupsProcedure, where set
the RegionGroup creation time.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]