WingsGo commented on a change in pull request #3212: [Alter]Clean
SchemaChangeJobV2 when schema change CANCELLED or FINISHED
URL: https://github.com/apache/incubator-doris/pull/3212#discussion_r401041105
##########
File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeJobV2.java
##########
@@ -159,6 +161,18 @@ public void setStorageFormat(TStorageFormat
storageFormat) {
this.storageFormat = storageFormat;
}
+ /**
+ * clear some date structure in this job to save memory
+ * these data structures must not used in getInfo method
+ */
+ public void clear() {
Review comment:
done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]