lingbin commented on a change in pull request #2831: Refactor `AgentServer` to make it less error-prone and more readable URL: https://github.com/apache/incubator-doris/pull/2831#discussion_r374593077
########## File path: be/src/service/doris_main.cpp ########## @@ -50,6 +50,7 @@ #include "agent/topic_subscriber.h" #include "util/doris_metrics.h" #include "olap/options.h" +#include "olap/storage_engine.h" Review comment: Yes. `StorageEngine` is used in this file. Previously, because of some unneeded header file included in `agent_server.h` will include `storage_engine.h`, these unneeded header files were removed from `agent_server.h`. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org