Skip to content

Commit

Permalink
[Improment]Optimize Help module check
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 committed Oct 17, 2024
1 parent 0bbf502 commit a9e8276
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fe/fe-core/src/main/java/org/apache/doris/qe/QeService.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ public void start() throws Exception {
try {
HelpModule.getInstance().setUpModule(HelpModule.HELP_ZIP_FILE_NAME);
} catch (Exception e) {
LOG.warn("Help module failed. ignore it.", e);
// TODO: ignore the help module failure temporarily.
// We should fix it in the future.
LOG.warn("Help module failed, because:", e);
}

if (!mysqlServer.start()) {
Expand Down

0 comments on commit a9e8276

Please sign in to comment.