Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Sep 29, 2024
1 parent 3460ea1 commit 742c48f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe/fe-core/src/main/java/org/apache/doris/DorisFE.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public class DorisFE {
private static FileLock processFileLock;

public static void main(String[] args) {
System.setProperty("sun.security.krb5.debug", "true");
// Every doris version should have a final meta version, it should not change
// between small releases. Add a check here to avoid mistake.
if (Version.DORIS_FE_META_VERSION > 0
Expand Down

0 comments on commit 742c48f

Please sign in to comment.