yiguolei commented on code in PR #22047: URL: https://github.com/apache/doris/pull/22047#discussion_r1270232655
########## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ########## @@ -289,6 +291,9 @@ public class Env { public static final String CLIENT_NODE_HOST_KEY = "CLIENT_NODE_HOST"; public static final String CLIENT_NODE_PORT_KEY = "CLIENT_NODE_PORT"; + private static final String VERSION_FILE = "/VERSION"; Review Comment: I think we could add a version_history folder in meta dir. And we could create multiple version files. like 1_2_3_commitid_version, 1_2_4_commitid_version,1_2_5_commitid_version, 1_2_6_commitid_version, 2_0_0_commitid_version Then we could get the fe version history and commit id history. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org