yiguolei commented on code in PR #47784: URL: https://github.com/apache/doris/pull/47784#discussion_r1952324884
########## be/src/runtime/workload_management/resource_context.h: ########## @@ -39,6 +41,14 @@ class ResourceContext : public std::enable_shared_from_this<ResourceContext> { ENABLE_FACTORY_CREATOR(ResourceContext); public: + static std::shared_ptr<ResourceContext> create_shared_obj() { Review Comment: 不要引入这个方法。 如果你需要这个方法,那么默认的create shared 是啥行为? -- 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